@digitalculture/ochre-sdk 0.11.9 → 0.11.10

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.
package/dist/index.d.cts CHANGED
@@ -654,6 +654,7 @@ type WebElementComponent = {
654
654
  isSeekBarDisplayed: boolean;
655
655
  } | {
656
656
  component: "bibliography";
657
+ setUuids: Array<string>;
657
658
  resourceUuids: Array<string>;
658
659
  bibliographies: Array<Bibliography>;
659
660
  layout: "long" | "short";
package/dist/index.d.ts CHANGED
@@ -654,6 +654,7 @@ type WebElementComponent = {
654
654
  isSeekBarDisplayed: boolean;
655
655
  } | {
656
656
  component: "bibliography";
657
+ setUuids: Array<string>;
657
658
  resourceUuids: Array<string>;
658
659
  bibliographies: Array<Bibliography>;
659
660
  layout: "long" | "short";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Node.js library for working with OCHRE (Online Cultural and Historical Research Environment) data",