@blocknote/xl-docx-exporter 0.19.1 → 0.20.0

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.
@@ -1 +1 @@
1
- {"builtAt":1731699601692,"assets":[{"name":"blocknote-xl-docx-exporter.umd.cjs","size":519156},{"name":"blocknote-xl-docx-exporter.umd.cjs.map","size":558030}],"chunks":[{"id":"714dba6","entry":true,"initial":true,"files":["blocknote-xl-docx-exporter.umd.cjs"],"names":["index"]}],"modules":[{"name":"./src/docx/imageUtil.ts","size":707,"chunks":["714dba6"]},{"name":"./src/docx/util/Table.tsx","size":766,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/blocks.ts","size":4998,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/inlinecontent.ts","size":363,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/styles.ts","size":943,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/index.ts","size":203,"chunks":["714dba6"]},{"name":"../../shared/api/corsProxy.ts","size":139,"chunks":["714dba6"]},{"name":"../../shared/util/fileUtil.ts","size":600,"chunks":["714dba6"]},{"name":"./src/docx/docxExporter.ts","size":4733,"chunks":["714dba6"]},{"name":"./src/index.ts","size":0,"chunks":["714dba6"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":456958,"chunks":["714dba6"]},{"name":"./src/docx/template/word/styles.xml?raw","size":59297,"chunks":["714dba6"]}]}
1
+ {"builtAt":1733238674294,"assets":[{"name":"blocknote-xl-docx-exporter.umd.cjs","size":519156},{"name":"blocknote-xl-docx-exporter.umd.cjs.map","size":558030}],"chunks":[{"id":"714dba6","entry":true,"initial":true,"files":["blocknote-xl-docx-exporter.umd.cjs"],"names":["index"]}],"modules":[{"name":"./src/docx/imageUtil.ts","size":707,"chunks":["714dba6"]},{"name":"./src/docx/util/Table.tsx","size":766,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/blocks.ts","size":4998,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/inlinecontent.ts","size":363,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/styles.ts","size":943,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/index.ts","size":203,"chunks":["714dba6"]},{"name":"../../shared/api/corsProxy.ts","size":139,"chunks":["714dba6"]},{"name":"../../shared/util/fileUtil.ts","size":600,"chunks":["714dba6"]},{"name":"./src/docx/docxExporter.ts","size":4733,"chunks":["714dba6"]},{"name":"./src/index.ts","size":0,"chunks":["714dba6"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":456958,"chunks":["714dba6"]},{"name":"./src/docx/template/word/styles.xml?raw","size":59297,"chunks":["714dba6"]}]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://github.com/TypeCellOS/BlockNote",
4
4
  "private": false,
5
5
  "license": "AGPL-3.0 OR PROPRIETARY",
6
- "version": "0.19.1",
6
+ "version": "0.20.0",
7
7
  "files": [
8
8
  "dist",
9
9
  "types",
@@ -50,7 +50,7 @@
50
50
  "email": "email dev"
51
51
  },
52
52
  "dependencies": {
53
- "@blocknote/core": "^0.19.1",
53
+ "@blocknote/core": "^0.20.0",
54
54
  "buffer": "^6.0.3",
55
55
  "docx": "^9.0.2",
56
56
  "sharp": "^0.33.5"
@@ -76,5 +76,5 @@
76
76
  "access": "public",
77
77
  "registry": "https://registry.npmjs.org/"
78
78
  },
79
- "gitHead": "8ba7d2ce11c674a6f5ed4cc5f81ad20f165ef46d"
79
+ "gitHead": "a75acbd3806891991b016dc7acb39730e87a8be4"
80
80
  }