@thi.ng/webgl 6.9.32 → 6.9.33

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 +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T11:16:50Z
3
+ - **Last updated**: 2025-01-21T15:46:53Z
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.32",
3
+ "version": "6.9.33",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -44,22 +44,22 @@
44
44
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@thi.ng/api": "^8.11.16",
48
- "@thi.ng/canvas": "^1.0.2",
49
- "@thi.ng/checks": "^3.6.19",
50
- "@thi.ng/equiv": "^2.1.72",
51
- "@thi.ng/errors": "^2.5.22",
52
- "@thi.ng/logger": "^3.0.27",
53
- "@thi.ng/matrices": "^2.4.28",
54
- "@thi.ng/memoize": "^4.0.6",
55
- "@thi.ng/object-utils": "^1.1.10",
56
- "@thi.ng/pixel": "^7.3.12",
57
- "@thi.ng/shader-ast": "^1.0.3",
58
- "@thi.ng/shader-ast-glsl": "^1.0.3",
59
- "@thi.ng/shader-ast-stdlib": "^1.0.3",
60
- "@thi.ng/transducers": "^9.2.14",
61
- "@thi.ng/vector-pools": "^3.2.28",
62
- "@thi.ng/vectors": "^7.12.16"
47
+ "@thi.ng/api": "^8.11.17",
48
+ "@thi.ng/canvas": "^1.0.3",
49
+ "@thi.ng/checks": "^3.6.20",
50
+ "@thi.ng/equiv": "^2.1.73",
51
+ "@thi.ng/errors": "^2.5.23",
52
+ "@thi.ng/logger": "^3.0.28",
53
+ "@thi.ng/matrices": "^2.4.29",
54
+ "@thi.ng/memoize": "^4.0.7",
55
+ "@thi.ng/object-utils": "^1.1.11",
56
+ "@thi.ng/pixel": "^7.3.13",
57
+ "@thi.ng/shader-ast": "^1.0.4",
58
+ "@thi.ng/shader-ast-glsl": "^1.0.4",
59
+ "@thi.ng/shader-ast-stdlib": "^1.0.4",
60
+ "@thi.ng/transducers": "^9.2.15",
61
+ "@thi.ng/vector-pools": "^3.2.29",
62
+ "@thi.ng/vectors": "^7.12.17"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@microsoft/api-extractor": "^7.48.1",
@@ -229,5 +229,5 @@
229
229
  ],
230
230
  "year": 2014
231
231
  },
232
- "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
232
+ "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
233
233
  }