|
1 | 1 | {
|
2 | 2 | "name": "@elizaos/cli",
|
3 |
| - "version": "1.0.0-alpha.58", |
| 3 | + "version": "1.0.0-alpha.59", |
4 | 4 | "description": "elizaOS CLI - Manage your AI agents and plugins",
|
5 | 5 | "publishConfig": {
|
6 | 6 | "access": "public",
|
|
40 | 40 | "test:plugin-command": "vitest run test/plugin-command.test.js",
|
41 | 41 | "test:publish-plugins": "vitest run test/publish-plugins.test.js",
|
42 | 42 | "test:registry": "vitest run 'test/**/*.test.js'",
|
| 43 | + "test:registry-publishing": "node test/run-registry-tests.js", |
| 44 | + "test:registry-e2e": "node test/run-registry-tests.js --e2e", |
| 45 | + "test:registry-live": "node test/run-registry-tests.js --live", |
| 46 | + "test:registry-all": "node test/run-registry-tests.js --all", |
43 | 47 | "lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write",
|
44 | 48 | "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo"
|
45 | 49 | },
|
46 | 50 | "devDependencies": {
|
47 | 51 | "@babel/core": "^7.22.1",
|
48 | 52 | "@babel/parser": "^7.22.6",
|
49 |
| - "@elizaos/core": "^1.0.0-alpha.58", |
50 |
| - "@elizaos/plugin-anthropic": "^1.0.0-alpha.58", |
51 |
| - "@elizaos/plugin-openai": "^1.0.0-alpha.58", |
52 |
| - "@elizaos/plugin-sql": "^1.0.0-alpha.58", |
| 53 | + "@elizaos/core": "^1.0.0-alpha.59", |
| 54 | + "@elizaos/plugin-anthropic": "^1.0.0-alpha.59", |
| 55 | + "@elizaos/plugin-openai": "^1.0.0-alpha.59", |
| 56 | + "@elizaos/plugin-sql": "^1.0.0-alpha.59", |
53 | 57 | "@types/babel__core": "^7.20.1",
|
54 | 58 | "@types/diff": "^5.0.3",
|
55 | 59 | "@types/fs-extra": "^11.0.1",
|
56 |
| - "@types/node": "^20.11.27", |
57 | 60 | "@types/lodash": "^4.17.7",
|
| 61 | + "@types/node": "^20.11.27", |
58 | 62 | "@types/prompts": "^2.4.2",
|
59 | 63 | "axios": "^1.7.9",
|
60 | 64 | "commander": "^10.0.0",
|
|
0 commit comments