@dexterai/x402 6.0.1 → 6.0.2

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 (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [6.0.2] - 2026-09-17
11
+
12
+ ### Fixed
13
+
14
+ - CommonJS client imports require `@dexterai/x402-core` 1.5.2 or newer.
15
+ The earlier dependency range allowed installed versions without a CommonJS
16
+ export. Package qualification now checks client imports with the declared
17
+ minimum core version, alongside the existing Tab and MCP checks.
18
+
10
19
  ## [6.0.1] - 2026-09-17
11
20
 
12
21
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexterai/x402",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Full-stack x402 SDK - add paid API monetization to any endpoint. Express middleware, React hooks, Access Pass, dynamic pricing. Solana, Base, Polygon, Arbitrum, Optimism, Avalanche, World Chain, Monad, Robinhood Chain, SKALE.",
5
5
  "author": "Dexter",
6
6
  "license": "MIT",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "dependencies": {
86
86
  "@dexterai/x402-ads-types": "^0.2.0",
87
- "@dexterai/x402-core": "^1.4.0",
87
+ "@dexterai/x402-core": "^1.5.2",
88
88
  "@noble/curves": "^1.9.7",
89
89
  "@noble/hashes": "^1.8.0",
90
90
  "@solana/spl-token": "^0.4.9",