@thi.ng/webgl 6.9.10 → 6.9.11

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.9.10",
3
+ "version": "6.9.11",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@thi.ng/api": "^8.11.8",
44
- "@thi.ng/canvas": "^0.5.0",
44
+ "@thi.ng/canvas": "^0.5.1",
45
45
  "@thi.ng/checks": "^3.6.10",
46
46
  "@thi.ng/equiv": "^2.1.64",
47
47
  "@thi.ng/errors": "^2.5.14",
48
48
  "@thi.ng/logger": "^3.0.18",
49
- "@thi.ng/matrices": "^2.4.7",
49
+ "@thi.ng/matrices": "^2.4.8",
50
50
  "@thi.ng/memoize": "^3.3.10",
51
51
  "@thi.ng/object-utils": "^1.1.1",
52
- "@thi.ng/pixel": "^7.3.0",
53
- "@thi.ng/shader-ast": "^0.15.24",
54
- "@thi.ng/shader-ast-glsl": "^0.4.132",
55
- "@thi.ng/shader-ast-stdlib": "^0.18.24",
56
- "@thi.ng/transducers": "^9.0.13",
57
- "@thi.ng/vector-pools": "^3.2.7",
58
- "@thi.ng/vectors": "^7.11.7"
52
+ "@thi.ng/pixel": "^7.3.1",
53
+ "@thi.ng/shader-ast": "^0.15.25",
54
+ "@thi.ng/shader-ast-glsl": "^0.4.133",
55
+ "@thi.ng/shader-ast-stdlib": "^0.18.25",
56
+ "@thi.ng/transducers": "^9.1.0",
57
+ "@thi.ng/vector-pools": "^3.2.8",
58
+ "@thi.ng/vectors": "^7.11.8"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@microsoft/api-extractor": "^7.47.5",
@@ -224,5 +224,5 @@
224
224
  ],
225
225
  "year": 2014
226
226
  },
227
- "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
227
+ "gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
228
228
  }