kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
9061e99872
commit
4e4d45c0a7
|
@ -33,12 +33,12 @@
|
|||
"@agentic/platform-core": "workspace:*",
|
||||
"@agentic/platform-schemas": "workspace:*",
|
||||
"@agentic/platform-validators": "workspace:*",
|
||||
"@hono/zod-validator": "^0.6.0",
|
||||
"@hono/zod-validator": "catalog:",
|
||||
"eventid": "catalog:",
|
||||
"hono": "catalog:",
|
||||
"type-fest": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^4.16.1"
|
||||
"wrangler": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
"@agentic/platform-core": "workspace:*",
|
||||
"@agentic/platform-schemas": "workspace:*",
|
||||
"@redocly/openapi-core": "catalog:",
|
||||
"camelcase": "^8.0.0",
|
||||
"decamelize": "^6.0.0"
|
||||
"camelcase": "catalog:",
|
||||
"decamelize": "catalog:"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -30,6 +30,9 @@ catalogs:
|
|||
'@hono/zod-openapi':
|
||||
specifier: ^0.19.6
|
||||
version: 0.19.6
|
||||
'@hono/zod-validator':
|
||||
specifier: ^0.6.0
|
||||
version: 0.6.0
|
||||
'@modelcontextprotocol/sdk':
|
||||
specifier: ^1.11.2
|
||||
version: 1.12.0
|
||||
|
@ -54,12 +57,18 @@ catalogs:
|
|||
'@types/semver':
|
||||
specifier: ^7.7.0
|
||||
version: 7.7.0
|
||||
camelcase:
|
||||
specifier: ^8.0.0
|
||||
version: 8.0.0
|
||||
commander:
|
||||
specifier: ^14.0.0
|
||||
version: 14.0.0
|
||||
conf:
|
||||
specifier: ^13.1.0
|
||||
version: 13.1.0
|
||||
decamelize:
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
del-cli:
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
|
@ -177,6 +186,9 @@ catalogs:
|
|||
vitest:
|
||||
specifier: ^3.1.4
|
||||
version: 3.1.4
|
||||
wrangler:
|
||||
specifier: ^4.16.1
|
||||
version: 4.16.1
|
||||
zod:
|
||||
specifier: ^3.25.30
|
||||
version: 3.25.30
|
||||
|
@ -349,7 +361,7 @@ importers:
|
|||
specifier: workspace:*
|
||||
version: link:../../packages/validators
|
||||
'@hono/zod-validator':
|
||||
specifier: ^0.6.0
|
||||
specifier: 'catalog:'
|
||||
version: 0.6.0(hono@4.7.10)(zod@3.25.30)
|
||||
eventid:
|
||||
specifier: 'catalog:'
|
||||
|
@ -362,7 +374,7 @@ importers:
|
|||
version: 4.41.0
|
||||
devDependencies:
|
||||
wrangler:
|
||||
specifier: ^4.16.1
|
||||
specifier: 'catalog:'
|
||||
version: 4.16.1
|
||||
|
||||
packages/api-client:
|
||||
|
@ -488,10 +500,10 @@ importers:
|
|||
specifier: 'catalog:'
|
||||
version: 1.34.3(supports-color@10.0.0)
|
||||
camelcase:
|
||||
specifier: ^8.0.0
|
||||
specifier: 'catalog:'
|
||||
version: 8.0.0
|
||||
decamelize:
|
||||
specifier: ^6.0.0
|
||||
specifier: 'catalog:'
|
||||
version: 6.0.0
|
||||
devDependencies:
|
||||
'@hono/node-server':
|
||||
|
|
|
@ -11,6 +11,7 @@ catalog:
|
|||
"@hono/node-server": ^1.14.3
|
||||
"@hono/sentry": ^1.2.1
|
||||
"@hono/zod-openapi": ^0.19.6
|
||||
"@hono/zod-validator": ^0.6.0
|
||||
"@modelcontextprotocol/sdk": ^1.11.2
|
||||
"@openauthjs/openauth": ^0.4.3
|
||||
"@paralleldrive/cuid2": ^2.2.2
|
||||
|
@ -20,9 +21,11 @@ catalog:
|
|||
"@types/node": ^22.15.21
|
||||
"@types/semver": ^7.7.0
|
||||
ai: ^4.3.15
|
||||
camelcase: ^8.0.0
|
||||
cleye: ^1.3.4
|
||||
commander: ^14.0.0
|
||||
conf: ^13.1.0
|
||||
decamelize: ^6.0.0
|
||||
del-cli: ^6.0.0
|
||||
dotenv: ^16.5.0
|
||||
drizzle-kit: ^0.31.1
|
||||
|
@ -64,6 +67,7 @@ catalog:
|
|||
unconfig: ^7.3.2
|
||||
vite-tsconfig-paths: ^5.1.4
|
||||
vitest: ^3.1.4
|
||||
wrangler: ^4.16.1
|
||||
zod: ^3.25.30
|
||||
zod-to-json-schema: ^3.24.5
|
||||
zod-validation-error: ^3.4.1
|
||||
|
|
Ładowanie…
Reference in New Issue