@ones-editor/editor 2.8.17-beta.1 → 2.8.17
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
|
@@ -92984,7 +92984,7 @@ ${data2.plantumlText}
|
|
|
92984
92984
|
}
|
|
92985
92985
|
}
|
|
92986
92986
|
});
|
|
92987
|
-
editor.version = "2.8.17
|
|
92987
|
+
editor.version = "2.8.17";
|
|
92988
92988
|
return editor;
|
|
92989
92989
|
}
|
|
92990
92990
|
function isDoc(doc2) {
|
|
@@ -93097,7 +93097,7 @@ ${data2.plantumlText}
|
|
|
93097
93097
|
}
|
|
93098
93098
|
});
|
|
93099
93099
|
OnesEditorToolbar.register(editor);
|
|
93100
|
-
editor.version = "2.8.17
|
|
93100
|
+
editor.version = "2.8.17";
|
|
93101
93101
|
return editor;
|
|
93102
93102
|
}
|
|
93103
93103
|
async function showDocVersions(editor, options, serverUrl) {
|