miaoda-expo-devkit 0.1.1-beta.77 → 0.1.1-beta.78
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 +5 -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.78",
|
|
4
4
|
"description": "Expo 应用开发工具集:Sentry DSN 替换 stub、错误/网络捕获、Metro 符号化",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"nativewind": ">=4.0.0",
|
|
94
94
|
"react-native": ">=0.79.0",
|
|
95
95
|
"react-native-css-interop": ">=0.2.0",
|
|
96
|
+
"react-native-worklets": ">=0.7.0",
|
|
96
97
|
"typescript": ">=5.0.0"
|
|
97
98
|
},
|
|
98
99
|
"peerDependenciesMeta": {
|
|
@@ -123,6 +124,9 @@
|
|
|
123
124
|
"react-native-css-interop": {
|
|
124
125
|
"optional": true
|
|
125
126
|
},
|
|
127
|
+
"react-native-worklets": {
|
|
128
|
+
"optional": true
|
|
129
|
+
},
|
|
126
130
|
"typescript": {
|
|
127
131
|
"optional": true
|
|
128
132
|
}
|