miaoda-expo-devkit 0.1.1-beta.70 → 0.1.1-beta.71

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.
@@ -126,7 +126,8 @@ var PACKAGES_WITHOUT_CONFIG_PLUGIN = /* @__PURE__ */ new Set([
126
126
  "expo-store-review",
127
127
  "expo-symbols",
128
128
  "expo-ui",
129
- "expo-video-thumbnails"
129
+ "expo-video-thumbnails",
130
+ "react-native-webview"
130
131
  ]);
131
132
  var pluginsCache = /* @__PURE__ */ new Map();
132
133
  var depsCache = /* @__PURE__ */ new Map();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miaoda-expo-devkit",
3
- "version": "0.1.1-beta.70",
3
+ "version": "0.1.1-beta.71",
4
4
  "description": "Expo 应用开发工具集:Sentry DSN 替换 stub、错误/网络捕获、Metro 符号化",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",