@hiveai/cli 0.9.29 → 0.9.31
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/dist/index.js +292 -108
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiveai/cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.31",
|
|
4
4
|
"description": "hAIve CLI — the memory and enforcement layer of your agent harness (briefings, Git hooks, CI policy, harness coverage)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"picocolors": "^1.1.1",
|
|
42
42
|
"react": "^19.2.5",
|
|
43
43
|
"zod": "^3.23.8",
|
|
44
|
-
"@hiveai/core": "0.9.
|
|
45
|
-
"@hiveai/mcp": "0.9.
|
|
46
|
-
"@hiveai/embeddings": "0.9.
|
|
44
|
+
"@hiveai/core": "0.9.31",
|
|
45
|
+
"@hiveai/mcp": "0.9.31",
|
|
46
|
+
"@hiveai/embeddings": "0.9.31"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/react": "^19.2.14"
|