@vauban-org/agent-sdk 0.16.0 → 0.17.1
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 +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vauban-org/agent-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.1",
|
|
4
4
|
"description": "Vauban agent primitives: loop, budget, routing, HITL, permissions, tracking, durable execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"directory": "packages/agent-sdk"
|
|
91
91
|
},
|
|
92
92
|
"publishConfig": {
|
|
93
|
-
"registry": "https://
|
|
94
|
-
"access": "
|
|
93
|
+
"registry": "https://registry.npmjs.org",
|
|
94
|
+
"access": "public"
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"@opentelemetry/resources": "^2.6.0",
|
|
100
100
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
101
101
|
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
102
|
-
"@vauban-org/proof-core": "^0.1.0",
|
|
103
102
|
"bullmq": "^5.75.2",
|
|
104
103
|
"ioredis": "^5.10.1",
|
|
105
104
|
"json-canonicalize": "^2.0.0",
|
|
@@ -125,6 +124,7 @@
|
|
|
125
124
|
},
|
|
126
125
|
"peerDependencies": {
|
|
127
126
|
"@opentelemetry/api": "^1.9.0",
|
|
127
|
+
"@vauban-org/proof-core": "^0.1.0",
|
|
128
128
|
"prom-client": "^15.0.0",
|
|
129
129
|
"starknet": "^6.24.1"
|
|
130
130
|
},
|
|
@@ -132,6 +132,9 @@
|
|
|
132
132
|
"@opentelemetry/api": {
|
|
133
133
|
"optional": false
|
|
134
134
|
},
|
|
135
|
+
"@vauban-org/proof-core": {
|
|
136
|
+
"optional": true
|
|
137
|
+
},
|
|
135
138
|
"prom-client": {
|
|
136
139
|
"optional": true
|
|
137
140
|
},
|