@flyfish-group/file-viewer3 2.0.0 → 2.0.2
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 +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/README.en.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
This is the historical Vue 3 compatibility package for Flyfish File Viewer. New integrations should prefer the standard package `@file-viewer/vue3`; this package keeps the existing npm line compatible for projects that already import `@flyfish-group/file-viewer3`.
|
|
4
4
|
|
|
5
|
-
Documentation: [doc.
|
|
5
|
+
Documentation: [doc.file-viewer.app](https://doc.file-viewer.app/).
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flyfish-group/file-viewer3",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Historical Vue 3 alias package for @file-viewer/vue3",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"types": "dist/index.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@file-viewer/vue3": "^2.0.
|
|
44
|
+
"@file-viewer/vue3": "^2.0.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {},
|
|
47
47
|
"files": [
|