@ones-editor/editor 4.0.2-beta.ONES22301271.1 → 4.0.2
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/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -97203,7 +97203,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97203
97203
|
}
|
|
97204
97204
|
}
|
|
97205
97205
|
});
|
|
97206
|
-
editor.version = "4.0.2
|
|
97206
|
+
editor.version = "4.0.2";
|
|
97207
97207
|
return editor;
|
|
97208
97208
|
}
|
|
97209
97209
|
function isDoc(doc2) {
|
|
@@ -97339,7 +97339,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97339
97339
|
OnesEditorDropTarget.register(editor);
|
|
97340
97340
|
OnesEditorTocProvider.register(editor);
|
|
97341
97341
|
OnesEditorExclusiveBlock.register(editor);
|
|
97342
|
-
editor.version = "4.0.2
|
|
97342
|
+
editor.version = "4.0.2";
|
|
97343
97343
|
return editor;
|
|
97344
97344
|
} catch (error2) {
|
|
97345
97345
|
try {
|
|
@@ -97482,7 +97482,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97482
97482
|
}
|
|
97483
97483
|
}
|
|
97484
97484
|
});
|
|
97485
|
-
editor.version = "4.0.2
|
|
97485
|
+
editor.version = "4.0.2";
|
|
97486
97486
|
return editor;
|
|
97487
97487
|
}
|
|
97488
97488
|
const emojis$1 = {
|