ochre-sdk 0.19.11 → 0.19.12

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
@@ -1218,7 +1218,7 @@ function parseProperty(property, language = "eng") {
1218
1218
  label: null,
1219
1219
  dataType: "string",
1220
1220
  isUncertain: false,
1221
- category: "value",
1221
+ category: "propertyValue",
1222
1222
  type: null,
1223
1223
  uuid: null,
1224
1224
  publicationDateTime: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ochre-sdk",
3
- "version": "0.19.11",
3
+ "version": "0.19.12",
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",