Skip to content

Commit a2ff3ed

Browse files
committed
fix(build): add workspaces and ts declarations
- Added 'frontend' to workspaces in root package.json to fix Vercel Next.js module resolution - Added 'types' and 'exports' definitions to root package.json - Fixed retrievePublicMemory argument signature in openclaw.ts - Enabled --dts in tsup build to generate TypeScript declarations
1 parent 6adab17 commit a2ff3ed

4 files changed

Lines changed: 11834 additions & 4753 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint"
99
},
1010
"dependencies": {
11-
"@arienjain/agent-db": "^1.5.0",
11+
"@arienjain/agent-db": "^1.5.0^",
1212
"@google/generative-ai": "^0.24.1",
1313
"@storacha/client": "^2.1.1",
1414
"@ucanto/core": "^10.4.6",

0 commit comments

Comments
 (0)