@lvce-editor/preview-sandbox-worker 2.2.0 → 2.3.0
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.
|
@@ -1066,6 +1066,7 @@ const Span$1 = 8;
|
|
|
1066
1066
|
const Table$1 = 9;
|
|
1067
1067
|
const TBody$1 = 10;
|
|
1068
1068
|
const Td$1 = 11;
|
|
1069
|
+
const Text = 12;
|
|
1069
1070
|
const Th$1 = 13;
|
|
1070
1071
|
const THead$1 = 14;
|
|
1071
1072
|
const Tr$1 = 15;
|
|
@@ -1177,8 +1178,6 @@ const set$1 = (uid, instance) => {
|
|
|
1177
1178
|
states$1.set(uid, instance);
|
|
1178
1179
|
};
|
|
1179
1180
|
|
|
1180
|
-
const Text = 12;
|
|
1181
|
-
|
|
1182
1181
|
const text = data => {
|
|
1183
1182
|
return {
|
|
1184
1183
|
childCount: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/preview-sandbox-worker",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Preview SandBox Worker",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,9 +9,5 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"author": "Lvce Editor",
|
|
11
11
|
"type": "module",
|
|
12
|
-
"main": "dist/previewSandBoxWorkerMain.js"
|
|
13
|
-
"dependencies": {
|
|
14
|
-
"@lvce-editor/virtual-dom-worker": "^8.9.0",
|
|
15
|
-
"happy-dom-without-node": "^14.12.3"
|
|
16
|
-
}
|
|
12
|
+
"main": "dist/previewSandBoxWorkerMain.js"
|
|
17
13
|
}
|