@thi.ng/pixel
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.1.15...@thi.ng/pixel@0.1.16) (2020-04-11) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [0.1.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.1.14...@thi.ng/pixel@0.1.15) (2020-04-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Typed array backed, packed pixel buffer w/ customizable formats, blitting, conversions", | ||
@@ -41,8 +41,13 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.0", | ||
"@thi.ng/checks": "^2.6.1", | ||
"@thi.ng/math": "^1.7.5", | ||
"@thi.ng/porter-duff": "^0.1.14", | ||
"@thi.ng/api": "^6.10.1", | ||
"@thi.ng/checks": "^2.6.2", | ||
"@thi.ng/math": "^1.7.6", | ||
"@thi.ng/porter-duff": "^0.1.15", | ||
"tslib": "^1.11.1" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts", | ||
"lib" | ||
], | ||
"keywords": [ | ||
@@ -70,3 +75,3 @@ "ES6", | ||
}, | ||
"gitHead": "9ed6564d092e6ed254e7351bcd486958932e24cc" | ||
"gitHead": "bfafd37c52df27f7d886c0e2a344e4e7ede4d072" | ||
} |
133955
22
Updated@thi.ng/api@^6.10.1
Updated@thi.ng/checks@^2.6.2
Updated@thi.ng/math@^1.7.6
Updated@thi.ng/porter-duff@^0.1.15