@oliversalzburg/js-utils 0.1.2-dev.134 → 0.1.2-dev.136
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/graphics/shader.d.ts +1 -1
- package/package.json +3 -3
package/graphics/shader.d.ts
CHANGED
|
@@ -53,4 +53,4 @@ export declare const createGLProgram: (gl: WebGL2RenderingContext, shaders: Arra
|
|
|
53
53
|
* @param height - Height of the buffer.
|
|
54
54
|
* @returns The buffer.
|
|
55
55
|
*/
|
|
56
|
-
export declare const randomRGData: (width: number, height: number) => Uint8Array
|
|
56
|
+
export declare const randomRGData: (width: number, height: number) => Uint8Array<ArrayBuffer>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@oliversalzburg/js-utils",
|
|
4
|
-
"version": "0.1.2-dev.
|
|
4
|
+
"version": "0.1.2-dev.136",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
|
|
7
7
|
"repository": {
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"prettier": "3.4.1",
|
|
59
59
|
"prettier-package-json": "2.8.0",
|
|
60
60
|
"prettier-plugin-organize-imports": "4.1.0",
|
|
61
|
-
"typedoc": "0.27.
|
|
61
|
+
"typedoc": "0.27.3",
|
|
62
62
|
"typedoc-plugin-mdn-links": "4.0.3",
|
|
63
|
-
"typescript": "5.
|
|
63
|
+
"typescript": "5.7.2",
|
|
64
64
|
"typescript-eslint": "8.17.0"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|