@iiif/presentation-3
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -191,3 +191,3 @@ import { Reference } from '../reference'; | ||
accompanyingCanvas: Reference<'Canvas'> | null; | ||
provider: Array<ResourceProviderNormalized>; | ||
provider: Array<Reference<'Agent'>>; | ||
@@ -194,0 +194,0 @@ /** |
@@ -19,3 +19,3 @@ import { Reference } from '../reference'; | ||
logo: ContentResource[]; | ||
homepage: ContentResource; | ||
homepage: ContentResource[]; | ||
}; | ||
@@ -35,3 +35,3 @@ | ||
logo: Array<Reference<'ContentResource'>>; | ||
homepage: Reference<'ContentResource'> | null; | ||
homepage: Array<Reference<'ContentResource'>>; | ||
}; |
{ | ||
"name": "@iiif/presentation-3", | ||
"description": "IIIF Presentation v3.0 typescript types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"source": "index.js", | ||
@@ -6,0 +6,0 @@ "types": "index.d.ts", |
@@ -51,3 +51,3 @@ # IIIF Presentation 3 types | ||
This will enable types completions in VSCode and IDEA, along with inline documentation from the IIIF speficiation: | ||
This will enable types completions in VSCode and IDEA, along with inline documentation from the IIIF specification: | ||
<img width="713" alt="Screenshot 2021-03-28 at 17 11 14" src="https://user-images.githubusercontent.com/8266711/112759081-4b651600-8fe9-11eb-83c6-9739d557716d.png" /> | ||
@@ -79,3 +79,3 @@ | ||
### Basic types | ||
#### Basic types | ||
@@ -229,3 +229,3 @@ Type | Description | ||
### Partial / Abstract types | ||
#### Partial / Abstract types | ||
These types are building blocks of other types. | ||
@@ -232,0 +232,0 @@ |
@@ -18,5 +18,5 @@ import { InternationalString } from '../iiif/descriptive'; | ||
label: InternationalString; | ||
homepage: Reference<'ContentResource'> | null; | ||
homepage: Array<Reference<'ContentResource'>>; | ||
logo: Array<Reference<'ContentResource'>>; | ||
seeAlso: Array<Reference<'ContentResource'>>; | ||
}; |
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
77611
25