@thi.ng/imago 0.7.4 → 0.7.5

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.11.1",
40
- "@thi.ng/associative": "^6.3.58",
40
+ "@thi.ng/associative": "^6.3.59",
41
41
  "@thi.ng/blurhash": "^0.1.23",
42
42
  "@thi.ng/checks": "^3.6.3",
43
43
  "@thi.ng/date": "^2.7.16",
44
44
  "@thi.ng/defmulti": "^3.0.38",
45
45
  "@thi.ng/errors": "^2.5.6",
46
- "@thi.ng/file-io": "^2.1.0",
46
+ "@thi.ng/file-io": "^2.1.1",
47
47
  "@thi.ng/logger": "^3.0.11",
48
- "@thi.ng/pixel": "^6.1.30",
49
- "@thi.ng/pixel-dither": "^1.1.128",
48
+ "@thi.ng/pixel": "^6.1.31",
49
+ "@thi.ng/pixel-dither": "^1.1.129",
50
50
  "@thi.ng/prefixes": "^2.3.18",
51
51
  "sharp": "^0.33.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-extractor": "^7.43.0",
55
- "@thi.ng/vectors": "^7.10.29",
55
+ "@thi.ng/vectors": "^7.10.30",
56
56
  "esbuild": "^0.20.2",
57
57
  "typedoc": "^0.25.12",
58
58
  "typescript": "^5.4.3"
@@ -185,5 +185,5 @@
185
185
  "status": "alpha",
186
186
  "year": 2024
187
187
  },
188
- "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
188
+ "gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
189
189
  }