@digilogiclabs/saas-factory-auth 1.0.2 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@digilogiclabs/saas-factory-auth",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
- "description": "Modern authentication package for Next.js 15+ and React 19+ applications using Supabase and Firebase",
5
+ "description": "Modern authentication package for Next.js 15+ and React 18.2+/19+ applications with React Native 0.72+ support using Supabase and Firebase",
6
6
  "keywords": [
7
7
  "authentication",
8
8
  "nextjs-15",
9
+ "react-18",
9
10
  "react-19",
10
11
  "react-native",
11
12
  "expo",
@@ -15,7 +16,8 @@
15
16
  "typescript",
16
17
  "oauth",
17
18
  "magic-links",
18
- "cross-platform"
19
+ "cross-platform",
20
+ "mobile-app-generation"
19
21
  ],
20
22
  "author": "Digi Logic Labs",
21
23
  "license": "MIT",
@@ -81,8 +83,8 @@
81
83
  },
82
84
  "peerDependencies": {
83
85
  "next": ">=15.0.0",
84
- "react": "^19.0.0",
85
- "react-native": "^0.76.0"
86
+ "react": ">=18.2.0 <20.0.0",
87
+ "react-native": ">=0.72.0 <0.74.0"
86
88
  },
87
89
  "peerDependenciesMeta": {
88
90
  "react-native": {