@thi.ng/imago 0.8.6 → 0.8.8
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 +1 -1
- package/package.json +20 -19
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/imago",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.8",
|
|
4
4
|
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,26 +36,26 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/blurhash": "^0.2.
|
|
41
|
-
"@thi.ng/checks": "^3.6.
|
|
42
|
-
"@thi.ng/date": "^2.7.
|
|
43
|
-
"@thi.ng/defmulti": "^3.0.
|
|
44
|
-
"@thi.ng/errors": "^2.5.
|
|
45
|
-
"@thi.ng/file-io": "^2.1.
|
|
46
|
-
"@thi.ng/logger": "^3.0.
|
|
47
|
-
"@thi.ng/object-utils": "^1.1.
|
|
48
|
-
"@thi.ng/pixel": "^7.
|
|
49
|
-
"@thi.ng/pixel-dither": "^1.1.
|
|
50
|
-
"@thi.ng/prefixes": "^2.3.
|
|
39
|
+
"@thi.ng/api": "^8.11.8",
|
|
40
|
+
"@thi.ng/blurhash": "^0.2.2",
|
|
41
|
+
"@thi.ng/checks": "^3.6.10",
|
|
42
|
+
"@thi.ng/date": "^2.7.25",
|
|
43
|
+
"@thi.ng/defmulti": "^3.0.46",
|
|
44
|
+
"@thi.ng/errors": "^2.5.14",
|
|
45
|
+
"@thi.ng/file-io": "^2.1.10",
|
|
46
|
+
"@thi.ng/logger": "^3.0.18",
|
|
47
|
+
"@thi.ng/object-utils": "^1.1.1",
|
|
48
|
+
"@thi.ng/pixel": "^7.3.0",
|
|
49
|
+
"@thi.ng/pixel-dither": "^1.1.140",
|
|
50
|
+
"@thi.ng/prefixes": "^2.3.25",
|
|
51
51
|
"sharp": "^0.33.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@microsoft/api-extractor": "^7.47.
|
|
55
|
-
"@thi.ng/vectors": "^7.11.
|
|
54
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
55
|
+
"@thi.ng/vectors": "^7.11.7",
|
|
56
56
|
"esbuild": "^0.23.0",
|
|
57
|
-
"typedoc": "^0.26.
|
|
58
|
-
"typescript": "^5.5.
|
|
57
|
+
"typedoc": "^0.26.5",
|
|
58
|
+
"typescript": "^5.5.4"
|
|
59
59
|
},
|
|
60
60
|
"keywords": [
|
|
61
61
|
"avif",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"bitmap",
|
|
64
64
|
"blur",
|
|
65
65
|
"color",
|
|
66
|
+
"composite",
|
|
66
67
|
"conversion",
|
|
67
68
|
"crop",
|
|
68
|
-
"composite",
|
|
69
69
|
"dither",
|
|
70
70
|
"exif",
|
|
71
71
|
"fileformat",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"resize",
|
|
84
84
|
"svg",
|
|
85
85
|
"tiff",
|
|
86
|
+
"tool",
|
|
86
87
|
"transformation",
|
|
87
88
|
"tree",
|
|
88
89
|
"typescript",
|
|
@@ -185,5 +186,5 @@
|
|
|
185
186
|
"status": "alpha",
|
|
186
187
|
"year": 2024
|
|
187
188
|
},
|
|
188
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
189
190
|
}
|