@thi.ng/webgl 6.6.29 → 6.6.31

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 +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-16T20:01:44Z
3
+ - **Last updated**: 2024-02-22T11:59:16Z
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
@@ -18,7 +18,7 @@
18
18
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
19
19
 
20
20
  > [!NOTE]
21
- > This is one of 189 standalone projects, maintained as part
21
+ > This is one of 190 standalone projects, maintained as part
22
22
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
23
23
  > and anti-framework.
24
24
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.6.29",
3
+ "version": "6.6.31",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,22 +39,22 @@
39
39
  "test": "bun test"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.9.23",
43
- "@thi.ng/associative": "^6.3.39",
44
- "@thi.ng/canvas": "^0.2.5",
45
- "@thi.ng/checks": "^3.4.23",
46
- "@thi.ng/equiv": "^2.1.47",
47
- "@thi.ng/errors": "^2.4.16",
48
- "@thi.ng/logger": "^3.0.0",
49
- "@thi.ng/matrices": "^2.3.14",
50
- "@thi.ng/memoize": "^3.1.57",
51
- "@thi.ng/pixel": "^6.1.8",
52
- "@thi.ng/shader-ast": "^0.13.10",
53
- "@thi.ng/shader-ast-glsl": "^0.4.100",
54
- "@thi.ng/shader-ast-stdlib": "^0.16.25",
55
- "@thi.ng/transducers": "^8.9.3",
56
- "@thi.ng/vector-pools": "^3.1.106",
57
- "@thi.ng/vectors": "^7.10.8"
42
+ "@thi.ng/api": "^8.9.25",
43
+ "@thi.ng/associative": "^6.3.41",
44
+ "@thi.ng/canvas": "^0.2.7",
45
+ "@thi.ng/checks": "^3.5.0",
46
+ "@thi.ng/equiv": "^2.1.49",
47
+ "@thi.ng/errors": "^2.4.18",
48
+ "@thi.ng/logger": "^3.0.2",
49
+ "@thi.ng/matrices": "^2.3.16",
50
+ "@thi.ng/memoize": "^3.1.59",
51
+ "@thi.ng/pixel": "^6.1.10",
52
+ "@thi.ng/shader-ast": "^0.13.12",
53
+ "@thi.ng/shader-ast-glsl": "^0.4.102",
54
+ "@thi.ng/shader-ast-stdlib": "^0.16.27",
55
+ "@thi.ng/transducers": "^8.9.5",
56
+ "@thi.ng/vector-pools": "^3.1.108",
57
+ "@thi.ng/vectors": "^7.10.10"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@microsoft/api-extractor": "^7.40.1",
@@ -219,5 +219,5 @@
219
219
  ],
220
220
  "year": 2014
221
221
  },
222
- "gitHead": "ea2ec2e4f14c572bbfac00c43953a6c4033da09e\n"
222
+ "gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
223
223
  }