@thi.ng/imago 1.5.0 → 1.5.1

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.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.12.7",
43
- "@thi.ng/blurhash": "^1.0.28",
43
+ "@thi.ng/blurhash": "^1.0.29",
44
44
  "@thi.ng/checks": "^3.7.23",
45
45
  "@thi.ng/date": "^2.7.70",
46
46
  "@thi.ng/defmulti": "^3.0.83",
@@ -48,8 +48,8 @@
48
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
- "@thi.ng/pixel": "^7.5.15",
52
- "@thi.ng/pixel-dither": "^1.1.183",
51
+ "@thi.ng/pixel": "^7.5.16",
52
+ "@thi.ng/pixel-dither": "^1.1.184",
53
53
  "@thi.ng/prefixes": "^2.3.58",
54
54
  "sharp": "^0.34.4"
55
55
  },
@@ -192,5 +192,5 @@
192
192
  "status": "alpha",
193
193
  "year": 2024
194
194
  },
195
- "gitHead": "88d4b13485639f44b3c5cb5e0a73e0a3490eba85\n"
195
+ "gitHead": "e2fd601e49ff1b1aec129518e3947ed1ebf8d75e\n"
196
196
  }