@iiif/presentation-3
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@iiif/presentation-3", | ||
"description": "IIIF Presentation v3.0 typescript types", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"source": "index.js", | ||
@@ -6,0 +6,0 @@ "types": "index.d.ts", |
@@ -402,3 +402,5 @@ import { TechnicalProperties } from '../iiif/technical'; | ||
bodyValue?: string | null; | ||
target: Array<Reference<'ContentResource'>>; | ||
// Removed until normalisation is resolved. | ||
// target: Array<Reference<'ContentResource'>>; | ||
target?: W3CAnnotationTarget | W3CAnnotationTarget[]; | ||
stylesheet?: Stylesheet | null; | ||
@@ -405,0 +407,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81652
1368