@thi.ng/pixel
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.3.2...@thi.ng/pixel@0.3.3) (2020-06-20) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Typed array backed, packed integer and unpacked floating point pixel buffers w/ customizable formats, blitting, dithering, conversions", | ||
@@ -14,6 +14,12 @@ "module": "./index.js", | ||
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/pixel#readme", | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/postspectacular" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://patreon.com/thing_umbrella" | ||
} | ||
], | ||
"author": "Karsten Schmidt <k+npm@thi.ng>", | ||
@@ -47,6 +53,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@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", | ||
"@thi.ng/api": "^6.11.2", | ||
"@thi.ng/checks": "^2.7.2", | ||
"@thi.ng/math": "^1.7.12", | ||
"@thi.ng/porter-duff": "^0.1.22", | ||
"tslib": "^1.12.0" | ||
@@ -85,3 +91,3 @@ }, | ||
}, | ||
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e" | ||
"gitHead": "71008cd78a3288d0f740c3e4b379b353f5c926b9" | ||
} |
209116
Updated@thi.ng/api@^6.11.2
Updated@thi.ng/checks@^2.7.2
Updated@thi.ng/math@^1.7.12
Updated@thi.ng/porter-duff@^0.1.22