@agent-score/commerce 2.6.1 → 2.6.3
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/README.md +2 -2
- package/dist/core.js +1 -1
- package/dist/core.mjs +1 -1
- package/dist/identity/express.js +1 -1
- package/dist/identity/express.mjs +1 -1
- package/dist/identity/fastify.js +1 -1
- package/dist/identity/fastify.mjs +1 -1
- package/dist/identity/hono.js +1 -1
- package/dist/identity/hono.mjs +1 -1
- package/dist/identity/nextjs.js +1 -1
- package/dist/identity/nextjs.mjs +1 -1
- package/dist/identity/web.js +1 -1
- package/dist/identity/web.mjs +1 -1
- package/dist/index.js +76 -62
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +76 -62
- package/dist/index.mjs.map +1 -1
- package/dist/stripe-multichain/index.js +53 -51
- package/dist/stripe-multichain/index.js.map +1 -1
- package/dist/stripe-multichain/index.mjs +53 -51
- package/dist/stripe-multichain/index.mjs.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-score/commerce",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
4
4
|
"description": "Agent 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 agent commerce.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"@solana/mpp": "^0.6.0",
|
|
210
210
|
"@types/express": "^5.0.6",
|
|
211
211
|
"@types/node": "^26.1.0",
|
|
212
|
-
"@vitest/coverage-v8": "^4.1.
|
|
212
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
213
213
|
"@x402/core": "^2.17.0",
|
|
214
214
|
"@x402/evm": "^2.17.0",
|
|
215
215
|
"@x402/extensions": "^2.17.0",
|
|
@@ -219,17 +219,17 @@
|
|
|
219
219
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
220
220
|
"express": "^5.2.1",
|
|
221
221
|
"fastify": "^5.10.0",
|
|
222
|
-
"hono": "^4.12.
|
|
222
|
+
"hono": "^4.12.28",
|
|
223
223
|
"ioredis": "^5.11.1",
|
|
224
224
|
"jose": "^6.2.3",
|
|
225
|
-
"knip": "^6.
|
|
225
|
+
"knip": "^6.25.0",
|
|
226
226
|
"lefthook": "^2.1.9",
|
|
227
|
-
"mppx": "0.8.
|
|
227
|
+
"mppx": "0.8.6",
|
|
228
228
|
"tsup": "^8.5.1",
|
|
229
229
|
"typescript": "^6.0.3",
|
|
230
|
-
"typescript-eslint": "^8.
|
|
231
|
-
"viem": "2.54.
|
|
232
|
-
"vitest": "^4.1.
|
|
230
|
+
"typescript-eslint": "^8.63.0",
|
|
231
|
+
"viem": "2.54.6",
|
|
232
|
+
"vitest": "^4.1.10"
|
|
233
233
|
},
|
|
234
234
|
"packageManager": "bun@1.3.13"
|
|
235
235
|
}
|