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.
- package/README.md +0 -11
- 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
|