@thind9xdev/react-turnstile 1.0.3 → 1.0.4

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -685,4 +685,5 @@ Copyright 2025 thind9xdev
685
685
  - [Cloudflare Turnstile Documentation](https://developers.cloudflare.com/turnstile/)
686
686
  - [GitHub Repository](https://github.com/thind9xdev/react-turnstile)
687
687
  - [NPM Package](https://www.npmjs.com/package/@thind9xdev/react-turnstile)
688
+ - [Live Demo](https://react-turnstile.thind9xdev.com)
688
689
  - [Quick Start Guide](./QUICK_START.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thind9xdev/react-turnstile",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A modern React library for Cloudflare Turnstile, offering both a flexible Hook (useTurnstile) and an easy-to-use Component.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",