@thi.ng/pixel
Advanced tools
Comparing version 7.3.3 to 7.3.4
# Change Log | ||
- **Last updated**: 2024-08-18T14:11:34Z | ||
- **Last updated**: 2024-09-19T21:09:34Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -44,3 +44,3 @@ import type { Fn2, FnN2, ICopy, IEmpty, Range0_3 } from "@thi.ng/api"; | ||
get dim(): 2; | ||
[Symbol.iterator](): Generator<number, void, undefined>; | ||
[Symbol.iterator](): Generator<number, void, unknown>; | ||
as(fmt: IntFormat): IntBuffer; | ||
@@ -47,0 +47,0 @@ copy(): IntBuffer; |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "7.3.3", | ||
"version": "7.3.4", | ||
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", | ||
@@ -42,15 +42,15 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.9", | ||
"@thi.ng/canvas": "^0.5.2", | ||
"@thi.ng/checks": "^3.6.11", | ||
"@thi.ng/errors": "^2.5.15", | ||
"@thi.ng/math": "^5.11.9", | ||
"@thi.ng/porter-duff": "^2.1.87" | ||
"@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" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"tslib": "^2.6.3", | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"esbuild": "^0.23.1", | ||
"tslib": "^2.7.0", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
@@ -207,3 +207,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "502a0192bae48e69290870ea8a2767f8b81adee6\n" | ||
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n" | ||
} |
156
Updated@thi.ng/api@^8.11.10
Updated@thi.ng/canvas@^0.5.3
Updated@thi.ng/checks@^3.6.12
Updated@thi.ng/errors@^2.5.16
Updated@thi.ng/math@^5.11.10
Updated@thi.ng/porter-duff@^2.1.88