@ones-editor/editor 3.0.4-beta.110 → 3.0.5
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
|
@@ -96740,7 +96740,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96740
96740
|
}
|
|
96741
96741
|
}
|
|
96742
96742
|
});
|
|
96743
|
-
editor.version = "3.0.
|
|
96743
|
+
editor.version = "3.0.5";
|
|
96744
96744
|
return editor;
|
|
96745
96745
|
}
|
|
96746
96746
|
function isDoc(doc2) {
|
|
@@ -96874,7 +96874,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96874
96874
|
OnesEditorDropTarget.register(editor);
|
|
96875
96875
|
OnesEditorTocProvider.register(editor);
|
|
96876
96876
|
OnesEditorExclusiveBlock.register(editor);
|
|
96877
|
-
editor.version = "3.0.
|
|
96877
|
+
editor.version = "3.0.5";
|
|
96878
96878
|
return editor;
|
|
96879
96879
|
}
|
|
96880
96880
|
async function showDocVersions(editor, options, serverUrl) {
|