@digitalculture/ochre-sdk 0.15.14 → 0.15.15

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2072,7 +2072,7 @@ function parseWebElementProperties(componentProperty, elementResource) {
2072
2072
  uuid: scope.uuid.content,
2073
2073
  type: scope.uuid.type,
2074
2074
  identification: parseIdentification(scope.identification)
2075
- })) : [],
2075
+ })) : null,
2076
2076
  contexts: null
2077
2077
  };
2078
2078
  if ("options" in elementResource && elementResource.options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.15.14",
3
+ "version": "0.15.15",
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",