@thi.ng/webgl 6.5.0 → 6.5.1

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**: 2023-09-19T12:41:00Z
3
+ - **Last updated**: 2023-09-25T07:43:28Z
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
@@ -96,7 +96,7 @@ For Node.js REPL:
96
96
  const webgl = await import("@thi.ng/webgl");
97
97
  ```
98
98
 
99
- Package sizes (brotli'd, pre-treeshake): ESM: 11.39 KB
99
+ Package sizes (brotli'd, pre-treeshake): ESM: 11.44 KB
100
100
 
101
101
  ## Dependencies
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -45,7 +45,7 @@
45
45
  "@thi.ng/equiv": "^2.1.30",
46
46
  "@thi.ng/errors": "^2.3.5",
47
47
  "@thi.ng/logger": "^1.4.21",
48
- "@thi.ng/matrices": "^2.1.72",
48
+ "@thi.ng/matrices": "^2.1.73",
49
49
  "@thi.ng/memoize": "^3.1.38",
50
50
  "@thi.ng/pixel": "^4.2.22",
51
51
  "@thi.ng/shader-ast": "^0.12.68",
@@ -219,5 +219,5 @@
219
219
  ],
220
220
  "year": 2014
221
221
  },
222
- "gitHead": "7ff8241736de9432175d08267c2ffbb0319ecbc6\n"
222
+ "gitHead": "fb2697579b193b609ec52237ea0d99c7295b6d3c\n"
223
223
  }