@stablebaseline/cli 0.4.2 → 0.4.4
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stablebaseline/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "sb — command-line client for Stable Baseline. End-to-end agent-managed company brain (docs, diagrams, plans, Knowledge Graph). 184 tools across 19 categories, all exposed at the CLI.",
|
|
5
5
|
"homepage": "https://stablebaseline.io",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"pretest": "npm run build"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@stablebaseline/sdk": "^0.4.
|
|
45
|
+
"@stablebaseline/sdk": "^0.4.4",
|
|
46
46
|
"commander": "^12.1.0",
|
|
47
47
|
"kleur": "^4.1.5",
|
|
48
48
|
"open": "^10.1.0"
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"tsup": "^8.3.5",
|
|
52
52
|
"tsx": "^4.22.4",
|
|
53
53
|
"typescript": "^5.6.3",
|
|
54
|
-
"@types/node": "^22.
|
|
55
|
-
"vitest": "^4.1.
|
|
54
|
+
"@types/node": "^22.20.0",
|
|
55
|
+
"vitest": "^4.1.9"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=20"
|