miaoda-expo-devkit 0.1.1-beta.77 → 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 +17 -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,14 +85,18 @@
|
|
|
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",
|
|
99
|
+
"react-native-worklets": ">=0.7.0",
|
|
96
100
|
"typescript": ">=5.0.0"
|
|
97
101
|
},
|
|
98
102
|
"peerDependenciesMeta": {
|
|
@@ -102,6 +106,12 @@
|
|
|
102
106
|
"@sentry/react-native": {
|
|
103
107
|
"optional": true
|
|
104
108
|
},
|
|
109
|
+
"babel-preset-expo": {
|
|
110
|
+
"optional": false
|
|
111
|
+
},
|
|
112
|
+
"expo": {
|
|
113
|
+
"optional": false
|
|
114
|
+
},
|
|
105
115
|
"metro": {
|
|
106
116
|
"optional": true
|
|
107
117
|
},
|
|
@@ -120,9 +130,15 @@
|
|
|
120
130
|
"nativewind": {
|
|
121
131
|
"optional": true
|
|
122
132
|
},
|
|
133
|
+
"react": {
|
|
134
|
+
"optional": false
|
|
135
|
+
},
|
|
123
136
|
"react-native-css-interop": {
|
|
124
137
|
"optional": true
|
|
125
138
|
},
|
|
139
|
+
"react-native-worklets": {
|
|
140
|
+
"optional": true
|
|
141
|
+
},
|
|
126
142
|
"typescript": {
|
|
127
143
|
"optional": true
|
|
128
144
|
}
|