@thi.ng/imago 0.8.22 → 1.0.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.
- package/CHANGELOG.md +1 -1
- package/README.md +2 -2
- package/package.json +22 -18
package/CHANGELOG.md
CHANGED
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 200 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
|
>
|
|
@@ -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.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
{
|
|
20
20
|
"type": "patreon",
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "liberapay",
|
|
25
|
+
"url": "https://liberapay.com/thi.ng"
|
|
22
26
|
}
|
|
23
27
|
],
|
|
24
28
|
"author": "Karsten Schmidt (https://thi.ng)",
|
|
@@ -36,25 +40,25 @@
|
|
|
36
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
41
|
},
|
|
38
42
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/blurhash": "^0.
|
|
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.3.
|
|
49
|
-
"@thi.ng/pixel-dither": "^1.1.
|
|
50
|
-
"@thi.ng/prefixes": "^2.3.
|
|
43
|
+
"@thi.ng/api": "^8.11.16",
|
|
44
|
+
"@thi.ng/blurhash": "^1.0.1",
|
|
45
|
+
"@thi.ng/checks": "^3.6.18",
|
|
46
|
+
"@thi.ng/date": "^2.7.37",
|
|
47
|
+
"@thi.ng/defmulti": "^3.0.54",
|
|
48
|
+
"@thi.ng/errors": "^2.5.22",
|
|
49
|
+
"@thi.ng/file-io": "^2.1.20",
|
|
50
|
+
"@thi.ng/logger": "^3.0.26",
|
|
51
|
+
"@thi.ng/object-utils": "^1.1.9",
|
|
52
|
+
"@thi.ng/pixel": "^7.3.11",
|
|
53
|
+
"@thi.ng/pixel-dither": "^1.1.151",
|
|
54
|
+
"@thi.ng/prefixes": "^2.3.33",
|
|
51
55
|
"sharp": "^0.33.5"
|
|
52
56
|
},
|
|
53
57
|
"devDependencies": {
|
|
54
|
-
"@microsoft/api-extractor": "^7.48.
|
|
55
|
-
"@thi.ng/vectors": "^7.12.
|
|
56
|
-
"esbuild": "^0.24.
|
|
57
|
-
"typedoc": "^0.27.
|
|
58
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
59
|
+
"@thi.ng/vectors": "^7.12.13",
|
|
60
|
+
"esbuild": "^0.24.2",
|
|
61
|
+
"typedoc": "^0.27.6",
|
|
58
62
|
"typescript": "^5.7.2"
|
|
59
63
|
},
|
|
60
64
|
"keywords": [
|
|
@@ -186,5 +190,5 @@
|
|
|
186
190
|
"status": "alpha",
|
|
187
191
|
"year": 2024
|
|
188
192
|
},
|
|
189
|
-
"gitHead": "
|
|
193
|
+
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
|
|
190
194
|
}
|