@work-zhanguo/light-file-preview 0.0.16 → 0.0.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@work-zhanguo/light-file-preview",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Lightweight file preview component for Vue 3, Vue 2, and standalone usage / 轻量级文件预览组件,支持 Vue3、Vue2 与独立产物嵌入。",
5
5
  "type": "module",
6
6
  "main": "./dist/light-file-preview.umd.cjs",
@@ -43,6 +43,7 @@
43
43
  "file-preview",
44
44
  "pdf",
45
45
  "docx",
46
+ "pptx",
46
47
  "xlsx"
47
48
  ],
48
49
  "author": "",
@@ -56,6 +57,7 @@
56
57
  }
57
58
  },
58
59
  "dependencies": {
60
+ "@work-zhanguo/pptx-preview": "^0.0.1",
59
61
  "docx-preview": "^0.3.6",
60
62
  "dompurify": "^3.2.6",
61
63
  "marked": "^15.0.7",