@ones-editor/editor 2.6.6 → 2.6.7

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
@@ -77909,7 +77909,7 @@ ${docStr}
77909
77909
  async function downloadImageToFile$1(src) {
77910
77910
  try {
77911
77911
  const res = await fetch(src, {
77912
- credentials: "same-origin"
77912
+ credentials: "include"
77913
77913
  });
77914
77914
  const blob = await res.blob();
77915
77915
  const contentType = getContentTypeFromHeaders$1(res.headers).toLocaleLowerCase();
@@ -92478,7 +92478,7 @@ ${data2.plantumlText}
92478
92478
  }
92479
92479
  }
92480
92480
  });
92481
- editor.version = "2.6.6";
92481
+ editor.version = "2.6.7";
92482
92482
  return editor;
92483
92483
  }
92484
92484
  function isDoc(doc2) {
@@ -92591,7 +92591,7 @@ ${data2.plantumlText}
92591
92591
  }
92592
92592
  });
92593
92593
  OnesEditorToolbar.register(editor);
92594
- editor.version = "2.6.6";
92594
+ editor.version = "2.6.7";
92595
92595
  return editor;
92596
92596
  }
92597
92597
  async function showDocVersions(editor, options, serverUrl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "dependencies": {