@file-viewer/renderer-archive 2.1.17 → 2.1.18
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.
- package/dist/archive.js +1 -1
- package/package.json +2 -2
package/dist/archive.js
CHANGED
|
@@ -179,7 +179,7 @@ const withTimeout = async (promise, timeout, message, targetWindow) => {
|
|
|
179
179
|
const getDocumentBaseUrl = (documentRef) => {
|
|
180
180
|
return documentRef.baseURI ||
|
|
181
181
|
documentRef.URL ||
|
|
182
|
-
'
|
|
182
|
+
'file:///';
|
|
183
183
|
};
|
|
184
184
|
const getWorkerConstructor = (documentRef) => {
|
|
185
185
|
var _a;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@file-viewer/renderer-archive",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.18",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Standalone archive renderer plugin for Flyfish File Viewer with libarchive worker, ZIP/TAR fallback, IndexedDB cache, and nested previews.",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"LICENSE"
|
|
57
57
|
],
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@file-viewer/core": "^2.1.
|
|
59
|
+
"@file-viewer/core": "^2.1.18",
|
|
60
60
|
"jszip": "^3.10.1",
|
|
61
61
|
"libarchive.js": "^2.0.2"
|
|
62
62
|
},
|