@thi.ng/imago 0.8.23 → 1.0.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 +1 -1
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-27T14:11:37Z
3
+ - **Last updated**: 2025-01-04T21:07:38Z
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
@@ -501,4 +501,4 @@ If this project contributes to an academic publication, please cite it as:
501
501
 
502
502
  ## License
503
503
 
504
- © 2024 Karsten Schmidt // Apache License 2.0
504
+ © 2024 - 2025 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/imago",
3
- "version": "0.8.23",
3
+ "version": "1.0.2",
4
4
  "description": "JSON & API-based declarative and extensible image processing trees/pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,23 +40,23 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.15",
44
- "@thi.ng/blurhash": "^0.2.12",
45
- "@thi.ng/checks": "^3.6.17",
46
- "@thi.ng/date": "^2.7.36",
47
- "@thi.ng/defmulti": "^3.0.53",
48
- "@thi.ng/errors": "^2.5.21",
49
- "@thi.ng/file-io": "^2.1.19",
50
- "@thi.ng/logger": "^3.0.25",
51
- "@thi.ng/object-utils": "^1.1.8",
52
- "@thi.ng/pixel": "^7.3.10",
53
- "@thi.ng/pixel-dither": "^1.1.150",
54
- "@thi.ng/prefixes": "^2.3.32",
43
+ "@thi.ng/api": "^8.11.16",
44
+ "@thi.ng/blurhash": "^1.0.2",
45
+ "@thi.ng/checks": "^3.6.19",
46
+ "@thi.ng/date": "^2.7.38",
47
+ "@thi.ng/defmulti": "^3.0.55",
48
+ "@thi.ng/errors": "^2.5.22",
49
+ "@thi.ng/file-io": "^2.1.21",
50
+ "@thi.ng/logger": "^3.0.27",
51
+ "@thi.ng/object-utils": "^1.1.10",
52
+ "@thi.ng/pixel": "^7.3.12",
53
+ "@thi.ng/pixel-dither": "^1.1.152",
54
+ "@thi.ng/prefixes": "^2.3.33",
55
55
  "sharp": "^0.33.5"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@microsoft/api-extractor": "^7.48.1",
59
- "@thi.ng/vectors": "^7.12.12",
59
+ "@thi.ng/vectors": "^7.12.14",
60
60
  "esbuild": "^0.24.2",
61
61
  "typedoc": "^0.27.6",
62
62
  "typescript": "^5.7.2"
@@ -190,5 +190,5 @@
190
190
  "status": "alpha",
191
191
  "year": 2024
192
192
  },
193
- "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
193
+ "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
194
194
  }