@oliversalzburg/js-utils 0.1.2-dev.133 → 0.1.2-dev.135

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.
@@ -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.133",
4
+ "version": "0.1.2-dev.135",
5
5
  "license": "MIT",
6
6
  "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
7
7
  "repository": {
@@ -54,13 +54,13 @@
54
54
  "eslint-plugin-tsdoc": "0.4.0",
55
55
  "globals": "15.13.0",
56
56
  "lint-staged": "15.2.10",
57
- "mocha": "10.8.2",
57
+ "mocha": "11.0.1",
58
58
  "prettier": "3.4.1",
59
59
  "prettier-package-json": "2.8.0",
60
60
  "prettier-plugin-organize-imports": "4.1.0",
61
61
  "typedoc": "0.27.2",
62
62
  "typedoc-plugin-mdn-links": "4.0.3",
63
- "typescript": "5.6.3",
63
+ "typescript": "5.7.2",
64
64
  "typescript-eslint": "8.17.0"
65
65
  },
66
66
  "engines": {