@thi.ng/wasm-api-webgl 0.1.22 → 0.1.24

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-27T14:11:37Z
3
+ - **Last updated**: 2025-01-04T21:07:38Z
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/README.md CHANGED
@@ -105,4 +105,4 @@ If this project contributes to an academic publication, please cite it as:
105
105
 
106
106
  ## License
107
107
 
108
- © 2024 Karsten Schmidt // Apache License 2.0
108
+ © 2024 - 2025 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/wasm-api-webgl",
3
- "version": "0.1.22",
3
+ "version": "0.1.24",
4
4
  "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,15 +41,15 @@
41
41
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/api": "^8.11.15",
45
- "@thi.ng/errors": "^2.5.21",
46
- "@thi.ng/wasm-api": "^2.2.6",
47
- "@thi.ng/wasm-api-dom": "^1.0.15",
48
- "@thi.ng/webgl": "^6.9.28"
44
+ "@thi.ng/api": "^8.11.16",
45
+ "@thi.ng/errors": "^2.5.22",
46
+ "@thi.ng/wasm-api": "^2.3.0",
47
+ "@thi.ng/wasm-api-dom": "^1.0.17",
48
+ "@thi.ng/webgl": "^6.9.29"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.48.1",
52
- "@thi.ng/wasm-api-bindgen": "^0.8.6",
52
+ "@thi.ng/wasm-api-bindgen": "^1.1.0",
53
53
  "esbuild": "^0.24.2",
54
54
  "typedoc": "^0.27.6",
55
55
  "typescript": "^5.7.2"
@@ -100,5 +100,5 @@
100
100
  "status": "alpha",
101
101
  "year": 2024
102
102
  },
103
- "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
103
+ "gitHead": "d52592c42d33072925fb531e70e2879fd52b26e6\n"
104
104
  }