@thi.ng/webgl 6.9.75 → 6.9.76

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-04T09:13:01Z
3
+ - **Last updated**: 2025-09-01T16:38:35Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.9.75",
3
+ "version": "6.9.76",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -43,26 +43,26 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.12.1",
47
- "@thi.ng/canvas": "^1.0.22",
48
- "@thi.ng/checks": "^3.7.17",
49
- "@thi.ng/equiv": "^2.1.91",
50
- "@thi.ng/errors": "^2.5.41",
51
- "@thi.ng/logger": "^3.1.16",
52
- "@thi.ng/matrices": "^3.0.20",
53
- "@thi.ng/memoize": "^4.0.25",
54
- "@thi.ng/object-utils": "^1.2.9",
55
- "@thi.ng/pixel": "^7.5.9",
56
- "@thi.ng/shader-ast": "^1.1.19",
57
- "@thi.ng/shader-ast-glsl": "^1.0.38",
58
- "@thi.ng/shader-ast-stdlib": "^1.0.38",
59
- "@thi.ng/transducers": "^9.6.8",
60
- "@thi.ng/vector-pools": "^3.2.67",
61
- "@thi.ng/vectors": "^8.6.5"
46
+ "@thi.ng/api": "^8.12.2",
47
+ "@thi.ng/canvas": "^1.0.23",
48
+ "@thi.ng/checks": "^3.7.18",
49
+ "@thi.ng/equiv": "^2.1.92",
50
+ "@thi.ng/errors": "^2.5.42",
51
+ "@thi.ng/logger": "^3.1.17",
52
+ "@thi.ng/matrices": "^3.0.21",
53
+ "@thi.ng/memoize": "^4.0.26",
54
+ "@thi.ng/object-utils": "^1.2.10",
55
+ "@thi.ng/pixel": "^7.5.10",
56
+ "@thi.ng/shader-ast": "^1.1.20",
57
+ "@thi.ng/shader-ast-glsl": "^1.0.39",
58
+ "@thi.ng/shader-ast-stdlib": "^1.0.39",
59
+ "@thi.ng/transducers": "^9.6.9",
60
+ "@thi.ng/vector-pools": "^3.2.68",
61
+ "@thi.ng/vectors": "^8.6.6"
62
62
  },
63
63
  "devDependencies": {
64
- "esbuild": "^0.25.8",
65
- "typedoc": "^0.28.9",
64
+ "esbuild": "^0.25.9",
65
+ "typedoc": "^0.28.12",
66
66
  "typescript": "^5.9.2"
67
67
  },
68
68
  "keywords": [
@@ -227,5 +227,5 @@
227
227
  ],
228
228
  "year": 2014
229
229
  },
230
- "gitHead": "f6ebc1302dc9211d588293aa0897173c6e54f4e5\n"
230
+ "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
231
231
  }