@oxyhq/services 13.1.1 → 13.1.2

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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyhq/services",
3
- "version": "13.1.1",
3
+ "version": "13.1.2",
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",
@@ -106,10 +106,10 @@
106
106
  }
107
107
  },
108
108
  "dependencies": {
109
- "@oxyhq/contracts": "workspace:*"
109
+ "@oxyhq/contracts": "0.7.0"
110
110
  },
111
111
  "devDependencies": {
112
- "@oxyhq/core": "workspace:^",
112
+ "@oxyhq/core": "^5.2.0",
113
113
  "nativewind": "5.0.0-preview.3",
114
114
  "react-native-css": "^3.0.0",
115
115
  "@react-native-async-storage/async-storage": "^2.0.0",
@@ -153,8 +153,7 @@
153
153
  "peerDependencies": {
154
154
  "@expo/vector-icons": "^15.0.3",
155
155
  "@oxyhq/bloom": ">=0.16.0",
156
-
157
- "@oxyhq/core": "workspace:*",
156
+ "@oxyhq/core": "5.2.0",
158
157
  "@react-native-async-storage/async-storage": "^2.0.0",
159
158
  "@react-native-community/netinfo": "^11.4.1",
160
159
  "@tanstack/query-async-storage-persister": "^5.101",