|
1 | 1 | {
|
2 | 2 | "name": "@elizaos/cli",
|
3 |
| - "version": "1.0.0-alpha.55", |
| 3 | + "version": "1.0.0-alpha.56", |
4 | 4 | "description": "elizaOS CLI - Manage your AI agents and plugins",
|
5 | 5 | "publishConfig": {
|
6 | 6 | "access": "public",
|
|
34 | 34 | },
|
35 | 35 | "scripts": {
|
36 | 36 | "cli": "bun run build && node dist/index.js",
|
37 |
| - "build": "tsup && bun run src/scripts/copy-client-dist.ts && bun run src/scripts/copy-to-create-eliza.ts && bun run src/scripts/copy-templates.ts && bun run src/scripts/copy-drizzle.ts", |
| 37 | + "build": "tsup && bun run src/scripts/copy-client-dist.ts && bun run src/scripts/copy-templates.ts && bun run src/scripts/copy-drizzle.ts", |
38 | 38 | "test:dev": "REGISTRY_URL=http://localhost:3333 vitest run",
|
39 | 39 | "lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write",
|
40 | 40 | "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 | 43 | "@babel/core": "^7.22.1",
|
44 | 44 | "@babel/parser": "^7.22.6",
|
45 |
| - "@elizaos/core": "^1.0.0-alpha.55", |
46 |
| - "@elizaos/plugin-anthropic": "^1.0.0-alpha.55", |
47 |
| - "@elizaos/plugin-openai": "^1.0.0-alpha.55", |
48 |
| - "@elizaos/plugin-sql": "^1.0.0-alpha.55", |
| 45 | + "@elizaos/core": "^1.0.0-alpha.56", |
| 46 | + "@elizaos/plugin-anthropic": "^1.0.0-alpha.56", |
| 47 | + "@elizaos/plugin-openai": "^1.0.0-alpha.56", |
| 48 | + "@elizaos/plugin-sql": "^1.0.0-alpha.56", |
49 | 49 | "@types/babel__core": "^7.20.1",
|
50 | 50 | "@types/diff": "^5.0.3",
|
51 | 51 | "@types/fs-extra": "^11.0.1",
|
|
0 commit comments