@thi.ng/pixel
Advanced tools
Comparing version 7.3.4 to 7.3.5
# Change Log | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Last updated**: 2024-10-05T12:12:32Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "7.3.4", | ||
"version": "7.3.5", | ||
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", | ||
@@ -42,12 +42,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.10", | ||
"@thi.ng/canvas": "^0.5.3", | ||
"@thi.ng/checks": "^3.6.12", | ||
"@thi.ng/errors": "^2.5.16", | ||
"@thi.ng/math": "^5.11.10", | ||
"@thi.ng/porter-duff": "^2.1.88" | ||
"@thi.ng/api": "^8.11.11", | ||
"@thi.ng/canvas": "^0.5.4", | ||
"@thi.ng/checks": "^3.6.13", | ||
"@thi.ng/errors": "^2.5.17", | ||
"@thi.ng/math": "^5.11.11", | ||
"@thi.ng/porter-duff": "^2.1.89" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"esbuild": "^0.24.0", | ||
"tslib": "^2.7.0", | ||
@@ -207,3 +207,3 @@ "typedoc": "^0.26.7", | ||
}, | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
"gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n" | ||
} |
Updated@thi.ng/api@^8.11.11
Updated@thi.ng/canvas@^0.5.4
Updated@thi.ng/checks@^3.6.13
Updated@thi.ng/errors@^2.5.17
Updated@thi.ng/math@^5.11.11
Updated@thi.ng/porter-duff@^2.1.89