更新 office-viewer 版本

This commit is contained in:
wuduoyi 2024-05-07 11:48:04 +08:00 committed by lmaomaoz
parent 1c88f18163
commit 97645566b4
3 changed files with 3 additions and 4 deletions

View File

@ -62,7 +62,7 @@
"moment": "^2.19.4", "moment": "^2.19.4",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",
"mpegts.js": "^1.6.10", "mpegts.js": "^1.6.10",
"office-viewer": "^0.3.11", "office-viewer": "^0.3.12",
"prop-types": "^15.6.1", "prop-types": "^15.6.1",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"react-cropper": "^2.1.8", "react-cropper": "^2.1.8",

View File

@ -1,6 +1,6 @@
{ {
"name": "office-viewer", "name": "office-viewer",
"version": "0.3.11", "version": "0.3.12",
"description": "office 文档在线预览", "description": "office 文档在线预览",
"main": "lib/index.js", "main": "lib/index.js",
"module": "esm/index.js", "module": "esm/index.js",
@ -61,7 +61,6 @@
"dependencies": { "dependencies": {
"numfmt": "^2.5.2", "numfmt": "^2.5.2",
"papaparse": "^5.4.1", "papaparse": "^5.4.1",
"puppeteer": "^22.6.3",
"tslib": "^2.3.1" "tslib": "^2.3.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -2160,7 +2160,7 @@ export function unzlibSync(data: Uint8Array, opts?: UnzlibOptions) {
} }
// Default algorithm for compression (used because having a known output size allows faster decompression) // Default algorithm for compression (used because having a known output size allows faster decompression)
export {gzip as compress, AsyncGzip as AsyncCompress}; export {gzip as compress};
export {gzipSync as compressSync, Gzip as Compress}; export {gzipSync as compressSync, Gzip as Compress};
/** /**