Commit fa9f7ba
fix: declare missing workspace deps so vitest can resolve them
- packages/agent/package.json: agent's agent-status-routes.ts imports
@elizaos/app-elizamaker/registry-service-registry but the workspace
package wasn't in agent's dependencies. Server Tests then died with
ERR_MODULE_NOT_FOUND on the subpath import. Add the workspace dep.
- plugins/plugin-raydium/package.json: RaydiumLpService.ts imports
decimal.js but the dep wasn't declared, so plugin-raydium's vitest
failed to load the file ("Failed to load url decimal.js"). Add it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d21646f commit fa9f7ba
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments