@thi.ng/webgl 6.6.20 → 6.6.21

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**: 2024-01-23T15:58:27Z
3
+ - **Last updated**: 2024-01-26T18:03:04Z
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/api/model.d.ts CHANGED
@@ -61,7 +61,7 @@ export interface ModelSpec {
61
61
  export interface ModelAttributeSpec {
62
62
  /**
63
63
  * Backing {@link WebGLArrayBuffer} instance. Usually this will be
64
- * auto-initialized by {@link compileBuffers}
64
+ * auto-initialized by {@link compileModel}.
65
65
  */
66
66
  buffer?: IWebGLBuffer<AttribBufferData>;
67
67
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.6.20",
3
+ "version": "6.6.21",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,22 +39,22 @@
39
39
  "test": "bun test"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.9.17",
43
- "@thi.ng/associative": "^6.3.30",
44
- "@thi.ng/canvas": "^0.1.4",
45
- "@thi.ng/checks": "^3.4.17",
42
+ "@thi.ng/api": "^8.9.18",
43
+ "@thi.ng/associative": "^6.3.31",
44
+ "@thi.ng/canvas": "^0.2.0",
45
+ "@thi.ng/checks": "^3.4.18",
46
46
  "@thi.ng/equiv": "^2.1.42",
47
47
  "@thi.ng/errors": "^2.4.11",
48
48
  "@thi.ng/logger": "^2.1.4",
49
- "@thi.ng/matrices": "^2.3.5",
50
- "@thi.ng/memoize": "^3.1.51",
51
- "@thi.ng/pixel": "^6.0.4",
52
- "@thi.ng/shader-ast": "^0.13.1",
53
- "@thi.ng/shader-ast-glsl": "^0.4.91",
54
- "@thi.ng/shader-ast-stdlib": "^0.16.16",
55
- "@thi.ng/transducers": "^8.8.21",
56
- "@thi.ng/vector-pools": "^3.1.97",
57
- "@thi.ng/vectors": "^7.9.0"
49
+ "@thi.ng/matrices": "^2.3.6",
50
+ "@thi.ng/memoize": "^3.1.52",
51
+ "@thi.ng/pixel": "^6.1.0",
52
+ "@thi.ng/shader-ast": "^0.13.2",
53
+ "@thi.ng/shader-ast-glsl": "^0.4.92",
54
+ "@thi.ng/shader-ast-stdlib": "^0.16.17",
55
+ "@thi.ng/transducers": "^8.8.22",
56
+ "@thi.ng/vector-pools": "^3.1.98",
57
+ "@thi.ng/vectors": "^7.10.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@microsoft/api-extractor": "^7.39.0",
@@ -219,5 +219,5 @@
219
219
  ],
220
220
  "year": 2014
221
221
  },
222
- "gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
222
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
223
223
  }