@ones-editor/editor 2.8.26-beta.1 → 2.8.26-beta.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
|
@@ -93739,7 +93739,7 @@ ${data2.plantumlText}
|
|
|
93739
93739
|
}
|
|
93740
93740
|
}
|
|
93741
93741
|
});
|
|
93742
|
-
editor.version = "2.8.26-beta.
|
|
93742
|
+
editor.version = "2.8.26-beta.2";
|
|
93743
93743
|
return editor;
|
|
93744
93744
|
}
|
|
93745
93745
|
function isDoc(doc2) {
|
|
@@ -93852,7 +93852,7 @@ ${data2.plantumlText}
|
|
|
93852
93852
|
}
|
|
93853
93853
|
});
|
|
93854
93854
|
OnesEditorToolbar.register(editor);
|
|
93855
|
-
editor.version = "2.8.26-beta.
|
|
93855
|
+
editor.version = "2.8.26-beta.2";
|
|
93856
93856
|
return editor;
|
|
93857
93857
|
}
|
|
93858
93858
|
async function showDocVersions(editor, options, serverUrl) {
|