@file-viewer/renderer-word 2.2.0 → 2.2.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.
Files changed (2) hide show
  1. package/dist/wordDocx.js +1 -1
  2. package/package.json +4 -4
package/dist/wordDocx.js CHANGED
@@ -8,7 +8,7 @@ const DOCX_WORKER_UNSAFE_PROTOCOLS = new Set(['file:', 'about:', 'data:']);
8
8
  const DOCX_MIN_SCALE = 0.24;
9
9
  const DOCX_MAX_SCALE = 3;
10
10
  const DOCX_ZOOM_STEP = 0.15;
11
- const DOCX_VENDOR_ASSET_VERSION = '0.3.20';
11
+ const DOCX_VENDOR_ASSET_VERSION = '0.3.21';
12
12
  const ZIP_SIGNATURE_PK = 0x504b;
13
13
  // Modern bundlers expose the ESM named exports, while some legacy webpack
14
14
  // configurations wrap the CommonJS browser API in `default`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@file-viewer/renderer-word",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Standalone Word and compatible document renderer plugin for Flyfish File Viewer powered by @file-viewer/docx, @file-viewer/doc, and RTF/ODF parsing.",
@@ -57,9 +57,9 @@
57
57
  "LICENSE"
58
58
  ],
59
59
  "dependencies": {
60
- "@file-viewer/core": "2.2.0",
61
- "@file-viewer/doc": "2.2.0",
62
- "@file-viewer/docx": "^0.3.20",
60
+ "@file-viewer/core": "2.2.2",
61
+ "@file-viewer/doc": "2.2.2",
62
+ "@file-viewer/docx": "^0.3.21",
63
63
  "jszip": "^3.10.1",
64
64
  "rtf.js": "^3.0.9"
65
65
  },