@agent-score/commerce 2.7.4 → 2.7.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 (57) hide show
  1. package/dist/challenge/index.d.mts +3 -3
  2. package/dist/challenge/index.d.ts +3 -3
  3. package/dist/{checkout-DKq9gV3G.d.mts → checkout-B0jIzAEo.d.mts} +5 -5
  4. package/dist/{checkout-DW7GgRrl.d.ts → checkout-BRdpPSnc.d.ts} +5 -5
  5. package/dist/core.js +1 -1
  6. package/dist/core.mjs +1 -1
  7. package/dist/discovery/index.d.mts +6 -6
  8. package/dist/discovery/index.d.ts +6 -6
  9. package/dist/{gate-GCXy4FHI.d.mts → gate-BMUMi-P0.d.mts} +2 -2
  10. package/dist/{gate-D2RP6bZg.d.ts → gate-Bhbi5zvG.d.ts} +2 -2
  11. package/dist/identity/express.d.mts +2 -2
  12. package/dist/identity/express.d.ts +2 -2
  13. package/dist/identity/express.js +1 -1
  14. package/dist/identity/express.mjs +1 -1
  15. package/dist/identity/fastify.d.mts +2 -2
  16. package/dist/identity/fastify.d.ts +2 -2
  17. package/dist/identity/fastify.js +1 -1
  18. package/dist/identity/fastify.mjs +1 -1
  19. package/dist/identity/hono.d.mts +2 -2
  20. package/dist/identity/hono.d.ts +2 -2
  21. package/dist/identity/hono.js +1 -1
  22. package/dist/identity/hono.mjs +1 -1
  23. package/dist/identity/nextjs.d.mts +2 -2
  24. package/dist/identity/nextjs.d.ts +2 -2
  25. package/dist/identity/nextjs.js +1 -1
  26. package/dist/identity/nextjs.mjs +1 -1
  27. package/dist/identity/web.d.mts +2 -2
  28. package/dist/identity/web.d.ts +2 -2
  29. package/dist/identity/web.js +1 -1
  30. package/dist/identity/web.mjs +1 -1
  31. package/dist/index.d.mts +11 -11
  32. package/dist/index.d.ts +11 -11
  33. package/dist/index.js +14 -18
  34. package/dist/index.js.map +1 -1
  35. package/dist/index.mjs +14 -18
  36. package/dist/index.mjs.map +1 -1
  37. package/dist/{network_kind-toxNABqw.d.ts → network_kind-C3NA2wX2.d.ts} +2 -2
  38. package/dist/{network_kind-CLdLbqU5.d.mts → network_kind-DmHbQbOb.d.mts} +2 -2
  39. package/dist/payment/index.d.mts +27 -27
  40. package/dist/payment/index.d.ts +27 -27
  41. package/dist/payment/index.js +13 -17
  42. package/dist/payment/index.js.map +1 -1
  43. package/dist/payment/index.mjs +12 -16
  44. package/dist/payment/index.mjs.map +1 -1
  45. package/dist/{pricing-Dx3F1VAv.d.ts → pricing-DUYE2hIy.d.ts} +1 -1
  46. package/dist/{pricing-sfv3CPiY.d.mts → pricing-Wqbq6xIR.d.mts} +1 -1
  47. package/dist/{rail_spec-DGdb4Gnd.d.mts → rail_spec-C-jTQ7g6.d.mts} +1 -1
  48. package/dist/{rail_spec-DGdb4Gnd.d.ts → rail_spec-C-jTQ7g6.d.ts} +1 -1
  49. package/dist/stripe-multichain/index.js +2 -2
  50. package/dist/stripe-multichain/index.js.map +1 -1
  51. package/dist/stripe-multichain/index.mjs +2 -2
  52. package/dist/stripe-multichain/index.mjs.map +1 -1
  53. package/dist/{types-D1slMt0H.d.mts → types-1Mr5ZDas.d.mts} +1 -1
  54. package/dist/{types-D1slMt0H.d.ts → types-1Mr5ZDas.d.ts} +1 -1
  55. package/dist/{x402_server-Ciz2mls2.d.mts → x402_server-hgQzWQwB.d.mts} +1 -1
  56. package/dist/{x402_server-Ciz2mls2.d.ts → x402_server-hgQzWQwB.d.ts} +1 -1
  57. package/package.json +8 -8
@@ -134,4 +134,4 @@ declare const isAitShape: (payload: unknown) => boolean;
134
134
  /** Validate the structural contract of a decoded AIT payload. */
135
135
  declare const validateAitPayload: (payload: unknown) => AitValidationResult;
