@thi.ng/shader-ast-js 1.2.52 → 1.2.54
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/README.md +2 -2
- package/package.json +12 -12
- package/pool.js +2 -0
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 215 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -88,7 +88,7 @@ For Node.js REPL:
|
|
|
88
88
|
const js = await import("@thi.ng/shader-ast-js");
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 6.
|
|
91
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 6.70 KB
|
|
92
92
|
|
|
93
93
|
## Dependencies
|
|
94
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-js",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.54",
|
|
4
4
|
"description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.
|
|
45
|
-
"@thi.ng/errors": "^2.6.
|
|
46
|
-
"@thi.ng/math": "^5.15.
|
|
47
|
-
"@thi.ng/matrices": "^3.0.
|
|
48
|
-
"@thi.ng/pixel": "^7.5.
|
|
49
|
-
"@thi.ng/shader-ast": "^1.1.
|
|
50
|
-
"@thi.ng/vectors": "^8.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.20",
|
|
44
|
+
"@thi.ng/checks": "^3.9.0",
|
|
45
|
+
"@thi.ng/errors": "^2.6.9",
|
|
46
|
+
"@thi.ng/math": "^5.15.9",
|
|
47
|
+
"@thi.ng/matrices": "^3.0.44",
|
|
48
|
+
"@thi.ng/pixel": "^7.5.29",
|
|
49
|
+
"@thi.ng/shader-ast": "^1.1.47",
|
|
50
|
+
"@thi.ng/vectors": "^8.6.29"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"esbuild": "^0.
|
|
54
|
-
"typedoc": "^0.28.
|
|
53
|
+
"esbuild": "^0.28.0",
|
|
54
|
+
"typedoc": "^0.28.18",
|
|
55
55
|
"typescript": "^5.9.3"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
@@ -166,5 +166,5 @@
|
|
|
166
166
|
],
|
|
167
167
|
"year": 2019
|
|
168
168
|
},
|
|
169
|
-
"gitHead": "
|
|
169
|
+
"gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
|
|
170
170
|
}
|