@ones-editor/editor 2.6.1-beta.4 → 2.6.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
|
@@ -92432,7 +92432,7 @@ ${data2.plantumlText}
|
|
|
92432
92432
|
}
|
|
92433
92433
|
}
|
|
92434
92434
|
});
|
|
92435
|
-
editor.version = "2.6.
|
|
92435
|
+
editor.version = "2.6.2";
|
|
92436
92436
|
return editor;
|
|
92437
92437
|
}
|
|
92438
92438
|
function isDoc(doc2) {
|
|
@@ -92545,7 +92545,7 @@ ${data2.plantumlText}
|
|
|
92545
92545
|
}
|
|
92546
92546
|
});
|
|
92547
92547
|
OnesEditorToolbar.register(editor);
|
|
92548
|
-
editor.version = "2.6.
|
|
92548
|
+
editor.version = "2.6.2";
|
|
92549
92549
|
return editor;
|
|
92550
92550
|
}
|
|
92551
92551
|
async function showDocVersions(editor, options, serverUrl) {
|