@thi.ng/imago 0.7.3 → 0.7.5
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 +16 -17
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/imago",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build": "yarn build:esbuild && yarn build:decl",
|
|
28
28
|
"build:decl": "tsc --declaration --emitDeclarationOnly",
|
|
29
29
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
30
|
-
"clean": "
|
|
30
|
+
"clean": "bun ../../tools/src/clean-package.ts",
|
|
31
31
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
32
32
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
33
33
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
@@ -36,25 +36,24 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
40
|
-
"@thi.ng/associative": "^6.3.
|
|
41
|
-
"@thi.ng/blurhash": "^0.1.
|
|
42
|
-
"@thi.ng/checks": "^3.6.
|
|
43
|
-
"@thi.ng/date": "^2.7.
|
|
44
|
-
"@thi.ng/defmulti": "^3.0.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/file-io": "^2.
|
|
47
|
-
"@thi.ng/logger": "^3.0.
|
|
48
|
-
"@thi.ng/pixel": "^6.1.
|
|
49
|
-
"@thi.ng/pixel-dither": "^1.1.
|
|
50
|
-
"@thi.ng/prefixes": "^2.3.
|
|
39
|
+
"@thi.ng/api": "^8.11.1",
|
|
40
|
+
"@thi.ng/associative": "^6.3.59",
|
|
41
|
+
"@thi.ng/blurhash": "^0.1.23",
|
|
42
|
+
"@thi.ng/checks": "^3.6.3",
|
|
43
|
+
"@thi.ng/date": "^2.7.16",
|
|
44
|
+
"@thi.ng/defmulti": "^3.0.38",
|
|
45
|
+
"@thi.ng/errors": "^2.5.6",
|
|
46
|
+
"@thi.ng/file-io": "^2.1.1",
|
|
47
|
+
"@thi.ng/logger": "^3.0.11",
|
|
48
|
+
"@thi.ng/pixel": "^6.1.31",
|
|
49
|
+
"@thi.ng/pixel-dither": "^1.1.129",
|
|
50
|
+
"@thi.ng/prefixes": "^2.3.18",
|
|
51
51
|
"sharp": "^0.33.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@microsoft/api-extractor": "^7.43.0",
|
|
55
|
-
"@thi.ng/vectors": "^7.10.
|
|
55
|
+
"@thi.ng/vectors": "^7.10.30",
|
|
56
56
|
"esbuild": "^0.20.2",
|
|
57
|
-
"rimraf": "^5.0.5",
|
|
58
57
|
"typedoc": "^0.25.12",
|
|
59
58
|
"typescript": "^5.4.3"
|
|
60
59
|
},
|
|
@@ -186,5 +185,5 @@
|
|
|
186
185
|
"status": "alpha",
|
|
187
186
|
"year": 2024
|
|
188
187
|
},
|
|
189
|
-
"gitHead": "
|
|
188
|
+
"gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
|
|
190
189
|
}
|