@thi.ng/webgl 6.9.35 → 6.9.37

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**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-13T16:03:11Z
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/geo/quad.d.ts CHANGED
@@ -11,8 +11,8 @@ export interface QuadOpts {
11
11
  */
12
12
  uv: boolean;
13
13
  /**
14
- * If true, the quad's position will be centered around (0,0). If false, the
15
- * quad's bottom-left corner will be at (0,0).
14
+ * If true, the quad's position will be centered around `(0,0)`. If false,
15
+ * the quad's bottom-left corner will be at `(0,0)` .
16
16
  *
17
17
  * @defaultValue true
18
18
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.9.35",
3
+ "version": "6.9.37",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -43,26 +43,26 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.11.19",
47
- "@thi.ng/canvas": "^1.0.5",
48
- "@thi.ng/checks": "^3.6.22",
49
- "@thi.ng/equiv": "^2.1.75",
50
- "@thi.ng/errors": "^2.5.25",
51
- "@thi.ng/logger": "^3.0.30",
52
- "@thi.ng/matrices": "^2.4.31",
53
- "@thi.ng/memoize": "^4.0.9",
54
- "@thi.ng/object-utils": "^1.1.13",
55
- "@thi.ng/pixel": "^7.3.15",
56
- "@thi.ng/shader-ast": "^1.0.6",
57
- "@thi.ng/shader-ast-glsl": "^1.0.6",
58
- "@thi.ng/shader-ast-stdlib": "^1.0.6",
59
- "@thi.ng/transducers": "^9.2.17",
60
- "@thi.ng/vector-pools": "^3.2.31",
61
- "@thi.ng/vectors": "^7.12.19"
46
+ "@thi.ng/api": "^8.11.20",
47
+ "@thi.ng/canvas": "^1.0.6",
48
+ "@thi.ng/checks": "^3.6.23",
49
+ "@thi.ng/equiv": "^2.1.76",
50
+ "@thi.ng/errors": "^2.5.26",
51
+ "@thi.ng/logger": "^3.1.1",
52
+ "@thi.ng/matrices": "^2.4.32",
53
+ "@thi.ng/memoize": "^4.0.10",
54
+ "@thi.ng/object-utils": "^1.1.14",
55
+ "@thi.ng/pixel": "^7.3.16",
56
+ "@thi.ng/shader-ast": "^1.0.8",
57
+ "@thi.ng/shader-ast-glsl": "^1.0.8",
58
+ "@thi.ng/shader-ast-stdlib": "^1.0.8",
59
+ "@thi.ng/transducers": "^9.2.18",
60
+ "@thi.ng/vector-pools": "^3.2.33",
61
+ "@thi.ng/vectors": "^7.12.20"
62
62
  },
63
63
  "devDependencies": {
64
- "esbuild": "^0.24.2",
65
- "typedoc": "^0.27.6",
64
+ "esbuild": "^0.25.0",
65
+ "typedoc": "^0.27.7",
66
66
  "typescript": "^5.7.3"
67
67
  },
68
68
  "keywords": [
@@ -227,5 +227,5 @@
227
227
  ],
228
228
  "year": 2014
229
229
  },
230
- "gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n"
230
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
231
231
  }