@smarthivelabs-devs/auth-expo 1.5.0 → 1.6.0

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 -1
  2. package/package.json +9 -8
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm install @smarthivelabs-devs/auth-expo @smarthivelabs-devs/auth-sdk expo-auth
23
23
  pnpm add @smarthivelabs-devs/auth-expo @smarthivelabs-devs/auth-sdk expo-auth-session expo-secure-store
24
24
  ```
25
25
 
26
- > **Peer dependencies:** `expo-auth-session>=5`, `expo-secure-store>=12`, `react>=18`, `react-native>=0.73`
26
+ > **Peer dependencies:** `expo-auth-session>=7`, `expo-secure-store>=14`, `react>=18`, `react-native>=0.73`
27
27
 
28
28
  ---
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smarthivelabs-devs/auth-expo",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "SmartHive Auth provider, hooks, and SecureStore integration for React Native / Expo",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,18 +26,19 @@
26
26
  ],
27
27
  "peerDependencies": {
28
28
  "@smarthivelabs-devs/auth-sdk": "^1.5.0",
29
- "expo-auth-session": ">=5",
30
- "expo-secure-store": ">=12",
31
- "expo-web-browser": ">=12",
29
+ "expo-auth-session": ">=7",
30
+ "expo-secure-store": ">=14",
31
+ "expo-web-browser": ">=14",
32
32
  "react": ">=18",
33
33
  "react-native": ">=0.73"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/react": "^18.3.18",
37
- "@types/react-native": "^0.73.0",
36
+ "@types/react": "^19.2.14",
37
+ "expo-auth-session": "^55.0.15",
38
+ "expo-secure-store": "^55.0.13",
38
39
  "expo-web-browser": "^55.0.15",
39
- "tsup": "^8.3.0",
40
- "typescript": "^5.7.3",
40
+ "tsup": "^8.5.1",
41
+ "typescript": "^6.0.3",
41
42
  "@smarthivelabs-devs/auth-sdk": "^1.5.0"
42
43
  },
43
44
  "scripts": {