mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
ccb33fa48c
Backend-only slice of the workspace feature (server routers/services, database models with workspaceId threading, openapi middleware, business/server stubs, const/types). Excludes all UI (features/routes/store/hooks). Deploys dark behind the workspace feature flag. Includes open-source stub fixes: workspaceCreds router stub, ChargeParams workspaceId, usage.ts null-coalesce, DBMessageItem.workspaceId. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"name": "@lobechat/types",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:coverage": "vitest --coverage --silent='passed-only'",
|
|
"test:update": "vitest -u"
|
|
},
|
|
"dependencies": {
|
|
"@lobehub/market-sdk": "0.34.0",
|
|
"@lobehub/market-types": "^1.12.3",
|
|
"model-bank": "workspace:*",
|
|
"type-fest": "^4.41.0",
|
|
"zustand": "5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@lobehub/ui": "^5",
|
|
"react": "*",
|
|
"zod": "^3.25.76"
|
|
}
|
|
}
|