@dexterai/x402 6.0.0-rc.3 → 6.0.0-rc.4

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 +3 -3
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.0-rc.4] - 2026-08-17
11
+
12
+ ### Changed
13
+
14
+ - Rebound the exact Vault peer and development dependency to
15
+ `@dexterai/vault@0.43.3-rc.1`. This is a package-metadata-only successor to
16
+ rc.3 so the canonical archive-mode Vault release resolves as one dependency
17
+ graph; x402 runtime source and declarations are unchanged.
18
+
10
19
  ## [6.0.0-rc.3] - 2026-08-17
11
20
 
12
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexterai/x402",
3
- "version": "6.0.0-rc.3",
3
+ "version": "6.0.0-rc.4",
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",
@@ -92,7 +92,7 @@
92
92
  "tweetnacl": "^1.0.3"
93
93
  },
94
94
  "devDependencies": {
95
- "@dexterai/vault": "0.43.2",
95
+ "@dexterai/vault": "0.43.3-rc.1",
96
96
  "@types/aws-lambda": "^8.10.161",
97
97
  "@types/express": "^5.0.6",
98
98
  "@types/node": "^22.10.0",
@@ -106,7 +106,7 @@
106
106
  "vitest": "^2.1.8"
107
107
  },
108
108
  "peerDependencies": {
109
- "@dexterai/vault": "0.43.2",
109
+ "@dexterai/vault": "0.43.3-rc.1",
110
110
  "@solana/wallet-adapter-base": "^0.9.0",
111
111
  "react": "^18.0.0 || ^19.0.0",
112
112
  "stripe": "^20.0.0",