@ones-editor/editor 2.5.1-beta.8 → 2.5.1-beta.9
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
CHANGED
|
@@ -92160,7 +92160,7 @@ ${data2.plantumlText}
|
|
|
92160
92160
|
}
|
|
92161
92161
|
}
|
|
92162
92162
|
});
|
|
92163
|
-
editor.version = "2.5.1-beta.
|
|
92163
|
+
editor.version = "2.5.1-beta.9";
|
|
92164
92164
|
return editor;
|
|
92165
92165
|
}
|
|
92166
92166
|
function isDoc(doc2) {
|
|
@@ -92273,7 +92273,7 @@ ${data2.plantumlText}
|
|
|
92273
92273
|
}
|
|
92274
92274
|
});
|
|
92275
92275
|
OnesEditorToolbar.register(editor);
|
|
92276
|
-
editor.version = "2.5.1-beta.
|
|
92276
|
+
editor.version = "2.5.1-beta.9";
|
|
92277
92277
|
return editor;
|
|
92278
92278
|
}
|
|
92279
92279
|
async function showDocVersions(editor, options, serverUrl) {
|