@absolutejs/agent 0.23.4 → 0.23.6

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.23.4",
3
+ "version": "0.23.6",
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",
@@ -136,18 +136,18 @@
136
136
  "release": "bun run format && bun run check:package && npm publish --access public"
137
137
  },
138
138
  "dependencies": {
139
- "@absolutejs/a2a": "^0.3.0",
139
+ "@absolutejs/a2a": "^0.3.1",
140
140
  "@absolutejs/agency": "^0.6.1",
141
141
  "@absolutejs/agent-conformance": "^0.14.0",
142
142
  "@absolutejs/agent-control": "^0.5.1",
143
143
  "@absolutejs/agent-discovery": "^0.2.1",
144
144
  "@absolutejs/agent-inbox": "^0.3.1",
145
145
  "@absolutejs/agent-memory": "^0.1.3",
146
- "@absolutejs/agent-runtime": "^0.2.1",
146
+ "@absolutejs/agent-runtime": "^0.2.2",
147
147
  "@absolutejs/agent-sandbox": "^0.2.0",
148
148
  "@absolutejs/agent-trust": "^0.2.0",
149
149
  "@absolutejs/arazzo": "^0.1.2",
150
- "@absolutejs/auth": "^0.56.14",
150
+ "@absolutejs/auth": "^0.56.15",
151
151
  "@absolutejs/execution": "0.14.2",
152
152
  "@absolutejs/manifest": "^0.3.0",
153
153
  "@absolutejs/mcp": "^0.11.0",