@vue-pdf-viewer/shared 1.6.0-rc.0 → 1.6.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/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -286,6 +286,7 @@ export interface Annotation {
286
286
  noPrint?: boolean;
287
287
  fontSize?: number;
288
288
  contents?: string;
289
+ imageDataUrl?: string;
289
290
  }
290
291
  export type AnnotationCallback<T = Annotation> = (data: T) => void;
291
292
  export interface AnnotationEventCallback {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.6.0-rc.0",
4
+ "version": "1.6.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",