@thi.ng/webgl 6.9.27 → 6.9.29
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.
- package/CHANGELOG.md +1 -1
- package/README.md +2 -2
- package/package.json +25 -21
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 200 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
|
>
|
|
@@ -181,4 +181,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
181
181
|
|
|
182
182
|
## License
|
|
183
183
|
|
|
184
|
-
© 2014 -
|
|
184
|
+
© 2014 - 2025 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.
|
|
3
|
+
"version": "6.9.29",
|
|
4
4
|
"description": "WebGL & GLSL abstraction layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
{
|
|
20
20
|
"type": "patreon",
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "liberapay",
|
|
25
|
+
"url": "https://liberapay.com/thi.ng"
|
|
22
26
|
}
|
|
23
27
|
],
|
|
24
28
|
"author": "Karsten Schmidt (https://thi.ng)",
|
|
@@ -40,27 +44,27 @@
|
|
|
40
44
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
45
|
},
|
|
42
46
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/canvas": "^0.
|
|
45
|
-
"@thi.ng/checks": "^3.6.
|
|
46
|
-
"@thi.ng/equiv": "^2.1.
|
|
47
|
-
"@thi.ng/errors": "^2.5.
|
|
48
|
-
"@thi.ng/logger": "^3.0.
|
|
49
|
-
"@thi.ng/matrices": "^2.4.
|
|
50
|
-
"@thi.ng/memoize": "^4.0.
|
|
51
|
-
"@thi.ng/object-utils": "^1.1.
|
|
52
|
-
"@thi.ng/pixel": "^7.3.
|
|
53
|
-
"@thi.ng/shader-ast": "^0.
|
|
54
|
-
"@thi.ng/shader-ast-glsl": "^0.
|
|
55
|
-
"@thi.ng/shader-ast-stdlib": "^0.
|
|
56
|
-
"@thi.ng/transducers": "^9.2.
|
|
57
|
-
"@thi.ng/vector-pools": "^3.2.
|
|
58
|
-
"@thi.ng/vectors": "^7.12.
|
|
47
|
+
"@thi.ng/api": "^8.11.16",
|
|
48
|
+
"@thi.ng/canvas": "^1.0.1",
|
|
49
|
+
"@thi.ng/checks": "^3.6.18",
|
|
50
|
+
"@thi.ng/equiv": "^2.1.72",
|
|
51
|
+
"@thi.ng/errors": "^2.5.22",
|
|
52
|
+
"@thi.ng/logger": "^3.0.26",
|
|
53
|
+
"@thi.ng/matrices": "^2.4.25",
|
|
54
|
+
"@thi.ng/memoize": "^4.0.6",
|
|
55
|
+
"@thi.ng/object-utils": "^1.1.9",
|
|
56
|
+
"@thi.ng/pixel": "^7.3.11",
|
|
57
|
+
"@thi.ng/shader-ast": "^1.0.1",
|
|
58
|
+
"@thi.ng/shader-ast-glsl": "^1.0.1",
|
|
59
|
+
"@thi.ng/shader-ast-stdlib": "^1.0.1",
|
|
60
|
+
"@thi.ng/transducers": "^9.2.12",
|
|
61
|
+
"@thi.ng/vector-pools": "^3.2.25",
|
|
62
|
+
"@thi.ng/vectors": "^7.12.13"
|
|
59
63
|
},
|
|
60
64
|
"devDependencies": {
|
|
61
|
-
"@microsoft/api-extractor": "^7.48.
|
|
62
|
-
"esbuild": "^0.24.
|
|
63
|
-
"typedoc": "^0.27.
|
|
65
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
66
|
+
"esbuild": "^0.24.2",
|
|
67
|
+
"typedoc": "^0.27.6",
|
|
64
68
|
"typescript": "^5.7.2"
|
|
65
69
|
},
|
|
66
70
|
"keywords": [
|
|
@@ -225,5 +229,5 @@
|
|
|
225
229
|
],
|
|
226
230
|
"year": 2014
|
|
227
231
|
},
|
|
228
|
-
"gitHead": "
|
|
232
|
+
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n"
|
|
229
233
|
}
|