@thi.ng/pixel
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.11.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.11.1...@thi.ng/pixel@0.11.2) (2021-08-08) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [0.11.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.11.0...@thi.ng/pixel@0.11.1) (2021-08-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, dithering, convolution", | ||
@@ -41,8 +41,8 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.7", | ||
"@thi.ng/binary": "^2.2.7", | ||
"@thi.ng/checks": "^2.9.8", | ||
"@thi.ng/k-means": "^0.3.0", | ||
"@thi.ng/math": "^4.0.3", | ||
"@thi.ng/porter-duff": "^0.1.49" | ||
"@thi.ng/api": "^7.1.8", | ||
"@thi.ng/binary": "^2.2.8", | ||
"@thi.ng/checks": "^2.9.9", | ||
"@thi.ng/k-means": "^0.3.1", | ||
"@thi.ng/math": "^4.0.4", | ||
"@thi.ng/porter-duff": "^0.1.50" | ||
}, | ||
@@ -100,3 +100,3 @@ "files": [ | ||
}, | ||
"gitHead": "5a289330f80e3c253c3b434655825c5dcfaebfd2" | ||
"gitHead": "c3d907d40c82572fea9c259007dd68c9acbd5f1d" | ||
} |
400182
Updated@thi.ng/api@^7.1.8
Updated@thi.ng/binary@^2.2.8
Updated@thi.ng/checks@^2.9.9
Updated@thi.ng/k-means@^0.3.1
Updated@thi.ng/math@^4.0.4
Updated@thi.ng/porter-duff@^0.1.50