@ones-editor/editor 5.0.3-beta.h1441.1 → 5.0.3
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
|
@@ -97530,7 +97530,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97530
97530
|
}
|
|
97531
97531
|
}
|
|
97532
97532
|
});
|
|
97533
|
-
editor.version = "5.0.3
|
|
97533
|
+
editor.version = "5.0.3";
|
|
97534
97534
|
return editor;
|
|
97535
97535
|
}
|
|
97536
97536
|
function isDoc(doc2) {
|
|
@@ -97666,7 +97666,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97666
97666
|
OnesEditorDropTarget.register(editor);
|
|
97667
97667
|
OnesEditorTocProvider.register(editor);
|
|
97668
97668
|
OnesEditorExclusiveBlock.register(editor);
|
|
97669
|
-
editor.version = "5.0.3
|
|
97669
|
+
editor.version = "5.0.3";
|
|
97670
97670
|
return editor;
|
|
97671
97671
|
} catch (error2) {
|
|
97672
97672
|
try {
|
|
@@ -97809,7 +97809,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97809
97809
|
}
|
|
97810
97810
|
}
|
|
97811
97811
|
});
|
|
97812
|
-
editor.version = "5.0.3
|
|
97812
|
+
editor.version = "5.0.3";
|
|
97813
97813
|
return editor;
|
|
97814
97814
|
}
|
|
97815
97815
|
const emojis$1 = {
|