@thi.ng/imago 1.5.5 → 1.5.7
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/README.md +2 -2
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 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
|
>
|
|
@@ -522,4 +522,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
522
522
|
|
|
523
523
|
## License
|
|
524
524
|
|
|
525
|
-
© 2024 -
|
|
525
|
+
© 2024 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/imago",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
4
4
|
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,25 +39,25 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.12.
|
|
43
|
-
"@thi.ng/blurhash": "^1.0.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
45
|
-
"@thi.ng/date": "^2.7.
|
|
46
|
-
"@thi.ng/defmulti": "^3.0.
|
|
47
|
-
"@thi.ng/errors": "^2.6.
|
|
48
|
-
"@thi.ng/file-io": "^2.2.
|
|
49
|
-
"@thi.ng/logger": "^3.2.
|
|
50
|
-
"@thi.ng/object-utils": "^1.3.
|
|
51
|
-
"@thi.ng/pixel": "^7.5.
|
|
52
|
-
"@thi.ng/pixel-dither": "^1.1.
|
|
53
|
-
"@thi.ng/prefixes": "^2.3.
|
|
42
|
+
"@thi.ng/api": "^8.12.13",
|
|
43
|
+
"@thi.ng/blurhash": "^1.0.35",
|
|
44
|
+
"@thi.ng/checks": "^3.8.3",
|
|
45
|
+
"@thi.ng/date": "^2.7.76",
|
|
46
|
+
"@thi.ng/defmulti": "^3.0.89",
|
|
47
|
+
"@thi.ng/errors": "^2.6.2",
|
|
48
|
+
"@thi.ng/file-io": "^2.2.23",
|
|
49
|
+
"@thi.ng/logger": "^3.2.12",
|
|
50
|
+
"@thi.ng/object-utils": "^1.3.5",
|
|
51
|
+
"@thi.ng/pixel": "^7.5.22",
|
|
52
|
+
"@thi.ng/pixel-dither": "^1.1.190",
|
|
53
|
+
"@thi.ng/prefixes": "^2.3.64",
|
|
54
54
|
"sharp": "^0.34.5"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@thi.ng/vectors": "^8.6.
|
|
58
|
-
"@types/node": "^24.10.
|
|
59
|
-
"esbuild": "^0.27.
|
|
60
|
-
"typedoc": "^0.28.
|
|
57
|
+
"@thi.ng/vectors": "^8.6.19",
|
|
58
|
+
"@types/node": "^24.10.9",
|
|
59
|
+
"esbuild": "^0.27.2",
|
|
60
|
+
"typedoc": "^0.28.16",
|
|
61
61
|
"typescript": "^5.9.3"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
@@ -192,5 +192,5 @@
|
|
|
192
192
|
"status": "alpha",
|
|
193
193
|
"year": 2024
|
|
194
194
|
},
|
|
195
|
-
"gitHead": "
|
|
195
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
196
196
|
}
|