@annotorious/annotorious 3.6.4 → 3.6.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.
@@ -4,3 +4,4 @@ export * from './editorsRegistry';
4
4
  export { default as Editor } from './Editor.svelte';
5
5
  export { default as EditorMount } from './EditorMount.svelte';
6
6
  export { default as Handle } from './Handle.svelte';
7
+ export { default as MidpointHandle } from './MidpointHandle.svelte';
@@ -6921,6 +6921,7 @@ export {
6921
6921
  vs as EditorMount,
6922
6922
  ze as Handle,
6923
6923
  Br as IdentityTransform,
6924
+ lo as MidpointHandle,
6924
6925
  rs as PolygonEditor,
6925
6926
  us as RectangleEditor,
6926
6927
  Xo as RectangleUtil,