@paywalls-net/filter 1.0.5 → 1.0.6

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # paywalls-net/client
1
+ # paywalls-net/filter
2
2
 
3
3
  SDK for integrating paywalls.net authorization services with CDN or edge environments.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @paywalls-net/client
8
+ npm install @paywalls-net/filter
9
9
  ```
10
10
 
11
11
  ## Environment Variables
@@ -15,7 +15,7 @@ npm install @paywalls-net/client
15
15
 
16
16
  ## Usage
17
17
  ```javascript
18
- import { init } from '@paywalls-net/client';
18
+ import { init } from '@paywalls-net/filter';
19
19
 
20
20
  const handleRequest = await init('cloudflare');
21
21
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Client SDK for integrating paywalls.net bot filtering and authorization services into your server or CDN.",
4
4
  "author": "paywalls.net",
5
5
  "license": "MIT",
6
- "version": "1.0.5",
6
+ "version": "1.0.6",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },