@thi.ng/webgl 6.9.16 → 6.9.18

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-08-18T14:11:34Z
3
+ - **Last updated**: 2024-10-05T12:12:32Z
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/logger.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * See [thi.ng/logger](https://docs.thi.ng/umbrella/logger/) for usage.
3
3
  */
4
- export declare const LOGGER: import("@thi.ng/logger/root").ProxyLogger;
4
+ export declare const LOGGER: import("@thi.ng/logger").ProxyLogger;
5
5
  //# sourceMappingURL=logger.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.9.16",
3
+ "version": "6.9.18",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,28 +40,28 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.9",
44
- "@thi.ng/canvas": "^0.5.2",
45
- "@thi.ng/checks": "^3.6.11",
46
- "@thi.ng/equiv": "^2.1.65",
47
- "@thi.ng/errors": "^2.5.15",
48
- "@thi.ng/logger": "^3.0.19",
49
- "@thi.ng/matrices": "^2.4.13",
50
- "@thi.ng/memoize": "^3.3.11",
51
- "@thi.ng/object-utils": "^1.1.2",
52
- "@thi.ng/pixel": "^7.3.3",
53
- "@thi.ng/shader-ast": "^0.15.30",
54
- "@thi.ng/shader-ast-glsl": "^0.4.138",
55
- "@thi.ng/shader-ast-stdlib": "^0.18.30",
56
- "@thi.ng/transducers": "^9.2.3",
57
- "@thi.ng/vector-pools": "^3.2.13",
58
- "@thi.ng/vectors": "^7.12.1"
43
+ "@thi.ng/api": "^8.11.11",
44
+ "@thi.ng/canvas": "^0.5.4",
45
+ "@thi.ng/checks": "^3.6.13",
46
+ "@thi.ng/equiv": "^2.1.67",
47
+ "@thi.ng/errors": "^2.5.17",
48
+ "@thi.ng/logger": "^3.0.21",
49
+ "@thi.ng/matrices": "^2.4.15",
50
+ "@thi.ng/memoize": "^3.3.13",
51
+ "@thi.ng/object-utils": "^1.1.4",
52
+ "@thi.ng/pixel": "^7.3.5",
53
+ "@thi.ng/shader-ast": "^0.15.32",
54
+ "@thi.ng/shader-ast-glsl": "^0.4.140",
55
+ "@thi.ng/shader-ast-stdlib": "^0.18.32",
56
+ "@thi.ng/transducers": "^9.2.5",
57
+ "@thi.ng/vector-pools": "^3.2.15",
58
+ "@thi.ng/vectors": "^7.12.3"
59
59
  },
60
60
  "devDependencies": {
61
- "@microsoft/api-extractor": "^7.47.5",
62
- "esbuild": "^0.23.0",
63
- "typedoc": "^0.26.5",
64
- "typescript": "^5.5.4"
61
+ "@microsoft/api-extractor": "^7.47.9",
62
+ "esbuild": "^0.24.0",
63
+ "typedoc": "^0.26.7",
64
+ "typescript": "^5.6.2"
65
65
  },
66
66
  "keywords": [
67
67
  "2d",
@@ -225,5 +225,5 @@
225
225
  ],
226
226
  "year": 2014
227
227
  },
228
- "gitHead": "8335e9571c2b9b13844ee4d8d24f99143c5f8816\n"
228
+ "gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n"
229
229
  }