@blocknote/xl-docx-exporter 0.23.1 → 0.23.2

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":1738020164016,"assets":[{"name":"blocknote-xl-docx-exporter.umd.cjs","size":674738},{"name":"blocknote-xl-docx-exporter.umd.cjs.map","size":714629}],"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":5196,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/inlinecontent.ts","size":363,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/styles.ts","size":941,"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":5161,"chunks":["714dba6"]},{"name":"./src/index.ts","size":0,"chunks":["714dba6"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":456958,"chunks":["714dba6"]},{"name":"../../shared/assets/fonts/GeistMono-Regular.ttf","size":155049,"chunks":["714dba6"]},{"name":"./src/docx/template/word/styles.xml?raw","size":59368,"chunks":["714dba6"]}]}
1
+ {"builtAt":1738934521574,"assets":[{"name":"blocknote-xl-docx-exporter.umd.cjs","size":674738},{"name":"blocknote-xl-docx-exporter.umd.cjs.map","size":714629}],"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":5196,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/inlinecontent.ts","size":363,"chunks":["714dba6"]},{"name":"./src/docx/defaultSchema/styles.ts","size":941,"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":5161,"chunks":["714dba6"]},{"name":"./src/index.ts","size":0,"chunks":["714dba6"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":456958,"chunks":["714dba6"]},{"name":"../../shared/assets/fonts/GeistMono-Regular.ttf","size":155049,"chunks":["714dba6"]},{"name":"./src/docx/template/word/styles.xml?raw","size":59368,"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.23.1",
6
+ "version": "0.23.2",
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.23.1",
53
+ "@blocknote/core": "^0.23.2",
54
54
  "buffer": "^6.0.3",
55
55
  "docx": "^9.0.2",
56
56
  "sharp": "^0.33.5"
@@ -80,5 +80,5 @@
80
80
  "access": "public",
81
81
  "registry": "https://registry.npmjs.org/"
82
82
  },
83
- "gitHead": "50bc584ee7fe5b7f3e010d43f61e872063cfeeb3"
83
+ "gitHead": "8433d2e54ea0aefc01633ef2edc56e7c234f42d1"
84
84
  }