@router402/sdk 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://www.router402.xyz/og-image.png" alt="Router402" width="100%" />
2
+ <img src="https://router402.xyz/banner.gif" alt="Router402" width="100%" />
3
3
  </p>
4
4
 
5
5
  # @router402/sdk
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@router402/sdk",
3
- "version": "0.3.0",
4
- "description": "Router402 SDK for Kernel smart accounts with session keys",
3
+ "version": "0.3.2",
4
+ "description": "TypeScript SDK for Router402 an OpenRouter-compatible AI gateway with micropayment billing via x402",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -50,7 +50,7 @@
50
50
  "permissionless": "^0.3.4"
51
51
  },
52
52
  "devDependencies": {
53
- "typescript": "^5.7.3",
53
+ "typescript": "^5.9.3",
54
54
  "viem": "^2.23.7"
55
55
  }
56
56
  }