@oxyhq/services 5.26.2 → 5.26.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.
- package/package.json +33 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxyhq/services",
|
|
3
|
-
"version": "5.26.
|
|
3
|
+
"version": "5.26.3",
|
|
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,33 +112,35 @@
|
|
|
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",
|
|
139
127
|
"copyfiles": "^2.4.1",
|
|
140
128
|
"typescript": "^5.9.2"
|
|
141
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
|
+
},
|
|
142
144
|
"devDependencies": {
|
|
143
145
|
"@biomejs/biome": "^1.9.4",
|
|
144
146
|
"@commitlint/cli": "^17.6.5",
|
|
@@ -199,6 +201,21 @@
|
|
|
199
201
|
"@types/react": {
|
|
200
202
|
"optional": true
|
|
201
203
|
},
|
|
204
|
+
"react-native": {
|
|
205
|
+
"optional": true
|
|
206
|
+
},
|
|
207
|
+
"react-native-gesture-handler": {
|
|
208
|
+
"optional": true
|
|
209
|
+
},
|
|
210
|
+
"react-native-reanimated": {
|
|
211
|
+
"optional": true
|
|
212
|
+
},
|
|
213
|
+
"react-native-safe-area-context": {
|
|
214
|
+
"optional": true
|
|
215
|
+
},
|
|
216
|
+
"react-native-svg": {
|
|
217
|
+
"optional": true
|
|
218
|
+
},
|
|
202
219
|
"react-native-qrcode-svg": {
|
|
203
220
|
"optional": true
|
|
204
221
|
},
|
|
@@ -214,6 +231,9 @@
|
|
|
214
231
|
"expo-linear-gradient": {
|
|
215
232
|
"optional": true
|
|
216
233
|
},
|
|
234
|
+
"expo-file-system": {
|
|
235
|
+
"optional": true
|
|
236
|
+
},
|
|
217
237
|
"@react-navigation/native": {
|
|
218
238
|
"optional": true
|
|
219
239
|
},
|