@warppay402/sdk 1.1.7 → 1.1.9
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/openclaw.plugin.json +2 -2
- package/package.json +4 -3
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warppay402/sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Official WarpPay402 TypeScript SDK: Enabling seamless pay-per-use AI tools across Base Mainnet, Solana, and Arbitrum One.",
|
|
6
6
|
"type": "module",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
18
|
"build": "tsup src/index.ts --format cjs,esm --dts --clean --external viem,@solana/web3.js,@solana/spl-token",
|
|
19
|
-
"prepublishOnly": "npm run build"
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"version": "node -e \"const fs = require('fs'); const p = JSON.parse(fs.readFileSync('openclaw.plugin.json')); p.version = process.env.npm_package_version; fs.writeFileSync('openclaw.plugin.json', JSON.stringify(p, null, 2) + '\\n');\" && git add openclaw.plugin.json"
|
|
20
21
|
},
|
|
21
22
|
"repository": {
|
|
22
23
|
"type": "git",
|
|
@@ -39,7 +40,7 @@
|
|
|
39
40
|
"dependencies": {
|
|
40
41
|
"@solana/spl-token": "^0.4.15",
|
|
41
42
|
"@solana/web3.js": "^1.98.4",
|
|
42
|
-
"@warppay402/server": "^1.2.
|
|
43
|
+
"@warppay402/server": "^1.2.5",
|
|
43
44
|
"bs58": "^6.0.0",
|
|
44
45
|
"viem": "^2.0.0"
|
|
45
46
|
},
|