@ones-editor/editor 2.8.16-beta.7 → 2.8.16
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
|
@@ -92975,7 +92975,7 @@ ${data2.plantumlText}
|
|
|
92975
92975
|
}
|
|
92976
92976
|
}
|
|
92977
92977
|
});
|
|
92978
|
-
editor.version = "2.8.16
|
|
92978
|
+
editor.version = "2.8.16";
|
|
92979
92979
|
return editor;
|
|
92980
92980
|
}
|
|
92981
92981
|
function isDoc(doc2) {
|
|
@@ -93088,7 +93088,7 @@ ${data2.plantumlText}
|
|
|
93088
93088
|
}
|
|
93089
93089
|
});
|
|
93090
93090
|
OnesEditorToolbar.register(editor);
|
|
93091
|
-
editor.version = "2.8.16
|
|
93091
|
+
editor.version = "2.8.16";
|
|
93092
93092
|
return editor;
|
|
93093
93093
|
}
|
|
93094
93094
|
async function showDocVersions(editor, options, serverUrl) {
|