@thi.ng/webgl 6.6.1 → 6.6.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -4
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-25T12:40:55Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -119,11 +119,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 11.41 KB
119
119
 
120
120
  ## Usage examples
121
121
 
122
- Several demos in this repo's
122
+ Several projects in this repo's
123
123
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
124
- directory are using this package.
125
-
126
- A selection:
124
+ directory are using this package:
127
125
 
128
126
  | Screenshot | Description | Live demo | Source |
129
127
  |:-----------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.6.1",
3
+ "version": "6.6.3",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,22 +38,22 @@
38
38
  "test": "testament test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/adapt-dpi": "^2.2.21",
41
+ "@thi.ng/adapt-dpi": "^2.2.22",
42
42
  "@thi.ng/api": "^8.9.6",
43
- "@thi.ng/associative": "^6.3.15",
43
+ "@thi.ng/associative": "^6.3.16",
44
44
  "@thi.ng/checks": "^3.4.6",
45
45
  "@thi.ng/equiv": "^2.1.31",
46
46
  "@thi.ng/errors": "^2.4.0",
47
47
  "@thi.ng/logger": "^1.4.22",
48
- "@thi.ng/matrices": "^2.2.3",
49
- "@thi.ng/memoize": "^3.1.39",
50
- "@thi.ng/pixel": "^4.3.0",
51
- "@thi.ng/shader-ast": "^0.12.76",
52
- "@thi.ng/shader-ast-glsl": "^0.4.76",
53
- "@thi.ng/shader-ast-stdlib": "^0.16.0",
54
- "@thi.ng/transducers": "^8.8.6",
55
- "@thi.ng/vector-pools": "^3.1.81",
56
- "@thi.ng/vectors": "^7.8.0"
48
+ "@thi.ng/matrices": "^2.2.4",
49
+ "@thi.ng/memoize": "^3.1.40",
50
+ "@thi.ng/pixel": "^4.3.1",
51
+ "@thi.ng/shader-ast": "^0.12.77",
52
+ "@thi.ng/shader-ast-glsl": "^0.4.77",
53
+ "@thi.ng/shader-ast-stdlib": "^0.16.2",
54
+ "@thi.ng/transducers": "^8.8.7",
55
+ "@thi.ng/vector-pools": "^3.1.82",
56
+ "@thi.ng/vectors": "^7.8.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@microsoft/api-extractor": "^7.38.0",
@@ -219,5 +219,5 @@
219
219
  ],
220
220
  "year": 2014
221
221
  },
222
- "gitHead": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
222
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
223
223
  }