136
136
 
137
- export { type AitHeader as A, type IdentityClaim as I, type TrustLevel as T, type AitPayload as a, type AitValidationResult as b, type AmrValue as c, type IntentClaim as d, isAitShape as i, validateAitPayload as v };
137
+ export { type AitPayload as A, type IdentityClaim as I, type TrustLevel as T, type AitHeader as a, type AitValidationResult as b, type AmrValue as c, type IntentClaim as d, isAitShape as i, validateAitPayload as v };
@@ -134,4 +134,4 @@ declare const isAitShape: (payload: unknown) => boolean;
134
134
  /** Validate the structural contract of a decoded AIT payload. */
135
135
  declare const validateAitPayload: (payload: unknown) => AitValidationResult;
136
136
 
137
- export { type AitHeader as A, type IdentityClaim as I, type TrustLevel as T, type AitPayload as a, type AitValidationResult as b, type AmrValue as c, type IntentClaim as d, isAitShape as i, validateAitPayload as v };
137
+ export { type AitPayload as A, type IdentityClaim as I, type TrustLevel as T, type AitHeader as a, type AitValidationResult as b, type AmrValue as c, type IntentClaim as d, isAitShape as i, validateAitPayload as v };
@@ -78,4 +78,4 @@ interface BuildX402AcceptsForOptions {
78
78
  */
79
79
  declare function buildX402AcceptsFor402(server: X402Server, opts: BuildX402AcceptsForOptions): Promise<unknown[]>;
80
80
 
81
- export { type BuildX402AcceptsForOptions as B, type CreateX402ServerOptions as C, type X402FacilitatorChoice as X, type X402Server as a, type X402SymbolicRail as b, buildX402AcceptsFor402 as c, createX402Server as d };
81
+ export { type BuildX402AcceptsForOptions as B, type CreateX402ServerOptions as C, type X402Server as X, type X402FacilitatorChoice as a, type X402SymbolicRail as b, buildX402AcceptsFor402 as c, createX402Server as d };
@@ -78,4 +78,4 @@ interface BuildX402AcceptsForOptions {
78
78
  */
79
79
  declare function buildX402AcceptsFor402(server: X402Server, opts: BuildX402AcceptsForOptions): Promise<unknown[]>;
80
80
 
81
- export { type BuildX402AcceptsForOptions as B, type CreateX402ServerOptions as C, type X402FacilitatorChoice as X, type X402Server as a, type X402SymbolicRail as b, buildX402AcceptsFor402 as c, createX402Server as d };
81
+ export { type BuildX402AcceptsForOptions as B, type CreateX402ServerOptions as C, type X402Server as X, type X402FacilitatorChoice as a, type X402SymbolicRail as b, buildX402AcceptsFor402 as c, createX402Server as d };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-score/commerce",
3
- "version": "2.7.4",
3
+ "version": "2.7.6",
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",
@@ -148,7 +148,7 @@
148
148
  "bun": ">=1.3.0 <2"
149
149
  },
150
150
  "dependencies": {
151
- "@agent-score/sdk": "^2.6.3"
151
+ "@agent-score/sdk": "^2.6.4"
152
152
  },
153
153
  "overrides": {
154
154
  "axios": "^1.15.0",
@@ -210,24 +210,24 @@
210
210
  "@types/express": "^5.0.6",
211
211
  "@types/node": "^26.1.1",
212
212
  "@vitest/coverage-v8": "^4.1.10",
213
- "@x402/core": "^2.18.0",
214
- "@x402/evm": "^2.18.0",
215
- "@x402/extensions": "^2.18.0",
213
+ "@x402/core": "^2.19.0",
214
+ "@x402/evm": "^2.19.0",
215
+ "@x402/extensions": "^2.19.0",
216
216
  "dotenv": "^17.4.2",
217
217
  "eslint": "^9.39.5",
218
218
  "eslint-plugin-import": "^2.32.0",
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.30",
222
+ "hono": "^4.12.31",
223
223
  "ioredis": "^5.11.1",
224
224
  "jose": "^6.2.3",
225
225
  "knip": "^6.27.0",
226
226
  "lefthook": "^2.1.10",
227
- "mppx": "0.8.11",
227
+ "mppx": "0.8.12",
228
228
  "tsup": "^8.5.1",
229
229
  "typescript": "^6.0.3",
230
- "typescript-eslint": "^8.64.0",
230
+ "typescript-eslint": "^8.65.0",
231
231
  "viem": "2.55.2",
232
232
  "vitest": "^4.1.10"
233
233
  },