@triiiceratops/plugin-pdf-export 1.0.0-rc.2 → 1.0.0-rc.4

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/dist/index.js CHANGED
@@ -4080,6 +4080,7 @@ function Eo(e) {
4080
4080
  function So(e = {}) {
4081
4081
  return wi({
4082
4082
  name: xo,
4083
+ title: "pdf_export_title",
4083
4084
  uiId: "pdf-export",
4084
4085
  version: yo,
4085
4086
  coreRange: ">=1.0.0-rc.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triiiceratops/plugin-pdf-export",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.4",
4
4
  "type": "module",
5
5
  "description": "PDF export plugin for the triiiceratops IIIF viewer, authored on @triiiceratops/plugin-sdk. Owns its own pdf-lib dependency.",
6
6
  "license": "MIT",
@@ -49,21 +49,21 @@
49
49
  "lint:fix": "eslint . --fix --max-warnings 0"
50
50
  },
51
51
  "peerDependencies": {
52
- "triiiceratops": "^1.0.0-rc.26",
53
- "@triiiceratops/plugin-sdk": "^1.0.0-rc.2"
52
+ "triiiceratops": "^1.0.0-rc.29",
53
+ "@triiiceratops/plugin-sdk": "^1.0.0-rc.5"
54
54
  },
55
55
  "dependencies": {
56
56
  "pdf-lib": "^1.17.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
60
- "@triiiceratops/plugin-sdk": "1.0.0-rc.2",
60
+ "@triiiceratops/plugin-sdk": "1.0.0-rc.5",
61
61
  "@triiiceratops/ui": "0.0.0",
62
62
  "@vitest/coverage-v8": "4.0.15",
63
63
  "happy-dom": "^20.0.11",
64
64
  "svelte": "5.45.5",
65
65
  "svelte-check": "^4.3.4",
66
- "triiiceratops": "1.0.0-rc.26",
66
+ "triiiceratops": "1.0.0-rc.29",
67
67
  "typescript": "~5.9.3",
68
68
  "vite": "^6.0.0",
69
69
  "vitest": "^4.0.15"