manifesto.js 4.2.15 → 4.2.16

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.
@@ -1,4 +1,5 @@
1
1
  export interface IExternalResourceData {
2
+ contentLocation: string;
2
3
  hasServiceDescriptor: boolean;
3
4
  id: string;
4
5
  index: number;
@@ -1,4 +1,5 @@
1
1
  export interface IExternalResourceData {
2
+ contentLocation: string;
2
3
  hasServiceDescriptor: boolean;
3
4
  id: string;
4
5
  index: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manifesto.js",
3
- "version": "4.2.15",
3
+ "version": "4.2.16",
4
4
  "description": "IIIF Presentation API utility library for client and server",
5
5
  "main": "./dist-commonjs/index.js",
6
6
  "module": "./dist-esmodule/index.js",
package/types/index.d.ts CHANGED
@@ -192,6 +192,7 @@ export interface IExternalResource {
192
192
  width: number;
193
193
  }
194
194
  export interface IExternalResourceData {
195
+ contentLocation: string;
195
196
  hasServiceDescriptor: boolean;
196
197
  id: string;
197
198
  index: number;