Skip to content

Commit c7a63a3

Browse files
committed
chore: bump pdf-elements to 1.1.6
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 26f6007 commit c7a63a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@libresign/pdf-elements",
33
"description": "PDF viewer with draggable and resizable element overlays for Vue 3",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"author": "LibreCode <contact@librecode.coop>",
66
"private": false,
77
"main": "dist/index.mjs",
@@ -40,6 +40,8 @@
4040
"build:report": "vite build --mode report",
4141
"build:demo": "vite build --mode demo",
4242
"preview:demo": "vite preview --outDir dist-demo",
43+
"validate:dist": "node scripts/validate-pdfjs-dist.mjs",
44+
"prepack": "npm run build && npm run validate:dist",
4345
"test": "vitest run",
4446
"test:watch": "vitest",
4547
"lint": "eslint . --ext .vue,.ts,.js --max-warnings=0",

0 commit comments

Comments
 (0)