miaoda-expo-devkit 0.1.1-beta.40 → 0.1.1-beta.42
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.
|
@@ -348,10 +348,8 @@ class EditorController {
|
|
|
348
348
|
if (!this.activeNode) return;
|
|
349
349
|
this.stopObservingActiveNode();
|
|
350
350
|
this.clearSiblingHighlights();
|
|
351
|
-
|
|
352
|
-
removeActiveAttr(nodeToDelete);
|
|
351
|
+
removeActiveAttr(this.activeNode);
|
|
353
352
|
this.activeNode = null;
|
|
354
|
-
nodeToDelete.remove();
|
|
355
353
|
postToParent("iframe-node-clear");
|
|
356
354
|
}
|
|
357
355
|
}
|
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.42",
|
|
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",
|