@files-preview-app/preview-file 1.2.7 → 1.2.8

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": "@files-preview-app/preview-file",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Universal file preview library for Web, React, Angular, and Vue. 100% client-side with zero cloud dependency. Preview PDF, Word, Excel, PowerPoint, CSV, ZIP, Markdown, 3D Models (STL/OBJ), Images, Video, Audio, and Code with built-in toolbar.",
5
5
  "keywords": [
6
6
  "file-preview",
@@ -157,17 +157,17 @@
157
157
  "@patel.sumit51/plugin-archive": "0.1.0",
158
158
  "@patel.sumit51/plugin-code": "0.1.0",
159
159
  "@patel.sumit51/plugin-csv": "0.1.0",
160
- "@patel.sumit51/plugin-doc": "0.1.0",
161
- "@patel.sumit51/plugin-docx": "0.1.0",
162
160
  "@patel.sumit51/plugin-excel": "0.1.0",
163
- "@patel.sumit51/plugin-html-preview": "0.1.0",
161
+ "@patel.sumit51/plugin-docx": "0.1.0",
162
+ "@patel.sumit51/plugin-doc": "0.1.0",
164
163
  "@patel.sumit51/plugin-markdown": "0.1.0",
164
+ "@patel.sumit51/plugin-html-preview": "0.1.0",
165
165
  "@patel.sumit51/plugin-media": "0.1.0",
166
- "@patel.sumit51/plugin-pdf": "0.1.0",
167
166
  "@patel.sumit51/plugin-opendocument": "0.1.0",
168
- "@patel.sumit51/plugin-ppt": "0.1.0",
169
- "@patel.sumit51/plugin-pptx": "0.1.0",
167
+ "@patel.sumit51/plugin-pdf": "0.1.0",
170
168
  "@patel.sumit51/plugin-rtf": "0.1.0",
169
+ "@patel.sumit51/plugin-pptx": "0.1.0",
170
+ "@patel.sumit51/plugin-ppt": "0.1.0",
171
171
  "@patel.sumit51/react": "0.1.0",
172
172
  "@patel.sumit51/vue": "0.1.0"
173
173
  },