@t402/paywall 2.3.1 → 2.4.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.
package/README.md CHANGED
@@ -17,15 +17,17 @@ Modular paywall UI for the t402 payment protocol with support for EVM and Solana
17
17
  pnpm add @t402/paywall
18
18
  ```
19
19
 
20
- ## Bundle Sizes
20
+ ## Imports
21
21
 
22
22
  Choose the import that matches your needs:
23
23
 
24
- | Import | Size | Networks | Use Case |
25
- |--------|------|----------|----------|
26
- | `@t402/paywall` | 3.5MB | EVM + Solana | Multi-network apps |
27
- | `@t402/paywall/evm` | 3.4MB | EVM only | Base, Ethereum, Polygon, etc. |
28
- | `@t402/paywall/svm` | 1.0MB | Solana only | Solana apps |
24
+ | Import | Networks | Use Case |
25
+ |--------|----------|----------|
26
+ | `@t402/paywall` | EVM + Solana | Multi-network apps |
27
+ | `@t402/paywall/evm` | EVM only | Base, Ethereum, Polygon, etc. |
28
+ | `@t402/paywall/svm` | Solana only | Solana apps |
29
+
30
+ Tree-shakeable — only the network handlers you import are bundled.
29
31
 
30
32
  ## Usage
31
33