@thi.ng/imago 1.2.1 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-14T10:38:44Z
3
+ - **Last updated**: 2025-07-17T15:09:00Z
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
@@ -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.06 KB
378
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.08 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.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -189,5 +189,5 @@
189
189
  "status": "alpha",
190
190
  "year": 2024
191
191
  },
192
- "gitHead": "89a9dc2519be2461de39381de3c13e2771178c39\n"
192
+ "gitHead": "4e98c38a817045d0e9a5b8bb6da23c00a721c3e0\n"
193
193
  }