@thi.ng/webgl 6.6.15 → 6.6.17

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-12-18T13:41:20Z
3
+ - **Last updated**: 2023-12-19T11:01:47Z
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,13 +96,13 @@ 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.48 KB
99
+ Package sizes (brotli'd, pre-treeshake): ESM: 11.47 KB
100
100
 
101
101
  ## Dependencies
102
102
 
103
- - [@thi.ng/adapt-dpi](https://github.com/thi-ng/umbrella/tree/develop/packages/adapt-dpi)
104
103
  - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
105
104
  - [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/develop/packages/associative)
105
+ - [@thi.ng/canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/canvas)
106
106
  - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
107
107
  - [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
108
108
  - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
package/canvas.js CHANGED
@@ -1,4 +1,4 @@
1
- import { adaptDPI } from "@thi.ng/adapt-dpi";
1
+ import { adaptDPI } from "@thi.ng/canvas";
2
2
  import { isString } from "@thi.ng/checks/is-string";
3
3
  import { error } from "./error.js";
4
4
  const defaultOpts = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.6.15",
3
+ "version": "6.6.17",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,28 +39,27 @@
39
39
  "test": "bun test"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/adapt-dpi": "^2.2.28",
43
- "@thi.ng/api": "^8.9.13",
44
- "@thi.ng/associative": "^6.3.25",
45
- "@thi.ng/checks": "^3.4.13",
46
- "@thi.ng/equiv": "^2.1.38",
47
- "@thi.ng/errors": "^2.4.7",
48
- "@thi.ng/logger": "^2.1.0",
49
- "@thi.ng/matrices": "^2.3.0",
50
- "@thi.ng/memoize": "^3.1.47",
51
- "@thi.ng/pixel": "^5.0.6",
52
- "@thi.ng/shader-ast": "^0.12.86",
53
- "@thi.ng/shader-ast-glsl": "^0.4.86",
54
- "@thi.ng/shader-ast-stdlib": "^0.16.11",
55
- "@thi.ng/transducers": "^8.8.16",
56
- "@thi.ng/vector-pools": "^3.1.92",
57
- "@thi.ng/vectors": "^7.8.11"
42
+ "@thi.ng/api": "^8.9.14",
43
+ "@thi.ng/associative": "^6.3.27",
44
+ "@thi.ng/canvas": "^0.1.1",
45
+ "@thi.ng/checks": "^3.4.14",
46
+ "@thi.ng/equiv": "^2.1.39",
47
+ "@thi.ng/errors": "^2.4.8",
48
+ "@thi.ng/logger": "^2.1.1",
49
+ "@thi.ng/matrices": "^2.3.2",
50
+ "@thi.ng/memoize": "^3.1.48",
51
+ "@thi.ng/pixel": "^6.0.1",
52
+ "@thi.ng/shader-ast": "^0.12.88",
53
+ "@thi.ng/shader-ast-glsl": "^0.4.88",
54
+ "@thi.ng/shader-ast-stdlib": "^0.16.13",
55
+ "@thi.ng/transducers": "^8.8.18",
56
+ "@thi.ng/vector-pools": "^3.1.94",
57
+ "@thi.ng/vectors": "^7.8.13"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@microsoft/api-extractor": "^7.38.3",
61
61
  "esbuild": "^0.19.8",
62
62
  "rimraf": "^5.0.5",
63
- "tools": "^0.0.1",
64
63
  "typedoc": "^0.25.4",
65
64
  "typescript": "^5.3.2"
66
65
  },
@@ -220,5 +219,5 @@
220
219
  ],
221
220
  "year": 2014
222
221
  },
223
- "gitHead": "d1c8bca89fa5c57ca0c690933edb03129b085687\n"
222
+ "gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n"
224
223
  }