@vue-pdf-viewer/shared 1.1.3-rc.0 → 1.1.3-rc.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -192,13 +192,13 @@ export interface Annotation {
192
192
  annotationFlags?: AnnotationFlag;
193
193
  borderStyle?: AnnotationBorderStyle;
194
194
  color?: Uint8ClampedArray | null;
195
- creationDate?: string | null;
195
+ creationDate?: string | Date | null;
196
196
  backgroundColor?: Uint8ClampedArray | null;
197
197
  borderColor?: Uint8ClampedArray | null;
198
198
  contentsObj?: AnnotationStringObj;
199
199
  hasOwnCanvas?: boolean;
200
200
  hasAppearance?: boolean;
201
- modificationDate?: string | null;
201
+ modificationDate?: string | Date | null;
202
202
  quadPoints?: Float32Array;
203
203
  subtype?: string;
204
204
  noRotate?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.1.3-rc.0",
4
+ "version": "1.1.3-rc.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",