@thi.ng/webgl 6.2.18 → 6.2.19

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-20T16:33:12Z
3
+ - **Last updated**: 2022-12-22T21:47:08Z
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
@@ -23,7 +23,7 @@ This project is part of the
23
23
 
24
24
  ## About
25
25
 
26
- WebGL & GLSL abstraction layer
26
+ WebGL & GLSL abstraction layer.
27
27
 
28
28
  Largely declarative WebGL 1.0 / 2.0 abstraction layer, partially ported
29
29
  & updated from Clojure/ClojureScript versions of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.2.18",
3
+ "version": "6.2.19",
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.4",
42
- "@thi.ng/api": "^8.6.1",
43
- "@thi.ng/associative": "^6.2.20",
44
- "@thi.ng/checks": "^3.3.5",
45
- "@thi.ng/equiv": "^2.1.15",
46
- "@thi.ng/errors": "^2.2.6",
47
- "@thi.ng/logger": "^1.4.5",
48
- "@thi.ng/matrices": "^2.1.37",
49
- "@thi.ng/memoize": "^3.1.20",
50
- "@thi.ng/pixel": "^4.0.12",
51
- "@thi.ng/shader-ast": "^0.12.34",
52
- "@thi.ng/shader-ast-glsl": "^0.4.34",
53
- "@thi.ng/shader-ast-stdlib": "^0.12.27",
54
- "@thi.ng/transducers": "^8.3.27",
55
- "@thi.ng/vector-pools": "^3.1.38",
56
- "@thi.ng/vectors": "^7.5.28"
41
+ "@thi.ng/adapt-dpi": "^2.2.5",
42
+ "@thi.ng/api": "^8.6.2",
43
+ "@thi.ng/associative": "^6.2.21",
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.38",
49
+ "@thi.ng/memoize": "^3.1.21",
50
+ "@thi.ng/pixel": "^4.0.13",
51
+ "@thi.ng/shader-ast": "^0.12.35",
52
+ "@thi.ng/shader-ast-glsl": "^0.4.35",
53
+ "@thi.ng/shader-ast-stdlib": "^0.12.28",
54
+ "@thi.ng/transducers": "^8.3.28",
55
+ "@thi.ng/vector-pools": "^3.1.39",
56
+ "@thi.ng/vectors": "^7.5.29"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@microsoft/api-extractor": "^7.33.7",
60
- "@thi.ng/testament": "^0.3.7",
60
+ "@thi.ng/testament": "^0.3.8",
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": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
222
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
223
223
  }