@oxyhq/services 8.1.0 → 8.1.1
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 +1 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxyhq/services",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.1",
|
|
4
4
|
"description": "OxyHQ Expo/React Native SDK — UI components, screens, and native features",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -162,7 +162,6 @@
|
|
|
162
162
|
"@oxyhq/bloom": ">=0.5.0",
|
|
163
163
|
"@oxyhq/core": "^2.0.0",
|
|
164
164
|
"@react-native-community/netinfo": "^11.4.1",
|
|
165
|
-
"@react-navigation/native": "^7.1.8",
|
|
166
165
|
"@tanstack/query-async-storage-persister": "^5.100",
|
|
167
166
|
"@tanstack/query-sync-storage-persister": "^5.100",
|
|
168
167
|
"@tanstack/react-query": "^5.100",
|
|
@@ -212,9 +211,6 @@
|
|
|
212
211
|
"expo-linear-gradient": {
|
|
213
212
|
"optional": true
|
|
214
213
|
},
|
|
215
|
-
"@react-navigation/native": {
|
|
216
|
-
"optional": true
|
|
217
|
-
},
|
|
218
214
|
"expo-document-picker": {
|
|
219
215
|
"optional": true
|
|
220
216
|
},
|