@thi.ng/pixel
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.4.0...@thi.ng/pixel@0.4.1) (2020-07-28) | ||
## [0.4.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.4.1...@thi.ng/pixel@0.4.2) (2020-08-16) | ||
@@ -26,50 +26,2 @@ **Note:** Version bump only for package @thi.ng/pixel | ||
## [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) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [0.3.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.3.3...@thi.ng/pixel@0.3.4) (2020-07-02) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [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) | ||
**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) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.2.0...@thi.ng/pixel@0.3.0) (2020-05-29) | ||
@@ -76,0 +28,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Typed array backed, packed integer and unpacked floating point pixel buffers w/ customizable formats, blitting, dithering, conversions", | ||
@@ -45,13 +45,13 @@ "module": "./index.js", | ||
"@types/node": "^14.0.26", | ||
"mocha": "^8.0.1", | ||
"mocha": "^8.1.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^8.10.1", | ||
"typedoc": "^0.17.6", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.0", | ||
"@thi.ng/checks": "^2.7.4", | ||
"@thi.ng/math": "^2.0.1", | ||
"@thi.ng/porter-duff": "^0.1.26" | ||
"@thi.ng/api": "^6.12.1", | ||
"@thi.ng/checks": "^2.7.5", | ||
"@thi.ng/math": "^2.0.2", | ||
"@thi.ng/porter-duff": "^0.1.27" | ||
}, | ||
@@ -89,3 +89,3 @@ "files": [ | ||
}, | ||
"gitHead": "6a1b929361ede67d425a0dbd12cf4bce56c1f8f8" | ||
"gitHead": "81ba08f0ce3a0ece6901944e7b5827283d13a9e6" | ||
} |
213260
Updated@thi.ng/api@^6.12.1
Updated@thi.ng/checks@^2.7.5
Updated@thi.ng/math@^2.0.2
Updated@thi.ng/porter-duff@^0.1.27