Files
Rdmclin2 ccb33fa48c feat: workspace backend service slice (#15560)
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>
2026-06-09 15:54:26 +08:00

28 lines
681 B
JSON

{
"name": "@lobechat/const",
"version": "1.0.0",
"private": true,
"exports": {
".": "./src/index.ts",
"./currency": "./src/currency.ts",
"./desktopGlobalShortcuts": "./src/desktopGlobalShortcuts.ts",
"./hotkeys": "./src/hotkeys.ts",
"./rbac": "./src/rbac.ts",
"./visualRef": "./src/visualRef.ts"
},
"main": "./src/index.ts",
"dependencies": {
"@lobechat/business-const": "workspace:*",
"query-string": "^9.3.1",
"url-join": "^5.0.0"
},
"devDependencies": {
"@lobechat/types": "workspace:*"
},
"peerDependencies": {
"@icons-pack/react-simple-icons": "^13.8.0",
"@lobehub/ui": "^5",
"klavis": "^2.15.0"
}
}