gatsbie 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 +0 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,17 +25,6 @@ const response = await client.solveTurnstile({
25
25
  console.log(response.solution.token);
26
26
  ```
27
27
 
28
- ## Supported Captcha Types
29
-
30
- - **Datadome** - Device check and slider
31
- - **reCAPTCHA v3** - Including enterprise
32
- - **Akamai** - Bot management
33
- - **Vercel** - Bot protection
34
- - **Shape** - Antibot
35
- - **Cloudflare Turnstile** - Turnstile challenges
36
- - **Cloudflare WAF** - WAF challenges
37
- - **PerimeterX** - Invisible challenges
38
-
39
28
  ## Error Handling
40
29
 
41
30
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsbie",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Official Node.js SDK for the Gatsbie Captcha API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",