@warppay402/sdk 1.1.0 → 1.1.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.
- package/README.md +3 -1
- package/openclaw.plugin.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -73,8 +73,10 @@ const tools = createWarpPayLangChainTools(client);
|
|
|
73
73
|
```
|
|
74
74
|
## 🌐 API Gateway & Specs
|
|
75
75
|
|
|
76
|
-
Gateway: https://api.warppay402.com
|
|
76
|
+
MCP Gateway Endpoint: https://api.warppay402.com/mcp
|
|
77
77
|
|
|
78
78
|
MCP Manifest: https://api.warppay402.com/.well-known/mcp.json
|
|
79
79
|
|
|
80
|
+
REST Gateway Base: https://api.warppay402.com
|
|
81
|
+
|
|
80
82
|
OpenAPI Spec: https://api.warppay402.com/openapi.json
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "warppay402-sdk",
|
|
3
3
|
"name": "warppay402-sdk",
|
|
4
|
-
"version": "1.
|
|
5
|
-
"description": "Official TypeScript SDK
|
|
4
|
+
"version": "1.1.1",
|
|
5
|
+
"description": "Official WarpPay402 TypeScript SDK: Enabling seamless pay-per-use AI tools across both Base Mainnet and Solana."
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warppay402/sdk",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Official TypeScript SDK
|
|
3
|
+
"version": "1.1.2",
|
|
4
|
+
"description": "Official WarpPay402 TypeScript SDK: Enabling seamless pay-per-use AI tools across both Base Mainnet and Solana.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|