@thi.ng/webgl 6.9.92 → 6.9.94

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 212 standalone projects, maintained as part
10
+ > This is one of 213 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -182,4 +182,4 @@ If this project contributes to an academic publication, please cite it as:
182
182
 
183
183
  ## License
184
184
 
185
- © 2014 - 2025 Karsten Schmidt // Apache License 2.0
185
+ © 2014 - 2026 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.9.92",
3
+ "version": "6.9.94",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -43,26 +43,26 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.12.11",
47
- "@thi.ng/canvas": "^1.1.4",
48
- "@thi.ng/checks": "^3.8.1",
49
- "@thi.ng/equiv": "^2.1.101",
50
- "@thi.ng/errors": "^2.6.0",
51
- "@thi.ng/logger": "^3.2.10",
52
- "@thi.ng/matrices": "^3.0.32",
53
- "@thi.ng/memoize": "^4.0.35",
54
- "@thi.ng/object-utils": "^1.3.3",
55
- "@thi.ng/pixel": "^7.5.20",
56
- "@thi.ng/shader-ast": "^1.1.34",
57
- "@thi.ng/shader-ast-glsl": "^1.0.53",
58
- "@thi.ng/shader-ast-stdlib": "^1.0.53",
59
- "@thi.ng/transducers": "^9.6.20",
60
- "@thi.ng/vector-pools": "^3.2.82",
61
- "@thi.ng/vectors": "^8.6.17"
46
+ "@thi.ng/api": "^8.12.13",
47
+ "@thi.ng/canvas": "^1.1.6",
48
+ "@thi.ng/checks": "^3.8.3",
49
+ "@thi.ng/equiv": "^2.1.103",
50
+ "@thi.ng/errors": "^2.6.2",
51
+ "@thi.ng/logger": "^3.2.12",
52
+ "@thi.ng/matrices": "^3.0.34",
53
+ "@thi.ng/memoize": "^4.0.37",
54
+ "@thi.ng/object-utils": "^1.3.5",
55
+ "@thi.ng/pixel": "^7.5.22",
56
+ "@thi.ng/shader-ast": "^1.1.36",
57
+ "@thi.ng/shader-ast-glsl": "^1.0.55",
58
+ "@thi.ng/shader-ast-stdlib": "^1.0.55",
59
+ "@thi.ng/transducers": "^9.6.22",
60
+ "@thi.ng/vector-pools": "^3.2.84",
61
+ "@thi.ng/vectors": "^8.6.19"
62
62
  },
63
63
  "devDependencies": {
64
- "esbuild": "^0.27.0",
65
- "typedoc": "^0.28.14",
64
+ "esbuild": "^0.27.2",
65
+ "typedoc": "^0.28.16",
66
66
  "typescript": "^5.9.3"
67
67
  },
68
68
  "keywords": [
@@ -227,5 +227,5 @@
227
227
  ],
228
228
  "year": 2014
229
229
  },
230
- "gitHead": "e7a21b9d2a188fa04d4c893d8531c40fbc0f4c06\n"
230
+ "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
231
231
  }