@contentgrowth/content-auth 0.4.0 → 0.4.1

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 (1) hide show
  1. package/package.json +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentgrowth/content-auth",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Better Auth wrapper with UI components for Cloudflare Workers & Pages. Includes custom schema mapping, Turnstile bot protection, and email normalization.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -51,12 +51,18 @@
51
51
  "license": "MIT",
52
52
  "peerDependencies": {
53
53
  "@marsidev/react-turnstile": ">=0.5.0",
54
- "react": ">=18.2.0",
55
- "react-dom": ">=18.2.0"
54
+ "react": "^18.0.0 || ^19.0.0",
55
+ "react-dom": "^18.0.0 || ^19.0.0"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "@marsidev/react-turnstile": {
59
59
  "optional": true
60
+ },
61
+ "react": {
62
+ "optional": true
63
+ },
64
+ "react-dom": {
65
+ "optional": true
60
66
  }
61
67
  },
62
68
  "dependencies": {