@4mica/sdk-next 1.3.1 → 2.0.0-alpha.0

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 +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,6 @@ export const GET = withPaywall(
28
28
  asset: "0x0000000000000000000000000000000000000000",
29
29
  network: "base-sepolia",
30
30
  amount: "1000",
31
- tabEndpoint: "https://your-recipient.example/tab",
32
31
  },
33
32
  );
34
33
  ```
@@ -50,7 +49,6 @@ const gate = paywallMiddleware(client.rpc, {
50
49
  asset: "0x0000000000000000000000000000000000000000",
51
50
  network: "base-sepolia",
52
51
  amount: "1000",
53
- tabEndpoint: "https://your-recipient.example/tab",
54
52
  });
55
53
 
56
54
  export const config = { matcher: "/api/protected/:path*" };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4mica/sdk-next",
3
- "version": "1.3.1",
3
+ "version": "2.0.0-alpha.0",
4
4
  "description": "Next.js App Router helpers for gating routes behind a 4Mica x402 payment",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "payments"
45
45
  ],
46
46
  "dependencies": {
47
- "@4mica/sdk": "1.3.1"
47
+ "@4mica/sdk": "2.0.0-alpha.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "next": ">=14"