@ones-editor/editor 3.0.13 → 3.0.14
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
|
@@ -96857,7 +96857,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96857
96857
|
}
|
|
96858
96858
|
}
|
|
96859
96859
|
});
|
|
96860
|
-
editor.version = "3.0.
|
|
96860
|
+
editor.version = "3.0.14";
|
|
96861
96861
|
return editor;
|
|
96862
96862
|
}
|
|
96863
96863
|
function isDoc(doc2) {
|
|
@@ -96991,7 +96991,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96991
96991
|
OnesEditorDropTarget.register(editor);
|
|
96992
96992
|
OnesEditorTocProvider.register(editor);
|
|
96993
96993
|
OnesEditorExclusiveBlock.register(editor);
|
|
96994
|
-
editor.version = "3.0.
|
|
96994
|
+
editor.version = "3.0.14";
|
|
96995
96995
|
return editor;
|
|
96996
96996
|
}
|
|
96997
96997
|
async function showDocVersions(editor, options, serverUrl) {
|