@absolutejs/agent 0.23.18 → 0.23.19

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.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.23.18",
3
+ "version": "0.23.19",
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",
@@ -137,12 +137,13 @@
137
137
  "typecheck": "tsc --noEmit",
138
138
  "test": "bun test",
139
139
  "format": "prettier --write \"./**/*.{ts,json,md,yml}\"",
140
- "check:package": "bun run typecheck && bun run test && bun run build",
140
+ "verify-package": "absolute-manifest verify-package",
141
+ "check:package": "bun run typecheck && bun run test && bun run verify-package && bun run build && bun run verify-package --artifacts",
141
142
  "release": "bun run format && bun run check:package && npm publish --access public"
142
143
  },
143
144
  "dependencies": {
144
145
  "@absolutejs/a2a": "^0.3.5",
145
- "@absolutejs/agency": "^0.7.1",
146
+ "@absolutejs/agency": "^0.7.3",
146
147
  "@absolutejs/agent-conformance": "^0.14.0",
147
148
  "@absolutejs/agent-control": "^0.5.6",
148
149
  "@absolutejs/agent-discovery": "^0.2.1",
@@ -152,8 +153,8 @@
152
153
  "@absolutejs/agent-sandbox": "^0.2.0",
153
154
  "@absolutejs/agent-trust": "^0.2.0",
154
155
  "@absolutejs/arazzo": "^0.1.2",
155
- "@absolutejs/auth": "^0.57.3",
156
- "@absolutejs/manifest": "^0.7.1",
156
+ "@absolutejs/auth": "^0.57.4",
157
+ "@absolutejs/manifest": "^0.7.2",
157
158
  "@absolutejs/mcp": "^0.11.3",
158
159
  "@absolutejs/policy": "^0.3.0",
159
160
  "@absolutejs/wallet": "^0.9.3",