ochre-sdk 1.0.57 → 1.0.58

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.
@@ -478,7 +478,7 @@ function parsePropertyValueContent(value, options) {
478
478
  uuid: value.uuid == null || value.uuid === "" ? null : value.uuid,
479
479
  publicationDateTime: value.publicationDateTime ?? null,
480
480
  unit: value.unit ?? null,
481
- href: parseHref(value.href),
481
+ href: value.href ?? null,
482
482
  height: value.height ?? null,
483
483
  width: value.width ?? null,
484
484
  fileSize: value.fileSize ?? null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ochre-sdk",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
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",
@@ -48,14 +48,14 @@
48
48
  "date-fns": "^4.4.0",
49
49
  "fast-equals": "^6.0.0",
50
50
  "fast-xml-parser": "^5.9.3",
51
- "valibot": "^1.4.1"
51
+ "valibot": "^1.4.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@antfu/eslint-config": "^9.1.0",
55
55
  "@types/node": "^24.13.2",
56
56
  "bumpp": "^11.1.0",
57
- "eslint": "^10.5.0",
58
- "knip": "^6.20.0",
57
+ "eslint": "^10.6.0",
58
+ "knip": "^6.23.0",
59
59
  "oxfmt": "^0.56.0",
60
60
  "tsdown": "^0.22.3",
61
61
  "typescript": "^6.0.3",