@absolutejs/agent 0.26.0 → 0.26.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 +5 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@absolutejs/agent",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"description": "The production-grade, provider-neutral agent stack for AbsoluteJS: auth, actions, runtime, sandboxing, trust, memory, inbox, discovery, MCP, A2A, policy, wallet limits, controls, and conformance.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"test": "bun test",
|
|
139
139
|
"format": "prettier --write \"./**/*.{ts,json,md,yml}\"",
|
|
140
140
|
"verify-package": "absolute-manifest verify-package",
|
|
141
|
-
"check:package": "bun run typecheck && bun run test && bun run verify-package && bun run build
|
|
141
|
+
"check:package": "bun run typecheck && bun run test && bun run verify-package && bun run build",
|
|
142
142
|
"release": "bun run format && bun run check:package && npm publish --access public"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
"@absolutejs/agent-sandbox": "^0.2.1",
|
|
154
154
|
"@absolutejs/agent-trust": "^0.2.1",
|
|
155
155
|
"@absolutejs/arazzo": "^0.1.3",
|
|
156
|
-
"@absolutejs/manifest": "^0.
|
|
157
|
-
"@absolutejs/mcp": "^0.
|
|
156
|
+
"@absolutejs/manifest": "^0.9.0",
|
|
157
|
+
"@absolutejs/mcp": "^0.12.0",
|
|
158
158
|
"@absolutejs/policy": "^0.3.0",
|
|
159
159
|
"@absolutejs/wallet": "^0.9.3",
|
|
160
160
|
"@absolutejs/webmcp": "^0.1.5",
|
|
@@ -178,43 +178,7 @@
|
|
|
178
178
|
"auth.md"
|
|
179
179
|
],
|
|
180
180
|
"absolutejs": {
|
|
181
|
-
"manifestContract": 2
|
|
182
|
-
"runtimePeers": {
|
|
183
|
-
"@absolutejs/auth": {
|
|
184
|
-
"artifactImports": [
|
|
185
|
-
"@absolutejs/auth/agents"
|
|
186
|
-
],
|
|
187
|
-
"buildExternals": [
|
|
188
|
-
"@absolutejs/auth"
|
|
189
|
-
],
|
|
190
|
-
"optional": false,
|
|
191
|
-
"range": ">=0.57.6 <1",
|
|
192
|
-
"tested": "0.65.0"
|
|
193
|
-
},
|
|
194
|
-
"@absolutejs/execution": {
|
|
195
|
-
"artifactImports": [
|
|
196
|
-
"@absolutejs/execution"
|
|
197
|
-
],
|
|
198
|
-
"buildExternals": [
|
|
199
|
-
"@absolutejs/execution"
|
|
200
|
-
],
|
|
201
|
-
"optional": false,
|
|
202
|
-
"range": ">=0.14.6 <0.15",
|
|
203
|
-
"tested": "0.14.6"
|
|
204
|
-
},
|
|
205
|
-
"drizzle-orm": {
|
|
206
|
-
"artifactImports": [
|
|
207
|
-
"drizzle-orm",
|
|
208
|
-
"drizzle-orm/pg-core"
|
|
209
|
-
],
|
|
210
|
-
"buildExternals": [
|
|
211
|
-
"drizzle-orm"
|
|
212
|
-
],
|
|
213
|
-
"optional": false,
|
|
214
|
-
"range": ">=1.0.0-rc.4 <2",
|
|
215
|
-
"tested": "1.0.0-rc.4"
|
|
216
|
-
}
|
|
217
|
-
}
|
|
181
|
+
"manifestContract": 2
|
|
218
182
|
},
|
|
219
183
|
"peerDependencies": {
|
|
220
184
|
"@absolutejs/auth": ">=0.57.6 <1",
|