@thi.ng/webgl
Advanced tools
Comparing version 6.9.9 to 6.9.10
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/webgl", | ||
"version": "6.9.9", | ||
"version": "6.9.10", | ||
"description": "WebGL & GLSL abstraction layer", | ||
@@ -43,24 +43,24 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/canvas": "^0.4.0", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/equiv": "^2.1.63", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/logger": "^3.0.17", | ||
"@thi.ng/matrices": "^2.4.6", | ||
"@thi.ng/memoize": "^3.3.9", | ||
"@thi.ng/object-utils": "^1.1.0", | ||
"@thi.ng/pixel": "^7.2.1", | ||
"@thi.ng/shader-ast": "^0.15.23", | ||
"@thi.ng/shader-ast-glsl": "^0.4.131", | ||
"@thi.ng/shader-ast-stdlib": "^0.18.23", | ||
"@thi.ng/transducers": "^9.0.12", | ||
"@thi.ng/vector-pools": "^3.2.6", | ||
"@thi.ng/vectors": "^7.11.6" | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/canvas": "^0.5.0", | ||
"@thi.ng/checks": "^3.6.10", | ||
"@thi.ng/equiv": "^2.1.64", | ||
"@thi.ng/errors": "^2.5.14", | ||
"@thi.ng/logger": "^3.0.18", | ||
"@thi.ng/matrices": "^2.4.7", | ||
"@thi.ng/memoize": "^3.3.10", | ||
"@thi.ng/object-utils": "^1.1.1", | ||
"@thi.ng/pixel": "^7.3.0", | ||
"@thi.ng/shader-ast": "^0.15.24", | ||
"@thi.ng/shader-ast-glsl": "^0.4.132", | ||
"@thi.ng/shader-ast-stdlib": "^0.18.24", | ||
"@thi.ng/transducers": "^9.0.13", | ||
"@thi.ng/vector-pools": "^3.2.7", | ||
"@thi.ng/vectors": "^7.11.7" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -73,8 +73,12 @@ "keywords": [ | ||
"browser", | ||
"buffer", | ||
"canvas", | ||
"datastructure", | ||
"declarative", | ||
"fbo", | ||
"glsl", | ||
"gpgpu", | ||
"graphics", | ||
"multipass", | ||
"pipeline", | ||
"shader", | ||
@@ -225,3 +229,3 @@ "shader-ast", | ||
}, | ||
"gitHead": "74b023c95ab8219fd4192ef2a02962b2e2038563\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
@@ -8,3 +8,3 @@ export interface CheckerboardOpts { | ||
} | ||
export declare const checkerboard: (opts: Partial<CheckerboardOpts>) => HTMLCanvasElement | OffscreenCanvas; | ||
export declare const checkerboard: (opts: Partial<CheckerboardOpts>) => HTMLCanvasElement; | ||
//# sourceMappingURL=checkerboard.d.ts.map |
@@ -7,3 +7,3 @@ export interface StripeOpts { | ||
} | ||
export declare const stripes: (opts: Partial<StripeOpts>) => HTMLCanvasElement | OffscreenCanvas; | ||
export declare const stripes: (opts: Partial<StripeOpts>) => HTMLCanvasElement; | ||
//# sourceMappingURL=stripes.d.ts.map |
179578
+ Added@thi.ng/canvas@0.5.8(transitive)
- Removed@thi.ng/canvas@0.4.0(transitive)
Updated@thi.ng/api@^8.11.8
Updated@thi.ng/canvas@^0.5.0
Updated@thi.ng/checks@^3.6.10
Updated@thi.ng/equiv@^2.1.64
Updated@thi.ng/errors@^2.5.14
Updated@thi.ng/logger@^3.0.18
Updated@thi.ng/matrices@^2.4.7
Updated@thi.ng/memoize@^3.3.10
Updated@thi.ng/object-utils@^1.1.1
Updated@thi.ng/pixel@^7.3.0
Updated@thi.ng/shader-ast@^0.15.24
Updated@thi.ng/transducers@^9.0.13
Updated@thi.ng/vector-pools@^3.2.7
Updated@thi.ng/vectors@^7.11.7