@absolutejs/agent 0.23.7 → 0.23.9

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 +16 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/agent",
3
- "version": "0.23.7",
3
+ "version": "0.23.9",
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,31 +136,31 @@
136
136
  "release": "bun run format && bun run check:package && npm publish --access public"
137
137
  },
138
138
  "dependencies": {
139
- "@absolutejs/a2a": "^0.3.1",
140
- "@absolutejs/agency": "^0.6.2",
139
+ "@absolutejs/a2a": "^0.3.2",
140
+ "@absolutejs/agency": "^0.6.3",
141
141
  "@absolutejs/agent-conformance": "^0.14.0",
142
- "@absolutejs/agent-control": "^0.5.2",
142
+ "@absolutejs/agent-control": "^0.5.3",
143
143
  "@absolutejs/agent-discovery": "^0.2.1",
144
- "@absolutejs/agent-inbox": "^0.3.2",
145
- "@absolutejs/agent-memory": "^0.1.4",
146
- "@absolutejs/agent-runtime": "^0.2.2",
144
+ "@absolutejs/agent-inbox": "^0.3.3",
145
+ "@absolutejs/agent-memory": "^0.1.5",
146
+ "@absolutejs/agent-runtime": "^0.2.3",
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.16",
151
- "@absolutejs/execution": "0.14.2",
150
+ "@absolutejs/auth": "^0.56.17",
151
+ "@absolutejs/execution": "0.14.4",
152
152
  "@absolutejs/manifest": "^0.3.0",
153
153
  "@absolutejs/mcp": "^0.11.0",
154
154
  "@absolutejs/policy": "^0.2.0",
155
- "@absolutejs/wallet": "^0.8.5",
155
+ "@absolutejs/wallet": "^0.8.6",
156
156
  "@absolutejs/webmcp": "^0.1.3",
157
- "@sinclair/typebox": "^0.34.0",
158
- "drizzle-orm": "1.0.0-rc.4"
157
+ "@sinclair/typebox": "^0.34.0"
159
158
  },
160
159
  "devDependencies": {
161
160
  "@types/bun": "^1.3.14",
162
161
  "prettier": "^3.8.3",
163
- "typescript": "^5.9.0"
162
+ "typescript": "^5.9.0",
163
+ "drizzle-orm": "1.0.0-rc.4"
164
164
  },
165
165
  "keywords": [
166
166
  "absolutejs",
@@ -173,5 +173,8 @@
173
173
  ],
174
174
  "absolutejs": {
175
175
  "manifestContract": 2
176
+ },
177
+ "peerDependencies": {
178
+ "drizzle-orm": ">=1.0.0-rc.4 <2"
176
179
  }
177
180
  }