@flyfish-group/file-viewer-web 2.0.0 → 2.0.1

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/README.en.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Pure web file preview package. This package is the historical alias of `@file-viewer/web` and now provides the same native DOM mounting API: it creates the complete Flyfish Viewer inside your target container.
4
4
 
5
5
  ```bash
6
- npm install @flyfish-group/file-viewer-web@2.0.0
6
+ npm install @flyfish-group/file-viewer-web@2.0.1
7
7
  ```
8
8
 
9
9
  ```ts
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  纯 Web 文件预览组件。这个包是 `@file-viewer/web` 的历史包名同步版本,当前只提供 native DOM 挂载能力: 在目标容器内直接创建完整 Flyfish Viewer,不需要额外的静态页面协议。
4
4
 
5
5
  ```bash
6
- npm install @flyfish-group/file-viewer-web@2.0.0
6
+ npm install @flyfish-group/file-viewer-web@2.0.1
7
7
  ```
8
8
 
9
9
  ```ts