@thi.ng/pixel
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.3.5...@thi.ng/pixel@0.3.6) (2020-07-17) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [0.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.3.4...@thi.ng/pixel@0.3.5) (2020-07-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Typed array backed, packed integer and unpacked floating point pixel buffers w/ customizable formats, blitting, dithering, conversions", | ||
@@ -54,4 +54,4 @@ "module": "./index.js", | ||
"@thi.ng/checks": "^2.7.3", | ||
"@thi.ng/math": "^1.7.13", | ||
"@thi.ng/porter-duff": "^0.1.24" | ||
"@thi.ng/math": "^2.0.0", | ||
"@thi.ng/porter-duff": "^0.1.25" | ||
}, | ||
@@ -89,3 +89,3 @@ "files": [ | ||
}, | ||
"gitHead": "415fcbd5b35c1041044d9f17d89718faa9999906" | ||
"gitHead": "ca21a57b0c9b12244dc501a160b7f70f2002d973" | ||
} |
209519
+ Added@thi.ng/math@2.2.2(transitive)
- Removed@thi.ng/math@1.7.13(transitive)
Updated@thi.ng/math@^2.0.0
Updated@thi.ng/porter-duff@^0.1.25