@oxyhq/services 5.26.3 → 5.26.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 (1) hide show
  1. package/package.json +58 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyhq/services",
3
- "version": "5.26.3",
3
+ "version": "5.26.4",
4
4
  "description": "Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -127,20 +127,6 @@
127
127
  "copyfiles": "^2.4.1",
128
128
  "typescript": "^5.9.2"
129
129
  },
130
- "optionalDependencies": {
131
- "@react-native-async-storage/async-storage": "2.1.2",
132
- "@react-native-community/netinfo": "^11.4.1",
133
- "expo-blur": "~15.0.8",
134
- "expo-checkbox": "^5.0.8",
135
- "expo-crypto": "~14.0.1",
136
- "expo-print": "~15.0.8",
137
- "expo-secure-store": "~14.0.0",
138
- "lottie-react-native": "^7.3.4",
139
- "react-native-keyboard-controller": "1.18.5",
140
- "react-native-qrcode-svg": "^6.3.0",
141
- "react-native-url-polyfill": "^2.0.0",
142
- "sonner-native": "^0.20.0"
143
- },
144
130
  "devDependencies": {
145
131
  "@biomejs/biome": "^1.9.4",
146
132
  "@commitlint/cli": "^17.6.5",
@@ -172,54 +158,69 @@
172
158
  },
173
159
  "peerDependencies": {
174
160
  "@expo/vector-icons": "^15.0.3",
161
+ "@react-native-async-storage/async-storage": ">=2.0.0",
162
+ "@react-native-community/netinfo": ">=11.0.0",
175
163
  "@react-navigation/native": "^7.1.8",
176
164
  "@types/react": "*",
177
165
  "@types/react-native": "*",
178
- "axios": "^1.9.0",
179
166
  "expo": "~54.0.23",
167
+ "expo-blur": ">=15.0.0",
168
+ "expo-checkbox": ">=5.0.0",
169
+ "expo-crypto": ">=14.0.0",
180
170
  "expo-document-picker": "~14.0.0",
181
171
  "expo-file-system": "~19.0.0",
182
172
  "expo-font": "~14.0.9",
183
173
  "expo-image": "~3.0.10",
184
174
  "expo-linear-gradient": "^15.0.0",
185
- "invariant": "^2.2.4",
186
- "jwt-decode": "^4.0.0",
175
+ "expo-print": ">=15.0.0",
176
+ "expo-secure-store": ">=14.0.0",
177
+ "lottie-react-native": ">=7.0.0",
187
178
  "react": ">=18.0.0",
188
179
  "react-native": ">=0.76.0",
189
180
  "react-native-gesture-handler": "~2.28.0",
181
+ "react-native-keyboard-controller": ">=1.0.0",
182
+ "react-native-qrcode-svg": ">=6.0.0",
190
183
  "react-native-reanimated": "~4.1.1",
191
184
  "react-native-safe-area-context": "~5.6.0",
192
- "react-native-svg": ">=13.0.0"
185
+ "react-native-svg": ">=13.0.0",
186
+ "react-native-url-polyfill": ">=2.0.0",
187
+ "sonner-native": ">=0.15.0"
193
188
  },
194
189
  "peerDependenciesMeta": {
195
190
  "@expo/vector-icons": {
196
191
  "optional": true
197
192
  },
198
- "@types/react-native": {
193
+ "@react-native-async-storage/async-storage": {
194
+ "optional": true
195
+ },
196
+ "@react-native-community/netinfo": {
197
+ "optional": true
198
+ },
199
+ "@react-navigation/native": {
199
200
  "optional": true
200
201
  },
201
202
  "@types/react": {
202
203
  "optional": true
203
204
  },
204
- "react-native": {
205
+ "@types/react-native": {
205
206
  "optional": true
206
207
  },
207
- "react-native-gesture-handler": {
208
+ "expo": {
208
209
  "optional": true
209
210
  },
210
- "react-native-reanimated": {
211
+ "expo-blur": {
211
212
  "optional": true
212
213
  },
213
- "react-native-safe-area-context": {
214
+ "expo-checkbox": {
214
215
  "optional": true
215
216
  },
216
- "react-native-svg": {
217
+ "expo-crypto": {
217
218
  "optional": true
218
219
  },
219
- "react-native-qrcode-svg": {
220
+ "expo-document-picker": {
220
221
  "optional": true
221
222
  },
222
- "expo": {
223
+ "expo-file-system": {
223
224
  "optional": true
224
225
  },
225
226
  "expo-font": {
@@ -231,13 +232,40 @@
231
232
  "expo-linear-gradient": {
232
233
  "optional": true
233
234
  },
234
- "expo-file-system": {
235
+ "expo-print": {
235
236
  "optional": true
236
237
  },
237
- "@react-navigation/native": {
238
+ "expo-secure-store": {
238
239
  "optional": true
239
240
  },
240
- "expo-document-picker": {
241
+ "lottie-react-native": {
242
+ "optional": true
243
+ },
244
+ "react-native": {
245
+ "optional": true
246
+ },
247
+ "react-native-gesture-handler": {
248
+ "optional": true
249
+ },
250
+ "react-native-keyboard-controller": {
251
+ "optional": true
252
+ },
253
+ "react-native-qrcode-svg": {
254
+ "optional": true
255
+ },
256
+ "react-native-reanimated": {
257
+ "optional": true
258
+ },
259
+ "react-native-safe-area-context": {
260
+ "optional": true
261
+ },
262
+ "react-native-svg": {
263
+ "optional": true
264
+ },
265
+ "react-native-url-polyfill": {
266
+ "optional": true
267
+ },
268
+ "sonner-native": {
241
269
  "optional": true
242
270
  }
243
271
  },