@digitalculture/ochre-sdk 0.1.26 → 0.1.27

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.cjs CHANGED
@@ -1725,7 +1725,7 @@ async function parseWebpage(webpageResource) {
1725
1725
  displayedInHeader,
1726
1726
  width,
1727
1727
  variant,
1728
- backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&preview` : null,
1728
+ backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&load` : null,
1729
1729
  cssStyles
1730
1730
  },
1731
1731
  webpages
package/dist/index.js CHANGED
@@ -1648,7 +1648,7 @@ async function parseWebpage(webpageResource) {
1648
1648
  displayedInHeader,
1649
1649
  width,
1650
1650
  variant,
1651
- backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&preview` : null,
1651
+ backgroundImageUrl: imageLink ? `https://ochre.lib.uchicago.edu/ochre?uuid=${imageLink.uuid}&load` : null,
1652
1652
  cssStyles
1653
1653
  },
1654
1654
  webpages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
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",