@blocknote/xl-odt-exporter 0.52.0 → 0.52.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.
@@ -1 +1 @@
1
- {"builtAt":1784541417890,"assets":[{"name":"blocknote-xl-odt-exporter.umd.cjs","size":700631},{"name":"blocknote-xl-odt-exporter.umd.cjs.map","size":662276}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-xl-odt-exporter.umd.cjs"],"names":["index"]}],"modules":[{"name":"./rolldown/runtime.js","size":430,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/blocks.tsx","size":15669,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/inlineContent.tsx","size":561,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/styles.ts","size":959,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/index.ts","size":254,"chunks":["a1ee98a"]},{"name":"../../shared/util/fileUtil.ts","size":202,"chunks":["a1ee98a"]},{"name":"../../shared/util/imageUtil.ts","size":584,"chunks":["a1ee98a"]},{"name":"./src/odt/template/styles.xml?raw","size":76841,"chunks":["a1ee98a"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":457240,"chunks":["a1ee98a"]},{"name":"../../shared/assets/fonts/GeistMono-Regular.ttf","size":155320,"chunks":["a1ee98a"]},{"name":"./src/odt/odtExporter.tsx","size":9071,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":0,"chunks":["a1ee98a"]}]}
1
+ {"builtAt":1784560156704,"assets":[{"name":"blocknote-xl-odt-exporter.umd.cjs","size":700631},{"name":"blocknote-xl-odt-exporter.umd.cjs.map","size":662276}],"chunks":[{"id":"a1ee98a","entry":true,"initial":true,"files":["blocknote-xl-odt-exporter.umd.cjs"],"names":["index"]}],"modules":[{"name":"./rolldown/runtime.js","size":430,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/blocks.tsx","size":15669,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/inlineContent.tsx","size":561,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/styles.ts","size":959,"chunks":["a1ee98a"]},{"name":"./src/odt/defaultSchema/index.ts","size":254,"chunks":["a1ee98a"]},{"name":"../../shared/util/fileUtil.ts","size":202,"chunks":["a1ee98a"]},{"name":"../../shared/util/imageUtil.ts","size":584,"chunks":["a1ee98a"]},{"name":"./src/odt/template/styles.xml?raw","size":76841,"chunks":["a1ee98a"]},{"name":"../../shared/assets/fonts/inter/Inter_18pt-Regular.ttf","size":457240,"chunks":["a1ee98a"]},{"name":"../../shared/assets/fonts/GeistMono-Regular.ttf","size":155320,"chunks":["a1ee98a"]},{"name":"./src/odt/odtExporter.tsx","size":9071,"chunks":["a1ee98a"]},{"name":"./src/index.ts","size":0,"chunks":["a1ee98a"]}]}
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/xl-odt-exporter"
10
10
  },
11
11
  "license": "GPL-3.0 OR PROPRIETARY",
12
- "version": "0.52.0",
12
+ "version": "0.52.1",
13
13
  "files": [
14
14
  "dist",
15
15
  "types",
@@ -51,8 +51,8 @@
51
51
  "dependencies": {
52
52
  "@zip.js/zip.js": "^2.8.8",
53
53
  "image-meta": "^0.2.2",
54
- "@blocknote/core": "^0.52.0",
55
- "@blocknote/xl-multi-column": "^0.52.0"
54
+ "@blocknote/core": "^0.52.1",
55
+ "@blocknote/xl-multi-column": "^0.52.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@testing-library/react": "^16.3.0",