@ones-editor/editor 3.0.2-beta.5 → 3.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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -96046,7 +96046,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96046
96046
|
}
|
|
96047
96047
|
}
|
|
96048
96048
|
});
|
|
96049
|
-
editor.version = "3.0.2
|
|
96049
|
+
editor.version = "3.0.2";
|
|
96050
96050
|
return editor;
|
|
96051
96051
|
}
|
|
96052
96052
|
function isDoc(doc2) {
|
|
@@ -96180,7 +96180,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96180
96180
|
OnesEditorDropTarget.register(editor);
|
|
96181
96181
|
OnesEditorTocProvider.register(editor);
|
|
96182
96182
|
OnesEditorExclusiveBlock.register(editor);
|
|
96183
|
-
editor.version = "3.0.2
|
|
96183
|
+
editor.version = "3.0.2";
|
|
96184
96184
|
return editor;
|
|
96185
96185
|
}
|
|
96186
96186
|
async function showDocVersions(editor, options, serverUrl) {
|