@triiiceratops/plugin-annotation-editor 1.0.0-rc.3 → 1.0.0-rc.5

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
@@ -5993,6 +5993,7 @@ function el(t = {}) {
5993
5993
  };
5994
5994
  return Vi({
5995
5995
  name: "@triiiceratops/plugin-annotation-editor",
5996
+ title: "annotation_editor_title",
5996
5997
  uiId: "annotation-editor",
5997
5998
  version: "1.0.0-rc.0",
5998
5999
  coreRange: ">=1.0.0-rc.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triiiceratops/plugin-annotation-editor",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.5",
4
4
  "type": "module",
5
5
  "description": "Annotation editor plugin for the triiiceratops IIIF viewer, authored on @triiiceratops/plugin-sdk.",
6
6
  "license": "MIT",
@@ -53,8 +53,8 @@
53
53
  "lint:fix": "eslint . --fix --max-warnings 0"
54
54
  },
55
55
  "peerDependencies": {
56
- "triiiceratops": "^1.0.0-rc.27",
57
- "@triiiceratops/plugin-sdk": "^1.0.0-rc.3"
56
+ "triiiceratops": "^1.0.0-rc.29",
57
+ "@triiiceratops/plugin-sdk": "^1.0.0-rc.5"
58
58
  },
59
59
  "dependencies": {
60
60
  "@annotorious/annotorious": "^3.7.19",
@@ -63,14 +63,14 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
66
- "@triiiceratops/plugin-sdk": "1.0.0-rc.3",
66
+ "@triiiceratops/plugin-sdk": "1.0.0-rc.5",
67
67
  "@triiiceratops/ui": "0.0.0",
68
68
  "@types/node": "^24.10.1",
69
69
  "@types/openseadragon": "^5.0.1",
70
70
  "@vitest/coverage-v8": "4.0.15",
71
71
  "svelte": "5.45.5",
72
72
  "svelte-check": "^4.3.4",
73
- "triiiceratops": "1.0.0-rc.27",
73
+ "triiiceratops": "1.0.0-rc.29",
74
74
  "typescript": "~5.9.3",
75
75
  "vite": "^6.0.0",
76
76
  "vitest": "^4.0.15"