@oxyhq/services 5.26.2 → 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 +69 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyhq/services",
3
- "version": "5.26.2",
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",
@@ -112,27 +112,15 @@
112
112
  },
113
113
  "dependencies": {
114
114
  "@lottiefiles/dotlottie-react": "^0.13.5",
115
- "@react-native-async-storage/async-storage": "2.1.2",
116
- "@react-native-community/netinfo": "^11.4.1",
117
115
  "@tanstack/react-query": "^5.59.0",
118
116
  "axios": "^1.9.0",
119
117
  "bip39": "^3.1.0",
120
118
  "buffer": "^6.0.3",
121
119
  "elliptic": "^6.6.1",
122
- "expo-blur": "~15.0.8",
123
- "expo-checkbox": "^5.0.8",
124
- "expo-crypto": "~14.0.1",
125
- "expo-print": "~15.0.8",
126
- "expo-secure-store": "~14.0.0",
127
120
  "invariant": "^2.2.4",
128
121
  "jwt-decode": "^4.0.0",
129
- "lottie-react-native": "^7.3.4",
130
- "react-native-keyboard-controller": "1.18.5",
131
- "react-native-qrcode-svg": "^6.3.0",
132
- "react-native-url-polyfill": "^2.0.0",
133
122
  "socket.io-client": "^4.8.1",
134
123
  "sonner": "^2.0.4",
135
- "sonner-native": "^0.20.0",
136
124
  "zod": "^3.25.64",
137
125
  "zustand": "^5.0.6",
138
126
  "@types/react": "^19.2.0",
@@ -170,41 +158,71 @@
170
158
  },
171
159
  "peerDependencies": {
172
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",
173
163
  "@react-navigation/native": "^7.1.8",
174
164
  "@types/react": "*",
175
165
  "@types/react-native": "*",
176
- "axios": "^1.9.0",
177
166
  "expo": "~54.0.23",
167
+ "expo-blur": ">=15.0.0",
168
+ "expo-checkbox": ">=5.0.0",
169
+ "expo-crypto": ">=14.0.0",
178
170
  "expo-document-picker": "~14.0.0",
179
171
  "expo-file-system": "~19.0.0",
180
172
  "expo-font": "~14.0.9",
181
173
  "expo-image": "~3.0.10",
182
174
  "expo-linear-gradient": "^15.0.0",
183
- "invariant": "^2.2.4",
184
- "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",
185
178
  "react": ">=18.0.0",
186
179
  "react-native": ">=0.76.0",
187
180
  "react-native-gesture-handler": "~2.28.0",
181
+ "react-native-keyboard-controller": ">=1.0.0",
182
+ "react-native-qrcode-svg": ">=6.0.0",
188
183
  "react-native-reanimated": "~4.1.1",
189
184
  "react-native-safe-area-context": "~5.6.0",
190
- "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"
191
188
  },
192
189
  "peerDependenciesMeta": {
193
190
  "@expo/vector-icons": {
194
191
  "optional": true
195
192
  },
196
- "@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": {
197
200
  "optional": true
198
201
  },
199
202
  "@types/react": {
200
203
  "optional": true
201
204
  },
202
- "react-native-qrcode-svg": {
205
+ "@types/react-native": {
203
206
  "optional": true
204
207
  },
205
208
  "expo": {
206
209
  "optional": true
207
210
  },
211
+ "expo-blur": {
212
+ "optional": true
213
+ },
214
+ "expo-checkbox": {
215
+ "optional": true
216
+ },
217
+ "expo-crypto": {
218
+ "optional": true
219
+ },
220
+ "expo-document-picker": {
221
+ "optional": true
222
+ },
223
+ "expo-file-system": {
224
+ "optional": true
225
+ },
208
226
  "expo-font": {
209
227
  "optional": true
210
228
  },
@@ -214,10 +232,40 @@
214
232
  "expo-linear-gradient": {
215
233
  "optional": true
216
234
  },
217
- "@react-navigation/native": {
235
+ "expo-print": {
218
236
  "optional": true
219
237
  },
220
- "expo-document-picker": {
238
+ "expo-secure-store": {
239
+ "optional": true
240
+ },
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": {
221
269
  "optional": true
222
270
  }
223
271
  },