@agent-score/commerce 1.3.2 → 1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-score/commerce",
3
- "version": "1.3.2",
3
+ "version": "1.5.0",
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",
@@ -123,7 +123,8 @@
123
123
  "@agent-score/sdk": "^2.2.0"
124
124
  },
125
125
  "overrides": {
126
- "axios": "^1.15.0"
126
+ "axios": "^1.15.0",
127
+ "fast-uri": "^3.1.1"
127
128
  },
128
129
  "peerDependencies": {
129
130
  "@solana/kit": ">=6.5.0",
@@ -131,6 +132,7 @@
131
132
  "express": ">=4.0.0",
132
133
  "fastify": ">=4.0.0",
133
134
  "hono": ">=4.0.0",
135
+ "jose": ">=6.0.0",
134
136
  "stripe": ">=17.0.0"
135
137
  },
136
138
  "peerDependenciesMeta": {
@@ -149,6 +151,9 @@
149
151
  "hono": {
150
152
  "optional": true
151
153
  },
154
+ "jose": {
155
+ "optional": true
156
+ },
152
157
  "stripe": {
153
158
  "optional": true
154
159
  }
@@ -156,10 +161,10 @@
156
161
  "devDependencies": {
157
162
  "@coinbase/x402": "^2.1.0",
158
163
  "@eslint/js": "^9.39.4",
159
- "@solana/kit": "^6.8.0",
164
+ "@solana/kit": "^6.9.0",
160
165
  "@solana/mpp": "^0.5.2",
161
166
  "@types/express": "^5.0.6",
162
- "@types/node": "^25.6.0",
167
+ "@types/node": "^25.6.2",
163
168
  "@vitest/coverage-v8": "^4.1.5",
164
169
  "@x402/core": "^2.11.0",
165
170
  "@x402/evm": "^2.11.0",
@@ -170,9 +175,10 @@
170
175
  "eslint-plugin-unused-imports": "^4.4.1",
171
176
  "express": "^5.2.1",
172
177
  "fastify": "^5.8.5",
173
- "hono": "^4.12.16",
178
+ "hono": "^4.12.18",
179
+ "jose": "^6.2.3",
174
180
  "lefthook": "^2.1.6",
175
- "mppx": "^0.6.15",
181
+ "mppx": "^0.6.17",
176
182
  "tsup": "^8.5.1",
177
183
  "typescript": "^6.0.3",
178
184
  "typescript-eslint": "^8.59.2",