@thi.ng/pixel
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.3.1...@thi.ng/pixel@0.3.2) (2020-06-14) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.3.0...@thi.ng/pixel@0.3.1) (2020-06-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Typed array backed, packed integer and unpacked floating point pixel buffers w/ customizable formats, blitting, dithering, conversions", | ||
@@ -46,6 +46,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.11.0", | ||
"@thi.ng/checks": "^2.7.0", | ||
"@thi.ng/math": "^1.7.10", | ||
"@thi.ng/porter-duff": "^0.1.20", | ||
"@thi.ng/api": "^6.11.1", | ||
"@thi.ng/checks": "^2.7.1", | ||
"@thi.ng/math": "^1.7.11", | ||
"@thi.ng/porter-duff": "^0.1.21", | ||
"tslib": "^1.12.0" | ||
@@ -84,3 +84,3 @@ }, | ||
}, | ||
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93" | ||
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e" | ||
} |
208802
Updated@thi.ng/api@^6.11.1
Updated@thi.ng/checks@^2.7.1
Updated@thi.ng/math@^1.7.11
Updated@thi.ng/porter-duff@^0.1.21