@thi.ng/pixel
Advanced tools
Comparing version 0.7.3 to 0.7.4
@@ -6,3 +6,3 @@ # Change Log | ||
## [0.7.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.7.2...@thi.ng/pixel@0.7.3) (2021-03-03) | ||
## [0.7.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.7.3...@thi.ng/pixel@0.7.4) (2021-03-12) | ||
@@ -15,18 +15,2 @@ **Note:** Version bump only for package @thi.ng/pixel | ||
## [0.7.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.7.1...@thi.ng/pixel@0.7.2) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [0.7.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.7.0...@thi.ng/pixel@0.7.1) (2021-03-03) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
# [0.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.6.1...@thi.ng/pixel@0.7.0) (2021-03-03) | ||
@@ -60,10 +44,2 @@ | ||
## [0.6.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.6.0...@thi.ng/pixel@0.6.1) (2021-02-20) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
# [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.5.1...@thi.ng/pixel@0.6.0) (2021-01-13) | ||
@@ -70,0 +46,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, dithering, convolution", | ||
@@ -48,11 +48,11 @@ "module": "./index.js", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.2.2" | ||
"typedoc": "^0.20.30", | ||
"typescript": "^4.2.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.3", | ||
"@thi.ng/binary": "^2.2.3", | ||
"@thi.ng/checks": "^2.9.4", | ||
"@thi.ng/math": "^3.2.4", | ||
"@thi.ng/porter-duff": "^0.1.42" | ||
"@thi.ng/api": "^7.1.4", | ||
"@thi.ng/binary": "^2.2.4", | ||
"@thi.ng/checks": "^2.9.5", | ||
"@thi.ng/math": "^3.2.5", | ||
"@thi.ng/porter-duff": "^0.1.43" | ||
}, | ||
@@ -109,3 +109,3 @@ "files": [ | ||
}, | ||
"gitHead": "c17a8b0149711c84603c7f0ffdf53263d6387a54" | ||
"gitHead": "24c8afbd4450f14973ec4c5481ca24722bb2e2f0" | ||
} |
309100
Updated@thi.ng/api@^7.1.4
Updated@thi.ng/binary@^2.2.4
Updated@thi.ng/checks@^2.9.5
Updated@thi.ng/math@^3.2.5
Updated@thi.ng/porter-duff@^0.1.43