@vue-pdf-viewer/shared 1.0.0-rc.1 → 1.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,5 +18,4 @@ This package contains shared **types**, **interfaces**, **enums**, and **constan
18
18
 
19
19
  ## **License**
20
20
 
21
- This package is distributed under the same license as the **Vue PDF Viewer** project.
22
- Usage outside the VPV ecosystem is **not supported**.
21
+ This package is distributed under the same license as that of the [`@vue-pdf-viewer/viewer`](https://www.npmjs.com/package/@vue-pdf-viewer/viewer) library. Usage outside of the Vue PDF Viewer ecosystem is not supported.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.0.0-rc.1",
4
+ "version": "1.0.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",