@ones-editor/editor 2.1.4 → 2.1.5-beta.1
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
|
@@ -83080,7 +83080,7 @@ ${data2.flowchartText}
|
|
|
83080
83080
|
}
|
|
83081
83081
|
}
|
|
83082
83082
|
});
|
|
83083
|
-
editor.version = "2.1.
|
|
83083
|
+
editor.version = "2.1.5-beta.1";
|
|
83084
83084
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
83085
83085
|
window.setReauthFail = (fail) => {
|
|
83086
83086
|
window.isReauthError = fail;
|
|
@@ -83175,7 +83175,7 @@ ${data2.flowchartText}
|
|
|
83175
83175
|
if (!clientType.isMobile) {
|
|
83176
83176
|
OnesEditorToolbar.register(editor);
|
|
83177
83177
|
}
|
|
83178
|
-
editor.version = "2.1.
|
|
83178
|
+
editor.version = "2.1.5-beta.1";
|
|
83179
83179
|
return editor;
|
|
83180
83180
|
}
|
|
83181
83181
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -129449,6 +129449,7 @@ ${data2.flowchartText}
|
|
|
129449
129449
|
exports2.toPlainText = toPlainText;
|
|
129450
129450
|
exports2.toPlainTextKeepLength = toPlainTextKeepLength;
|
|
129451
129451
|
exports2.trimChar = trimChar;
|
|
129452
|
+
exports2.turndownService = turndownService;
|
|
129452
129453
|
exports2.unexclusiveBlock = unexclusiveBlock;
|
|
129453
129454
|
exports2.unicodeLength = unicodeLength;
|
|
129454
129455
|
exports2.unicodeSubstr = unicodeSubstr;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ones-editor/editor",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5-beta.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -47,8 +47,6 @@
|
|
|
47
47
|
"prismjs": "1.28.0",
|
|
48
48
|
"query-string": "^7.1.1",
|
|
49
49
|
"quill-delta": "^4.2.2",
|
|
50
|
-
"react": "^18.2.0",
|
|
51
|
-
"react-dom": "^18.2.0",
|
|
52
50
|
"reconnecting-websocket": "^4.4.0",
|
|
53
51
|
"resize-observer-polyfill": "^1.5.1",
|
|
54
52
|
"sharedb": "^3.2.1",
|