@thi.ng/pixel
Advanced tools
Comparing version 3.2.1 to 3.2.2
# Change Log | ||
- **Last updated**: 2021-11-19T07:59:51Z | ||
- **Last updated**: 2021-11-21T17:09:28Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", | ||
@@ -37,14 +37,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.1", | ||
"@thi.ng/binary": "^3.1.1", | ||
"@thi.ng/checks": "^3.1.1", | ||
"@thi.ng/distance": "^2.1.1", | ||
"@thi.ng/errors": "^2.1.1", | ||
"@thi.ng/k-means": "^0.5.1", | ||
"@thi.ng/math": "^5.1.1", | ||
"@thi.ng/porter-duff": "^2.1.1" | ||
"@thi.ng/api": "^8.3.2", | ||
"@thi.ng/binary": "^3.1.2", | ||
"@thi.ng/checks": "^3.1.2", | ||
"@thi.ng/distance": "^2.1.2", | ||
"@thi.ng/errors": "^2.1.2", | ||
"@thi.ng/k-means": "^0.5.2", | ||
"@thi.ng/math": "^5.1.2", | ||
"@thi.ng/porter-duff": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.1", | ||
"@thi.ng/testament": "^0.2.2", | ||
"rimraf": "^3.0.2", | ||
@@ -216,3 +216,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n" | ||
"gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n" | ||
} |
Updated@thi.ng/api@^8.3.2
Updated@thi.ng/binary@^3.1.2
Updated@thi.ng/checks@^3.1.2
Updated@thi.ng/distance@^2.1.2
Updated@thi.ng/errors@^2.1.2
Updated@thi.ng/k-means@^0.5.2
Updated@thi.ng/math@^5.1.2
Updated@thi.ng/porter-duff@^2.1.2