- Move gatewayUrl into gateway store state with setGatewayUrl action - layout.tsx uses useGatewayStore.getState().setGatewayUrl() directly - Remove @multica/fetch from store and web package.json dependencies Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "@multica/store",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@multica/sdk": "workspace:*",
|
|
"react": "catalog:",
|
|
"sonner": "^2.0.7",
|
|
"uuid": "^13.0.0",
|
|
"zustand": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|