@thi.ng/imago 0.8.2 → 0.8.4

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**: 2024-07-19T14:56:21Z
3
+ - **Last updated**: 2024-07-22T13:15:57Z
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 189 standalone projects, maintained as part
10
+ > This is one of 198 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
  >
@@ -360,12 +360,11 @@ For Node.js REPL:
360
360
  const imago = await import("@thi.ng/imago");
361
361
  ```
362
362
 
363
- Package sizes (brotli'd, pre-treeshake): ESM: 4.95 KB
363
+ Package sizes (brotli'd, pre-treeshake): ESM: 4.94 KB
364
364
 
365
365
  ## Dependencies
366
366
 
367
367
  - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
368
- - [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/develop/packages/associative)
369
368
  - [@thi.ng/blurhash](https://github.com/thi-ng/umbrella/tree/develop/packages/blurhash)
370
369
  - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
371
370
  - [@thi.ng/date](https://github.com/thi-ng/umbrella/tree/develop/packages/date)
@@ -373,11 +372,14 @@ Package sizes (brotli'd, pre-treeshake): ESM: 4.95 KB
373
372
  - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
374
373
  - [@thi.ng/file-io](https://github.com/thi-ng/umbrella/tree/develop/packages/file-io)
375
374
  - [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
375
+ - [@thi.ng/object-utils](https://github.com/thi-ng/umbrella/tree/develop/packages/object-utils)
376
376
  - [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel)
377
377
  - [@thi.ng/pixel-dither](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel-dither)
378
378
  - [@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/develop/packages/prefixes)
379
379
  - [sharp](https://sharp.pixelplumbing.com)
380
380
 
381
+ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
382
+
381
383
  ## API
382
384
 
383
385
  [Generated API docs](https://docs.thi.ng/umbrella/imago/)
package/ops/exif.js CHANGED
@@ -1,4 +1,4 @@
1
- import { meldDeepObj } from "@thi.ng/associative";
1
+ import { meldDeepObj } from "@thi.ng/object-utils";
2
2
  const exifProc = async (spec, input, ctx) => {
3
3
  const { tags } = spec;
4
4
  meldDeepObj(ctx.exif, tags);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,23 +36,23 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.6",
40
- "@thi.ng/associative": "^6.3.65",
41
- "@thi.ng/blurhash": "^0.1.29",
42
- "@thi.ng/checks": "^3.6.8",
43
- "@thi.ng/date": "^2.7.23",
44
- "@thi.ng/defmulti": "^3.0.44",
45
- "@thi.ng/errors": "^2.5.12",
46
- "@thi.ng/file-io": "^2.1.7",
47
- "@thi.ng/logger": "^3.0.16",
48
- "@thi.ng/pixel": "^6.1.37",
49
- "@thi.ng/pixel-dither": "^1.1.135",
50
- "@thi.ng/prefixes": "^2.3.23",
39
+ "@thi.ng/api": "^8.11.7",
40
+ "@thi.ng/blurhash": "^0.1.30",
41
+ "@thi.ng/checks": "^3.6.9",
42
+ "@thi.ng/date": "^2.7.24",
43
+ "@thi.ng/defmulti": "^3.0.45",
44
+ "@thi.ng/errors": "^2.5.13",
45
+ "@thi.ng/file-io": "^2.1.9",
46
+ "@thi.ng/logger": "^3.0.17",
47
+ "@thi.ng/object-utils": "^1.1.0",
48
+ "@thi.ng/pixel": "^7.0.0",
49
+ "@thi.ng/pixel-dither": "^1.1.136",
50
+ "@thi.ng/prefixes": "^2.3.24",
51
51
  "sharp": "^0.33.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-extractor": "^7.47.0",
55
- "@thi.ng/vectors": "^7.11.4",
55
+ "@thi.ng/vectors": "^7.11.6",
56
56
  "esbuild": "^0.23.0",
57
57
  "typedoc": "^0.26.3",
58
58
  "typescript": "^5.5.3"
@@ -185,5 +185,5 @@
185
185
  "status": "alpha",
186
186
  "year": 2024
187
187
  },
188
- "gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n"
188
+ "gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
189
189
  }