@thi.ng/pixel
Advanced tools
Comparing version 7.3.6 to 7.3.7
# Change Log | ||
- **Last updated**: 2024-10-05T13:06:12Z | ||
- **Last updated**: 2024-11-10T17:11:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "7.3.6", | ||
"version": "7.3.7", | ||
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
"clean": "bun ../../tools/src/clean-package.ts format", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
@@ -43,8 +43,8 @@ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"dependencies": { | ||
"@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" | ||
"@thi.ng/api": "^8.11.12", | ||
"@thi.ng/canvas": "^0.5.5", | ||
"@thi.ng/checks": "^3.6.14", | ||
"@thi.ng/errors": "^2.5.18", | ||
"@thi.ng/math": "^5.11.12", | ||
"@thi.ng/porter-duff": "^2.1.90" | ||
}, | ||
@@ -208,3 +208,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "9a32147fce4bd1e5f98dffb04a452576f9984de8\n" | ||
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n" | ||
} |
151381
Updated@thi.ng/api@^8.11.12
Updated@thi.ng/canvas@^0.5.5
Updated@thi.ng/checks@^3.6.14
Updated@thi.ng/errors@^2.5.18
Updated@thi.ng/math@^5.11.12
Updated@thi.ng/porter-duff@^2.1.90