x402-express-mantle 1.0.9 → 1.0.11
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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Complete x402 Express middleware SDK with built-in Mantle testnet support and US
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
npm install x402-express-mantle@1.0.
|
|
17
|
+
npm install x402-express-mantle@1.0.10
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
## Quick Start
|
|
@@ -144,7 +144,7 @@ This SDK includes custom Mantle configurations:
|
|
|
144
144
|
### Vercel
|
|
145
145
|
|
|
146
146
|
````bash
|
|
147
|
-
npm install x402-express-mantle@1.0.
|
|
147
|
+
npm install x402-express-mantle@1.0.10
|
|
148
148
|
|
|
149
149
|
## Quick Example
|
|
150
150
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x402-express-mantle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"main": "./lib/cjs/index.js",
|
|
5
5
|
"module": "./lib/esm/index.mjs",
|
|
6
6
|
"types": "./lib/cjs/index.d.ts",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"author": "Mantle x402 Team",
|
|
23
23
|
"description": "x402 Express middleware SDK with built-in Mantle testnet support and USDC Token configurations",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"x402-core-mantle": "2.1.
|
|
26
|
-
"x402-evm-mantle": "2.1.
|
|
27
|
-
"x402-svm-mantle": "2.1.
|
|
25
|
+
"x402-core-mantle": "2.1.7-mantle",
|
|
26
|
+
"x402-evm-mantle": "2.1.7-mantle",
|
|
27
|
+
"x402-svm-mantle": "2.1.7-mantle",
|
|
28
28
|
"@solana/kit": "^2.1.1",
|
|
29
29
|
"viem": "^2.39.3",
|
|
30
30
|
"zod": "^3.24.2"
|