miaoda-expo-devkit 0.1.1-beta.40 → 0.1.1-beta.41
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 +2 -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.41",
|
|
4
4
|
"description": "Expo 应用开发工具集:Sentry DSN 替换 stub、错误/网络捕获、Metro 符号化",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"./rules/no-invalid-tabs-screen": "./dist/rules/no-invalid-tabs-screen.js",
|
|
57
57
|
"./rules/no-unregistered-dynamic-tab-route": "./dist/rules/no-unregistered-dynamic-tab-route.js",
|
|
58
58
|
"./rules/no-expo-audio-compat": "./dist/rules/no-expo-audio-compat.js",
|
|
59
|
+
"./rules/no-pressable-without-on-press": "./dist/rules/no-pressable-without-on-press.js",
|
|
59
60
|
"./rules/no-expo-video-compat": "./dist/rules/no-expo-video-compat.js",
|
|
60
61
|
"./biome": "./biome-config.json",
|
|
61
62
|
"./oxlint": "./oxlint-config.json",
|