@thi.ng/imago 1.6.0 → 1.6.2

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/README.md +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -381,7 +381,7 @@ For Node.js REPL:
381
381
  const imago = await import("@thi.ng/imago");
382
382
  ```
383
383
 
384
- Package sizes (brotli'd, pre-treeshake): ESM: 5.31 KB
384
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.33 KB
385
385
 
386
386
  ## Dependencies
387
387
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,22 +40,22 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.16",
44
- "@thi.ng/blurhash": "^1.0.38",
45
- "@thi.ng/checks": "^3.8.6",
46
- "@thi.ng/date": "^2.7.79",
47
- "@thi.ng/defmulti": "^3.0.92",
48
- "@thi.ng/errors": "^2.6.5",
49
- "@thi.ng/file-io": "^2.2.26",
50
- "@thi.ng/logger": "^3.2.15",
51
- "@thi.ng/object-utils": "^1.3.8",
52
- "@thi.ng/pixel": "^7.5.25",
53
- "@thi.ng/pixel-dither": "^1.1.193",
43
+ "@thi.ng/api": "^8.12.17",
44
+ "@thi.ng/blurhash": "^1.0.39",
45
+ "@thi.ng/checks": "^3.8.7",
46
+ "@thi.ng/date": "^2.7.81",
47
+ "@thi.ng/defmulti": "^3.0.94",
48
+ "@thi.ng/errors": "^2.6.6",
49
+ "@thi.ng/file-io": "^2.2.28",
50
+ "@thi.ng/logger": "^3.3.0",
51
+ "@thi.ng/object-utils": "^1.3.9",
52
+ "@thi.ng/pixel": "^7.5.26",
53
+ "@thi.ng/pixel-dither": "^1.1.194",
54
54
  "@thi.ng/prefixes": "^2.3.67",
55
55
  "sharp": "^0.34.5"
56
56
  },
57
57
  "devDependencies": {
58
- "@thi.ng/vectors": "^8.6.22",
58
+ "@thi.ng/vectors": "^8.6.24",
59
59
  "@types/node": "^24.10.9",
60
60
  "esbuild": "^0.27.2",
61
61
  "typedoc": "^0.28.16",
@@ -193,5 +193,5 @@
193
193
  "status": "alpha",
194
194
  "year": 2024
195
195
  },
196
- "gitHead": "1d279469d3bd787d5af294cc1f9463f46f7d2fd9\n"
196
+ "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
197
197
  }