@thi.ng/wasm-api-webgl 0.1.31 → 0.1.32

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/gl.d.ts +1 -0
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-13T16:03:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/gl.d.ts CHANGED
@@ -11,6 +11,7 @@ import { type ModelSpec, type ShaderSpec, type TextureSpec, type UniformValue }
11
11
  *
12
12
  * @remarks
13
13
  * Module defines the following dependencies:
14
+ *
14
15
  * - [WasmDomModule](https://docs.thi.ng/umbrella/wasm-api-dom/variables/WasmDomModule.html)
15
16
  *
16
17
  * See
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-webgl",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,16 +40,16 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.19",
44
- "@thi.ng/errors": "^2.5.25",
45
- "@thi.ng/wasm-api": "^2.3.6",
46
- "@thi.ng/wasm-api-dom": "^1.0.23",
47
- "@thi.ng/webgl": "^6.9.36"
43
+ "@thi.ng/api": "^8.11.20",
44
+ "@thi.ng/errors": "^2.5.26",
45
+ "@thi.ng/wasm-api": "^2.3.7",
46
+ "@thi.ng/wasm-api-dom": "^1.0.24",
47
+ "@thi.ng/webgl": "^6.9.37"
48
48
  },
49
49
  "devDependencies": {
50
- "@thi.ng/wasm-api-bindgen": "^1.1.7",
51
- "esbuild": "^0.24.2",
52
- "typedoc": "^0.27.6",
50
+ "@thi.ng/wasm-api-bindgen": "^1.2.1",
51
+ "esbuild": "^0.25.0",
52
+ "typedoc": "^0.27.7",
53
53
  "typescript": "^5.7.3"
54
54
  },
55
55
  "keywords": [
@@ -98,5 +98,5 @@
98
98
  "status": "alpha",
99
99
  "year": 2024
100
100
  },
101
- "gitHead": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
101
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
102
102
  }