@agent-score/commerce 2.7.6 → 2.7.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-score/commerce",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "description": "Agentic commerce SDK: identity middleware (Hono, Express, Fastify, Next.js, Web Fetch) + payment helpers + 402 builders + discovery + Stripe multichain. The full merchant-side toolkit for AgentScore-powered agentic commerce.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -151,7 +151,7 @@
151
151
  "@agent-score/sdk": "^2.6.4"
152
152
  },
153
153
  "overrides": {
154
- "axios": "^1.15.0",
154
+ "axios": "^1.18.0",
155
155
  "fast-uri": "^3.1.1",
156
156
  "minimatch@^3.0.0": {
157
157
  "brace-expansion": "1.1.12"
@@ -163,7 +163,8 @@
163
163
  "vite": "^8.0.16",
164
164
  "esbuild": "^0.28.1",
165
165
  "js-yaml": "^4.2.0",
166
- "form-data": "^4.0.6"
166
+ "form-data": "^4.0.6",
167
+ "find-my-way": "^9.7.0"
167
168
  },
168
169
  "peerDependencies": {
169
170
  "@solana/kit": ">=7.0.0 <8.0.0",
@@ -202,7 +203,7 @@
202
203
  }
203
204
  },
204
205
  "devDependencies": {
205
- "@a2a-js/sdk": "^0.3.14",
206
+ "@a2a-js/sdk": "^1.0.0",
206
207
  "@coinbase/x402": "^2.1.0",
207
208
  "@eslint/js": "^9.39.5",
208
209
  "@solana/kit": "^7.0.0",
@@ -221,14 +222,14 @@
221
222
  "fastify": "^5.10.0",
222
223
  "hono": "^4.12.31",
223
224
  "ioredis": "^5.11.1",
224
- "jose": "^6.2.3",
225
- "knip": "^6.27.0",
225
+ "jose": "^6.2.4",
226
+ "knip": "^6.29.0",
226
227
  "lefthook": "^2.1.10",
227
- "mppx": "0.8.12",
228
+ "mppx": "0.8.14",
228
229
  "tsup": "^8.5.1",
229
230
  "typescript": "^6.0.3",
230
231
  "typescript-eslint": "^8.65.0",
231
- "viem": "2.55.2",
232
+ "viem": "2.55.8",
232
233
  "vitest": "^4.1.10"
233
234
  },
234
235
  "packageManager": "bun@1.3.13"