@ones-editor/editor 1.1.18-beta.3 → 1.1.18-beta.4

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
@@ -69049,12 +69049,6 @@ ${codeText}
69049
69049
  fileSize: fileData.fileSize,
69050
69050
  fileType: fileData.fileType
69051
69051
  };
69052
- const comments = blockData.comments || [];
69053
- for (const comment of comments) {
69054
- const key = `comment-${comment.toLocaleLowerCase()}`;
69055
- const value = comment;
69056
- boxData[key] = value;
69057
- }
69058
69052
  editor.undoManager.runInGroup(() => {
69059
69053
  editor.deleteBlock(block);
69060
69054
  const newBlockText = [createBoxOp(boxData)];
@@ -77130,7 +77124,7 @@ ${data.flowchartText}
77130
77124
  }
77131
77125
  }
77132
77126
  });
77133
- editor.version = "1.1.18-beta.3";
77127
+ editor.version = "1.1.18-beta.4";
77134
77128
  if (Logger$2.level === LogLevel.DEBUG) {
77135
77129
  window.setReauthFail = (fail) => {
77136
77130
  window.isReauthError = fail;
@@ -77218,7 +77212,7 @@ ${data.flowchartText}
77218
77212
  });
77219
77213
  editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
77220
77214
  OnesEditorToolbar.register(editor);
77221
- editor.version = "1.1.18-beta.3";
77215
+ editor.version = "1.1.18-beta.4";
77222
77216
  return editor;
77223
77217
  }
77224
77218
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "1.1.18-beta.3",
3
+ "version": "1.1.18-beta.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",