mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 12:31:36 +00:00
* refactor(normalization): consolidate string helpers * refactor(normalization): consolidate agent ids * refactor(paths): consolidate user path resolution * refactor(gateway): preserve transcript helper facade * fix(normalization): align helper build aliases * fix(memory): keep helper import line neutral * chore(plugin-sdk): align consolidated helper surface * refactor(normalization): reuse lowercase string helper * refactor(normalization): reuse record guard * refactor(normalization): share surrogate boundary helper * refactor(agents): share token estimate constant * refactor(memory): distinguish standalone helper contracts * refactor(normalization): share error cause formatter * refactor(config): distinguish eligibility predicates * refactor(plugins): share registry state symbol * refactor(cli): reuse outbound dependency adapter * refactor(cron): distinguish positive duration parser * fix(gateway): keep transcript helper private * fix(paths): preserve public helper status * refactor(channels): reuse registry normalizer * refactor(agents): reuse agent core runtime facade * refactor(auth): reuse locked profile upsert * refactor(records): distinguish trap-safe guard * refactor(migrations): distinguish sync directory helper * test(plugins): drop stale duration alias expectations * fix(channels): remove stale registry import * chore(plugin-sdk): refresh helper API baseline * fix(memory): keep renamed helpers private * fix(plugins): keep registry state key private * fix(plugin-sdk): tighten wildcard surface budget * chore(plugin-sdk): refresh rebased helper API baseline
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "@openclaw/model-catalog-core",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"dependencies": {
|
|
"@openclaw/normalization-core": "workspace:*"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"import": "./dist/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./configured-model-refs": {
|
|
"types": "./dist/configured-model-refs.d.mts",
|
|
"import": "./dist/configured-model-refs.mjs",
|
|
"default": "./dist/configured-model-refs.mjs"
|
|
},
|
|
"./model-catalog-refs": {
|
|
"types": "./dist/model-catalog-refs.d.mts",
|
|
"import": "./dist/model-catalog-refs.mjs",
|
|
"default": "./dist/model-catalog-refs.mjs"
|
|
},
|
|
"./model-catalog-normalize": {
|
|
"types": "./dist/model-catalog-normalize.d.mts",
|
|
"import": "./dist/model-catalog-normalize.mjs",
|
|
"default": "./dist/model-catalog-normalize.mjs"
|
|
},
|
|
"./model-catalog-types": {
|
|
"types": "./dist/model-catalog-types.d.mts",
|
|
"import": "./dist/model-catalog-types.mjs",
|
|
"default": "./dist/model-catalog-types.mjs"
|
|
},
|
|
"./provider-id": {
|
|
"types": "./dist/provider-id.d.mts",
|
|
"import": "./dist/provider-id.mjs",
|
|
"default": "./dist/provider-id.mjs"
|
|
},
|
|
"./provider-model-id-normalization": {
|
|
"types": "./dist/provider-model-id-normalization.d.mts",
|
|
"import": "./dist/provider-model-id-normalization.mjs",
|
|
"default": "./dist/provider-model-id-normalization.mjs"
|
|
},
|
|
"./provider-model-id-normalize": {
|
|
"types": "./dist/provider-model-id-normalize.d.mts",
|
|
"import": "./dist/provider-model-id-normalize.mjs",
|
|
"default": "./dist/provider-model-id-normalize.mjs"
|
|
}
|
|
}
|
|
}
|