@absolutejs/agent 0.25.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 +8 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@absolutejs/agent",
|
|
3
|
-
"version": "0.
|
|
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",
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
"access": "public"
|
|
134
134
|
},
|
|
135
135
|
"scripts": {
|
|
136
|
-
"build": "rm -rf dist && bun build src/*.ts --outdir dist --root src --target=bun --sourcemap --external '@absolutejs/*' --external '@absolutejs/execution' --external '@sinclair/typebox' --external drizzle-orm --external 'drizzle-orm/*' && tsc -p tsconfig.build.json && absolute-manifest emit",
|
|
136
|
+
"build": "rm -rf dist && bun build src/*.ts --outdir dist --root src --target=bun --sourcemap --external '@absolutejs/*' --external '@absolutejs/auth' --external '@absolutejs/execution' --external '@sinclair/typebox' --external drizzle-orm --external 'drizzle-orm/*' && tsc -p tsconfig.build.json && absolute-manifest emit",
|
|
137
137
|
"typecheck": "tsc --noEmit",
|
|
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,15 +153,15 @@
|
|
|
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/
|
|
157
|
-
"@absolutejs/
|
|
158
|
-
"@absolutejs/mcp": "^0.11.3",
|
|
156
|
+
"@absolutejs/manifest": "^0.9.0",
|
|
157
|
+
"@absolutejs/mcp": "^0.12.0",
|
|
159
158
|
"@absolutejs/policy": "^0.3.0",
|
|
160
159
|
"@absolutejs/wallet": "^0.9.3",
|
|
161
160
|
"@absolutejs/webmcp": "^0.1.5",
|
|
162
161
|
"@sinclair/typebox": "^0.34.0"
|
|
163
162
|
},
|
|
164
163
|
"devDependencies": {
|
|
164
|
+
"@absolutejs/auth": "0.65.0",
|
|
165
165
|
"@absolutejs/execution": "0.14.6",
|
|
166
166
|
"@types/bun": "^1.3.14",
|
|
167
167
|
"drizzle-orm": "1.0.0-rc.4",
|
|
@@ -178,34 +178,10 @@
|
|
|
178
178
|
"auth.md"
|
|
179
179
|
],
|
|
180
180
|
"absolutejs": {
|
|
181
|
-
"manifestContract": 2
|
|
182
|
-
"runtimePeers": {
|
|
183
|
-
"@absolutejs/execution": {
|
|
184
|
-
"artifactImports": [
|
|
185
|
-
"@absolutejs/execution"
|
|
186
|
-
],
|
|
187
|
-
"buildExternals": [
|
|
188
|
-
"@absolutejs/execution"
|
|
189
|
-
],
|
|
190
|
-
"optional": false,
|
|
191
|
-
"range": ">=0.14.6 <0.15",
|
|
192
|
-
"tested": "0.14.6"
|
|
193
|
-
},
|
|
194
|
-
"drizzle-orm": {
|
|
195
|
-
"artifactImports": [
|
|
196
|
-
"drizzle-orm",
|
|
197
|
-
"drizzle-orm/pg-core"
|
|
198
|
-
],
|
|
199
|
-
"buildExternals": [
|
|
200
|
-
"drizzle-orm"
|
|
201
|
-
],
|
|
202
|
-
"optional": false,
|
|
203
|
-
"range": ">=1.0.0-rc.4 <2",
|
|
204
|
-
"tested": "1.0.0-rc.4"
|
|
205
|
-
}
|
|
206
|
-
}
|
|
181
|
+
"manifestContract": 2
|
|
207
182
|
},
|
|
208
183
|
"peerDependencies": {
|
|
184
|
+
"@absolutejs/auth": ">=0.57.6 <1",
|
|
209
185
|
"@absolutejs/execution": ">=0.14.6 <0.15",
|
|
210
186
|
"drizzle-orm": ">=1.0.0-rc.4 <2"
|
|
211
187
|
}
|