@thi.ng/imago 1.4.14 → 1.4.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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,10 +42,10 @@
42
42
  "@thi.ng/api": "^8.12.7",
43
43
  "@thi.ng/blurhash": "^1.0.28",
44
44
  "@thi.ng/checks": "^3.7.23",
45
- "@thi.ng/date": "^2.7.69",
45
+ "@thi.ng/date": "^2.7.70",
46
46
  "@thi.ng/defmulti": "^3.0.83",
47
47
  "@thi.ng/errors": "^2.5.47",
48
- "@thi.ng/file-io": "^2.2.16",
48
+ "@thi.ng/file-io": "^2.2.17",
49
49
  "@thi.ng/logger": "^3.2.6",
50
50
  "@thi.ng/object-utils": "^1.2.15",
51
51
  "@thi.ng/pixel": "^7.5.15",
@@ -54,7 +54,7 @@
54
54
  "sharp": "^0.34.4"
55
55
  },
56
56
  "devDependencies": {
57
- "@thi.ng/vectors": "^8.6.11",
57
+ "@thi.ng/vectors": "^8.6.12",
58
58
  "@types/node": "^24.9.1",
59
59
  "esbuild": "^0.25.11",
60
60
  "typedoc": "^0.28.14",
@@ -189,5 +189,5 @@
189
189
  "status": "alpha",
190
190
  "year": 2024
191
191
  },
192
- "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
192
+ "gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
193
193
  }