@thi.ng/pixel-dither 1.1.138 → 1.1.140
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 +15 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/pixel-dither",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.140",
|
|
4
4
|
"description": "Extensible image dithering w/ various algorithm presets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,17 +36,24 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/checks": "^3.6.
|
|
40
|
-
"@thi.ng/math": "^5.11.
|
|
41
|
-
"@thi.ng/pixel": "^7.
|
|
39
|
+
"@thi.ng/checks": "^3.6.10",
|
|
40
|
+
"@thi.ng/math": "^5.11.6",
|
|
41
|
+
"@thi.ng/pixel": "^7.3.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@microsoft/api-extractor": "^7.47.
|
|
44
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
45
45
|
"esbuild": "^0.23.0",
|
|
46
|
-
"typedoc": "^0.26.
|
|
47
|
-
"typescript": "^5.5.
|
|
46
|
+
"typedoc": "^0.26.5",
|
|
47
|
+
"typescript": "^5.5.4"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
|
+
"1bit",
|
|
51
|
+
"2bit",
|
|
52
|
+
"4bit",
|
|
53
|
+
"8bit",
|
|
54
|
+
"dither",
|
|
55
|
+
"kernel",
|
|
56
|
+
"pixel",
|
|
50
57
|
"typescript"
|
|
51
58
|
],
|
|
52
59
|
"publishConfig": {
|
|
@@ -105,5 +112,5 @@
|
|
|
105
112
|
"parent": "@thi.ng/pixel",
|
|
106
113
|
"year": 2021
|
|
107
114
|
},
|
|
108
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
109
116
|
}
|