@intentic/agent-cli 1.311.0 → 1.312.0
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 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/agent-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.312.0",
|
|
4
4
|
"description": "The process contract, budgeted output and test seam every agent-facing CLI in this repo keeps",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -85,16 +85,16 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@intentic/base": "1.
|
|
89
|
-
"@intentic/constants": "1.
|
|
88
|
+
"@intentic/base": "1.312.0",
|
|
89
|
+
"@intentic/constants": "1.312.0",
|
|
90
90
|
"@stricli/core": "1.3.0",
|
|
91
91
|
"tslib": "2.8.1"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@intentic/testing": "0.0.0",
|
|
95
95
|
"@intentic/tsconfig": "0.0.0",
|
|
96
|
-
"@types/bun": "1.4.
|
|
97
|
-
"@types/node": "24.13.
|
|
96
|
+
"@types/bun": "1.4.2",
|
|
97
|
+
"@types/node": "24.13.6",
|
|
98
98
|
"@typescript/native-preview": "7.0.0-dev.20260707.2"
|
|
99
99
|
},
|
|
100
100
|
"scripts": {
|