@fileverse-dev/ddoc 2.0.1-patch → 2.0.1-patch-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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -3
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -105409,9 +105409,7 @@ const mlt = fn.create({
105409
105409
  }, e.click(), !0;
105410
105410
  },
105411
105411
  exportMarkdownFile: () => ({ editor: t }) => {
105412
- const e = t.getHTML();
105413
- console.log(e);
105414
- const n = RE.turndown(e), i = prompt(
105412
+ const e = t.getHTML(), n = RE.turndown(e), i = prompt(
105415
105413
  "Enter a filename for your Markdown file:",
105416
105414
  "exported_document.md"
105417
105415
  );
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.0.1-patch",
5
+ "version": "2.0.1-patch-1",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {