@thi.ng/imago 1.4.0 → 1.4.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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-25T00:04:12Z
3
+ - **Last updated**: 2025-07-30T22:32:35Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 209 standalone projects, maintained as part
10
+ > This is one of 210 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -375,7 +375,7 @@ For Node.js REPL:
375
375
  const imago = await import("@thi.ng/imago");
376
376
  ```
377
377
 
378
- Package sizes (brotli'd, pre-treeshake): ESM: 5.17 KB
378
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.20 KB
379
379
 
380
380
  ## Dependencies
381
381
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,22 +39,22 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.32",
43
- "@thi.ng/blurhash": "^1.0.19",
44
- "@thi.ng/checks": "^3.7.12",
45
- "@thi.ng/date": "^2.7.58",
46
- "@thi.ng/defmulti": "^3.0.72",
47
- "@thi.ng/errors": "^2.5.38",
48
- "@thi.ng/file-io": "^2.2.3",
49
- "@thi.ng/logger": "^3.1.13",
50
- "@thi.ng/object-utils": "^1.2.4",
51
- "@thi.ng/pixel": "^7.5.4",
52
- "@thi.ng/pixel-dither": "^1.1.172",
53
- "@thi.ng/prefixes": "^2.3.49",
42
+ "@thi.ng/api": "^8.11.33",
43
+ "@thi.ng/blurhash": "^1.0.20",
44
+ "@thi.ng/checks": "^3.7.13",
45
+ "@thi.ng/date": "^2.7.59",
46
+ "@thi.ng/defmulti": "^3.0.73",
47
+ "@thi.ng/errors": "^2.5.39",
48
+ "@thi.ng/file-io": "^2.2.4",
49
+ "@thi.ng/logger": "^3.1.14",
50
+ "@thi.ng/object-utils": "^1.2.5",
51
+ "@thi.ng/pixel": "^7.5.5",
52
+ "@thi.ng/pixel-dither": "^1.1.173",
53
+ "@thi.ng/prefixes": "^2.3.50",
54
54
  "sharp": "^0.34.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@thi.ng/vectors": "^8.5.0",
57
+ "@thi.ng/vectors": "^8.6.0",
58
58
  "@types/node": "^24.0.15",
59
59
  "esbuild": "^0.25.8",
60
60
  "typedoc": "^0.28.7",
@@ -189,5 +189,5 @@
189
189
  "status": "alpha",
190
190
  "year": 2024
191
191
  },
192
- "gitHead": "b8784efbd8beaa2ff296bb8fb802cb73f6d881ac\n"
192
+ "gitHead": "1df8a3a9061257ea73ccf1ab9cdf63c81a9f519f\n"
193
193
  }