@absolutejs/agent 0.4.13 → 0.5.0

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.4.13",
3
+ "version": "0.5.0",
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",
@@ -131,11 +131,11 @@
131
131
  "release": "bun run format && bun run check:package && npm publish --access public"
132
132
  },
133
133
  "dependencies": {
134
- "@absolutejs/a2a": "^0.2.4",
134
+ "@absolutejs/a2a": "^0.3.0",
135
135
  "@absolutejs/agency": "^0.6.0",
136
136
  "@absolutejs/arazzo": "^0.1.2",
137
137
  "@absolutejs/agent-conformance": "^0.4.1",
138
- "@absolutejs/agent-control": "^0.4.1",
138
+ "@absolutejs/agent-control": "^0.5.0",
139
139
  "@absolutejs/agent-discovery": "^0.2.1",
140
140
  "@absolutejs/agent-inbox": "^0.1.1",
141
141
  "@absolutejs/agent-memory": "^0.1.1",
@@ -145,9 +145,9 @@
145
145
  "@absolutejs/auth": "^0.56.11",
146
146
  "@absolutejs/execution": "^0.2.0",
147
147
  "@absolutejs/manifest": "^0.3.0",
148
- "@absolutejs/mcp": "^0.10.4",
148
+ "@absolutejs/mcp": "^0.11.0",
149
149
  "@absolutejs/policy": "^0.2.0",
150
- "@absolutejs/wallet": "^0.3.3",
150
+ "@absolutejs/wallet": "^0.4.0",
151
151
  "@absolutejs/webmcp": "^0.1.3",
152
152
  "@sinclair/typebox": "^0.34.0"
153
153
  },