@annotorious/annotorious
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -5,3 +5,3 @@ import { ImageAnnotation } from '../model'; | ||
import { ImageAnnotationStore, SvelteImageAnnotatorState } from './ImageAnnotationStore'; | ||
export type ImageAnnotatorState<I extends Annotation> = AnnotatorState<I> & { | ||
export type ImageAnnotatorState<I extends Annotation = ImageAnnotation> = AnnotatorState<I> & { | ||
store: ImageAnnotationStore<I>; | ||
@@ -8,0 +8,0 @@ selection: SelectionState<ImageAnnotation>; |
{ | ||
"name": "@annotorious/annotorious", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Add image annotation functionality to any web page with a few lines of JavaScript", | ||
@@ -51,3 +51,3 @@ "author": "Rainer Simon", | ||
"dependencies": { | ||
"@annotorious/core": "3.0.3", | ||
"@annotorious/core": "3.0.4", | ||
"rbush": "^4.0.1", | ||
@@ -54,0 +54,0 @@ "uuid": "^10.0.0" |
@@ -23,3 +23,3 @@ import type { ImageAnnotation, ImageAnnotationTarget } from '../model'; | ||
export type ImageAnnotatorState<I extends Annotation> = AnnotatorState<I> & { | ||
export type ImageAnnotatorState<I extends Annotation = ImageAnnotation> = AnnotatorState<I> & { | ||
@@ -26,0 +26,0 @@ store: ImageAnnotationStore<I>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
893988
+ Added@annotorious/core@3.0.4(transitive)
- Removed@annotorious/core@3.0.3(transitive)
Updated@annotorious/core@3.0.4