aptos-x402 2.2.1 → 2.2.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  **Aptos x402** is a TypeScript SDK implementing the **x402 v2 protocol** ([spec](https://github.com/coinbase/x402)) for the Aptos blockchain. Enable your APIs to require cryptocurrency payments before serving responses using the standardized HTTP 402 status code.
20
20
 
21
- > ✅ **x402 v2 compliant** | ⚠️ v1 is deprecated
21
+ > ✅ **x402 v2 compliant**
22
22
 
23
23
  Built for **machine-to-machine micropayments**, this SDK provides zero-friction payment integration for Next.js applications with automatic payment handling, cryptographic verification, and **sub-second settlement times** (optimized from 2-3s to 200-500ms).
24
24
 
@@ -28,9 +28,9 @@ Built for **machine-to-machine micropayments**, this SDK provides zero-friction
28
28
  - 📋 **Protocol Updates**: Standardized `PAYMENT-SIGNATURE` headers (removed "X-").
29
29
  - 💰 **Fungible Assets**: Direct USDC/FA transfer support.
30
30
  - 🚚 **Header-Based Spec**: Payment specs and proofs handling moved entirely to headers.
31
- - ⚡ **Performance**: 5-10x faster settlement with bug fixes and optimizations.
31
+ - ⚡ **Performance**: Significant speed improvements with bug fixes and optimizations.
32
32
 
33
- > ⚡ **Performance:** Latest optimizations deliver **5-10x faster** payments with verification caching, async confirmation, and smart deduplication. See [PERFORMANCE_OPTIMIZATIONS.md](./PERFORMANCE_OPTIMIZATIONS.md) for details.
33
+ > ⚡ **Performance:** Latest optimizations deliver **faster settlement** with verification caching, async confirmation, and smart deduplication. See [PERFORMANCE_OPTIMIZATIONS.md](./PERFORMANCE_OPTIMIZATIONS.md) for details.
34
34
 
35
35
  <!-- ## Key Features
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aptos-x402",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "x402v2 compliant Payment Protocol SDK for Aptos - Axios-compatible payment wrapper with automatic network detection",
5
5
  "author": "Aditya Pundir",
6
6
  "license": "MIT",