@thi.ng/webgl 6.2.7 → 6.2.8

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 (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.2.7",
3
+ "version": "6.2.8",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,20 +36,20 @@
36
36
  "dependencies": {
37
37
  "@thi.ng/adapt-dpi": "^2.2.0",
38
38
  "@thi.ng/api": "^8.4.3",
39
- "@thi.ng/associative": "^6.2.9",
39
+ "@thi.ng/associative": "^6.2.10",
40
40
  "@thi.ng/checks": "^3.2.6",
41
41
  "@thi.ng/equiv": "^2.1.11",
42
- "@thi.ng/errors": "^2.2.1",
42
+ "@thi.ng/errors": "^2.2.2",
43
43
  "@thi.ng/logger": "^1.4.0",
44
- "@thi.ng/matrices": "^2.1.26",
44
+ "@thi.ng/matrices": "^2.1.27",
45
45
  "@thi.ng/memoize": "^3.1.13",
46
- "@thi.ng/pixel": "^4.0.1",
47
- "@thi.ng/shader-ast": "^0.12.23",
48
- "@thi.ng/shader-ast-glsl": "^0.4.23",
49
- "@thi.ng/shader-ast-stdlib": "^0.12.16",
50
- "@thi.ng/transducers": "^8.3.16",
51
- "@thi.ng/vector-pools": "^3.1.27",
52
- "@thi.ng/vectors": "^7.5.17"
46
+ "@thi.ng/pixel": "^4.0.2",
47
+ "@thi.ng/shader-ast": "^0.12.24",
48
+ "@thi.ng/shader-ast-glsl": "^0.4.24",
49
+ "@thi.ng/shader-ast-stdlib": "^0.12.17",
50
+ "@thi.ng/transducers": "^8.3.17",
51
+ "@thi.ng/vector-pools": "^3.1.28",
52
+ "@thi.ng/vectors": "^7.5.18"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@microsoft/api-extractor": "^7.31.1",
@@ -215,5 +215,5 @@
215
215
  ],
216
216
  "year": 2014
217
217
  },
218
- "gitHead": "6f14e9de72c701f9c3c12d2e1bbd34a5dc86197a\n"
218
+ "gitHead": "c3f7d6598c7d7d0c61ba87150a56deac12649d7b\n"
219
219
  }