@thi.ng/webgl 6.2.20 → 6.2.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-22T21:47:08Z
3
+ - **Last updated**: 2023-01-10T15:20:19Z
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
@@ -168,4 +168,4 @@ If this project contributes to an academic publication, please cite it as:
168
168
 
169
169
  ## License
170
170
 
171
- © 2014 - 2022 Karsten Schmidt // Apache License 2.0
171
+ © 2014 - 2023 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.2.20",
3
+ "version": "6.2.21",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,26 +38,26 @@
38
38
  "test": "testament test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/adapt-dpi": "^2.2.5",
42
- "@thi.ng/api": "^8.6.2",
43
- "@thi.ng/associative": "^6.2.22",
44
- "@thi.ng/checks": "^3.3.6",
45
- "@thi.ng/equiv": "^2.1.16",
46
- "@thi.ng/errors": "^2.2.7",
47
- "@thi.ng/logger": "^1.4.6",
48
- "@thi.ng/matrices": "^2.1.39",
49
- "@thi.ng/memoize": "^3.1.21",
50
- "@thi.ng/pixel": "^4.0.14",
51
- "@thi.ng/shader-ast": "^0.12.36",
52
- "@thi.ng/shader-ast-glsl": "^0.4.36",
53
- "@thi.ng/shader-ast-stdlib": "^0.12.29",
54
- "@thi.ng/transducers": "^8.3.29",
55
- "@thi.ng/vector-pools": "^3.1.40",
56
- "@thi.ng/vectors": "^7.5.30"
41
+ "@thi.ng/adapt-dpi": "^2.2.6",
42
+ "@thi.ng/api": "^8.6.3",
43
+ "@thi.ng/associative": "^6.2.23",
44
+ "@thi.ng/checks": "^3.3.7",
45
+ "@thi.ng/equiv": "^2.1.17",
46
+ "@thi.ng/errors": "^2.2.8",
47
+ "@thi.ng/logger": "^1.4.7",
48
+ "@thi.ng/matrices": "^2.1.40",
49
+ "@thi.ng/memoize": "^3.1.22",
50
+ "@thi.ng/pixel": "^4.1.0",
51
+ "@thi.ng/shader-ast": "^0.12.37",
52
+ "@thi.ng/shader-ast-glsl": "^0.4.37",
53
+ "@thi.ng/shader-ast-stdlib": "^0.13.0",
54
+ "@thi.ng/transducers": "^8.3.30",
55
+ "@thi.ng/vector-pools": "^3.1.41",
56
+ "@thi.ng/vectors": "^7.5.31"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@microsoft/api-extractor": "^7.33.7",
60
- "@thi.ng/testament": "^0.3.8",
60
+ "@thi.ng/testament": "^0.3.9",
61
61
  "rimraf": "^3.0.2",
62
62
  "tools": "^0.0.1",
63
63
  "typedoc": "^0.23.22",
@@ -219,5 +219,5 @@
219
219
  ],
220
220
  "year": 2014
221
221
  },
222
- "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
222
+ "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
223
223
  }