@alleyboss/micropay-solana-x402-paywall 3.1.2 → 3.1.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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -120,6 +120,7 @@ const withMicropay = createX402Middleware({
120
120
  // The library will verify transactions locally using this RPC connection.
121
121
  rpcUrl: process.env.NEXT_PUBLIC_RPC_URL
122
122
  });
123
+ ```
123
124
 
124
125
 
125
126
  ### 🆚 Hosted vs. Self-Sovereign Mode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alleyboss/micropay-solana-x402-paywall",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Production-ready Solana micropayments library wrapper for official x402 SDK",
5
5
  "author": "AlleyBoss",
6
6
  "license": "MIT",