@ones-editor/editor 2.8.33 → 2.8.34
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
|
@@ -93800,7 +93800,7 @@ ${data2.plantumlText}
|
|
|
93800
93800
|
}
|
|
93801
93801
|
}
|
|
93802
93802
|
});
|
|
93803
|
-
editor.version = "2.8.
|
|
93803
|
+
editor.version = "2.8.34";
|
|
93804
93804
|
return editor;
|
|
93805
93805
|
}
|
|
93806
93806
|
function isDoc(doc2) {
|
|
@@ -93913,7 +93913,7 @@ ${data2.plantumlText}
|
|
|
93913
93913
|
}
|
|
93914
93914
|
});
|
|
93915
93915
|
OnesEditorToolbar.register(editor);
|
|
93916
|
-
editor.version = "2.8.
|
|
93916
|
+
editor.version = "2.8.34";
|
|
93917
93917
|
return editor;
|
|
93918
93918
|
}
|
|
93919
93919
|
async function showDocVersions(editor, options, serverUrl) {
|