@triiiceratops/plugin-image-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
@@ -3554,6 +3554,7 @@ const { STYLES: Ho, STYLE_ID: Vo } = di(
3554
3554
  }
3555
3555
  }, Ko = vi({
3556
3556
  name: "@triiiceratops/plugin-image-export",
3557
+ title: "image_download_title",
3557
3558
  uiId: "image-download",
3558
3559
  version: "1.0.0-rc.0",
3559
3560
  coreRange: ">=1.0.0-rc.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triiiceratops/plugin-image-export",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.4",
4
4
  "type": "module",
5
5
  "description": "Image download (single/composite/current-view export) plugin for the triiiceratops IIIF viewer, authored on @triiiceratops/plugin-sdk.",
6
6
  "license": "MIT",
@@ -49,17 +49,17 @@
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.1"
52
+ "triiiceratops": "^1.0.0-rc.29",
53
+ "@triiiceratops/plugin-sdk": "^1.0.0-rc.5"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
57
- "@triiiceratops/plugin-sdk": "1.0.0-rc.1",
57
+ "@triiiceratops/plugin-sdk": "1.0.0-rc.5",
58
58
  "@triiiceratops/ui": "0.0.0",
59
59
  "@vitest/coverage-v8": "4.0.15",
60
60
  "svelte": "5.45.5",
61
61
  "svelte-check": "^4.3.4",
62
- "triiiceratops": "1.0.0-rc.26",
62
+ "triiiceratops": "1.0.0-rc.29",
63
63
  "typescript": "~5.9.3",
64
64
  "vite": "^6.0.0",
65
65
  "vitest": "^4.0.15"