miaoda-expo-devkit 0.1.1-beta.78 → 0.1.1-beta.79
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 +13 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "miaoda-expo-devkit",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.79",
|
|
4
4
|
"description": "Expo 应用开发工具集:Sentry DSN 替换 stub、错误/网络捕获、Metro 符号化",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -85,12 +85,15 @@
|
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"@sentry/core": "^10.38.0",
|
|
87
87
|
"@sentry/react-native": ">=8.0.0",
|
|
88
|
+
"babel-preset-expo": ">=55.0.0",
|
|
89
|
+
"expo": ">=55.0.0",
|
|
88
90
|
"metro": ">=0.80.0",
|
|
89
91
|
"metro-cache": ">=0.80.0",
|
|
90
92
|
"metro-config": ">=0.80.0",
|
|
91
93
|
"metro-core": ">=0.80.0",
|
|
92
94
|
"metro-resolver": ">=0.80.0",
|
|
93
95
|
"nativewind": ">=4.0.0",
|
|
96
|
+
"react": ">=19.0.0",
|
|
94
97
|
"react-native": ">=0.79.0",
|
|
95
98
|
"react-native-css-interop": ">=0.2.0",
|
|
96
99
|
"react-native-worklets": ">=0.7.0",
|
|
@@ -103,6 +106,12 @@
|
|
|
103
106
|
"@sentry/react-native": {
|
|
104
107
|
"optional": true
|
|
105
108
|
},
|
|
109
|
+
"babel-preset-expo": {
|
|
110
|
+
"optional": false
|
|
111
|
+
},
|
|
112
|
+
"expo": {
|
|
113
|
+
"optional": false
|
|
114
|
+
},
|
|
106
115
|
"metro": {
|
|
107
116
|
"optional": true
|
|
108
117
|
},
|
|
@@ -121,6 +130,9 @@
|
|
|
121
130
|
"nativewind": {
|
|
122
131
|
"optional": true
|
|
123
132
|
},
|
|
133
|
+
"react": {
|
|
134
|
+
"optional": false
|
|
135
|
+
},
|
|
124
136
|
"react-native-css-interop": {
|
|
125
137
|
"optional": true
|
|
126
138
|
},
|