@ones-editor/editor 2.2.12-beta.3 → 2.2.12
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
|
@@ -88286,7 +88286,7 @@ ${data2.flowchartText}
|
|
|
88286
88286
|
}
|
|
88287
88287
|
}
|
|
88288
88288
|
});
|
|
88289
|
-
editor.version = "2.2.12
|
|
88289
|
+
editor.version = "2.2.12";
|
|
88290
88290
|
return editor;
|
|
88291
88291
|
}
|
|
88292
88292
|
function isDoc(doc2) {
|
|
@@ -88381,7 +88381,7 @@ ${data2.flowchartText}
|
|
|
88381
88381
|
});
|
|
88382
88382
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88383
88383
|
OnesEditorToolbar.register(editor);
|
|
88384
|
-
editor.version = "2.2.12
|
|
88384
|
+
editor.version = "2.2.12";
|
|
88385
88385
|
return editor;
|
|
88386
88386
|
}
|
|
88387
88387
|
async function showDocVersions(editor, options, serverUrl) {
|