mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
更新 office-viewer 版本
This commit is contained in:
parent
1c88f18163
commit
97645566b4
@ -62,7 +62,7 @@
|
||||
"moment": "^2.19.4",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"mpegts.js": "^1.6.10",
|
||||
"office-viewer": "^0.3.11",
|
||||
"office-viewer": "^0.3.12",
|
||||
"prop-types": "^15.6.1",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react-cropper": "^2.1.8",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "office-viewer",
|
||||
"version": "0.3.11",
|
||||
"version": "0.3.12",
|
||||
"description": "office 文档在线预览",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
@ -61,7 +61,6 @@
|
||||
"dependencies": {
|
||||
"numfmt": "^2.5.2",
|
||||
"papaparse": "^5.4.1",
|
||||
"puppeteer": "^22.6.3",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -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)
|
||||
export {gzip as compress, AsyncGzip as AsyncCompress};
|
||||
export {gzip as compress};
|
||||
export {gzipSync as compressSync, Gzip as Compress};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user