- Move useDeviceId from apps/web to packages/store/src/device-id.ts - Update imports in chat.tsx and use-gateway.ts to use @multica/store - Add uuid dependency to @multica/store Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "@multica/store",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@multica/fetch": "workspace:*",
|
|
"react": "catalog:",
|
|
"uuid": "^13.0.0",
|
|
"zustand": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|