@thi.ng/imago 0.3.0 → 0.3.1

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 +3 -2
  3. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-23T13:36:17Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
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
@@ -302,11 +302,12 @@ For Node.js REPL:
302
302
  const imago = await import("@thi.ng/imago");
303
303
  ```
304
304
 
305
- Package sizes (brotli'd, pre-treeshake): ESM: 4.17 KB
305
+ Package sizes (brotli'd, pre-treeshake): ESM: 4.06 KB
306
306
 
307
307
  ## Dependencies
308
308
 
309
309
  - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
310
+ - [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/develop/packages/associative)
310
311
  - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
311
312
  - [@thi.ng/date](https://github.com/thi-ng/umbrella/tree/develop/packages/date)
312
313
  - [@thi.ng/defmulti](https://github.com/thi-ng/umbrella/tree/develop/packages/defmulti)
@@ -315,7 +316,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 4.17 KB
315
316
  - [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
316
317
  - [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel)
317
318
  - [@thi.ng/pixel-dither](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel-dither)
318
- - [exif-reader](https://github.com/devongovett/exif-reader)
319
+ - [@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/develop/packages/prefixes)
319
320
  - [sharp](https://sharp.pixelplumbing.com)
320
321
 
321
322
  ## API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,21 +35,22 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.25",
38
+ "@thi.ng/api": "^8.9.26",
39
+ "@thi.ng/associative": "^6.3.43",
39
40
  "@thi.ng/checks": "^3.5.0",
40
- "@thi.ng/date": "^2.7.0",
41
- "@thi.ng/defmulti": "^3.0.25",
41
+ "@thi.ng/date": "^2.7.1",
42
+ "@thi.ng/defmulti": "^3.0.26",
42
43
  "@thi.ng/errors": "^2.4.18",
43
- "@thi.ng/file-io": "^1.3.3",
44
- "@thi.ng/logger": "^3.0.2",
45
- "@thi.ng/pixel": "^6.1.11",
46
- "@thi.ng/pixel-dither": "^1.1.109",
47
- "exif-reader": "^2.0.1",
44
+ "@thi.ng/file-io": "^1.3.4",
45
+ "@thi.ng/logger": "^3.0.3",
46
+ "@thi.ng/pixel": "^6.1.12",
47
+ "@thi.ng/pixel-dither": "^1.1.110",
48
+ "@thi.ng/prefixes": "^2.3.10",
48
49
  "sharp": "^0.33.2"
49
50
  },
50
51
  "devDependencies": {
51
52
  "@microsoft/api-extractor": "^7.40.1",
52
- "@thi.ng/vectors": "^7.10.11",
53
+ "@thi.ng/vectors": "^7.10.12",
53
54
  "esbuild": "^0.20.0",
54
55
  "rimraf": "^5.0.5",
55
56
  "typedoc": "^0.25.7",
@@ -124,5 +125,5 @@
124
125
  "status": "alpha",
125
126
  "year": 2024
126
127
  },
127
- "gitHead": "c744c5f804ca763bc03163a41a0e150d8e7a9e54\n"
128
+ "gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
128
129
  }