@elizaos/plugin-cli 2.0.0-alpha.6 → 2.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-cli",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.8",
|
|
4
4
|
"description": "CLI framework plugin for ElizaOS agents - provides command registration, execution, and utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"build": "tsc",
|
|
20
20
|
"build:watch": "tsc --watch",
|
|
21
21
|
"dev": "tsc --watch",
|
|
22
|
-
"test": "vitest run",
|
|
22
|
+
"test": "npx -y vitest@4.0.18 run --passWithNoTests",
|
|
23
23
|
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
24
24
|
"lint:check": "bunx @biomejs/biome check .",
|
|
25
25
|
"format": "bunx @biomejs/biome format --write .",
|
|
@@ -34,9 +34,10 @@
|
|
|
34
34
|
"@elizaos/core": "2.0.0-alpha.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
+
"@biomejs/biome": "^2.3.11",
|
|
38
|
+
"strip-literal": "^3.1.0",
|
|
37
39
|
"typescript": "^5.7.3",
|
|
38
|
-
"vitest": "^
|
|
39
|
-
"@biomejs/biome": "^2.3.11"
|
|
40
|
+
"vitest": "^4.0.18"
|
|
40
41
|
},
|
|
41
42
|
"keywords": [
|
|
42
43
|
"elizaos",
|