api-turnstile 0.1.2 → 0.1.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ app.use(sentinel({
|
|
|
51
51
|
|
|
52
52
|
- [Dashboard & API Keys](https://sentinel.risksignal.name.ng)
|
|
53
53
|
- [Full Documentation](https://sentinel.risksignal.name.ng/docs)
|
|
54
|
-
- [GitHub Repository](https://github.com/
|
|
54
|
+
- [GitHub Repository](https://github.com/00xf5/sentinelapinpm)
|
|
55
55
|
|
|
56
56
|
## License
|
|
57
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "api-turnstile",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Cloudflare Turnstile protects browsers — not APIs. Sentinel is a Turnstile for APIs. Block bots, scripts, and automation without CAPTCHAs.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|