@gembox/pdfviewer 2026.6.102 → 2026.6.103

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/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "private": false,
13
13
  "license": "SEE LICENSE IN EULA.txt",
14
- "version": "2026.6.102",
14
+ "version": "2026.6.103",
15
15
  "type": "module",
16
16
  "main": "dist/es/pdfviewer.js",
17
17
  "module": "dist/es/pdfviewer.js",
@@ -35,8 +35,10 @@
35
35
  "./*": "./*"
36
36
  },
37
37
  "scripts": {
38
+ "predev": "npm run build:worker",
38
39
  "dev": "vite",
39
- "build": "npm run lint && vue-tsc && vite build --config vite.config.es.ts && vite build --config vite.config.iife.ts && npm run types:build",
40
+ "build:worker": "vite build --config vite.config.worker.ts",
41
+ "build": "npm run build:worker && npm run lint && vue-tsc && vite build --config vite.config.es.ts && vite build --config vite.config.iife.ts && npm run types:build",
40
42
  "types:build": "tsc --project tsconfig.types.json",
41
43
  "types:rename": "ren dist\\es\\api-es.d.ts pdfviewer.d.ts",
42
44
  "test": "vitest run",