@thi.ng/shader-ast-js 1.1.31 → 1.1.32
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 +10 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -76,10 +76,10 @@ import * as js from "@thi.ng/shader-ast-js";
|
|
|
76
76
|
Browser ESM import:
|
|
77
77
|
|
|
78
78
|
```html
|
|
79
|
-
<script type="module" src="https://
|
|
79
|
+
<script type="module" src="https://esm.run/@thi.ng/shader-ast-js"></script>
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
[
|
|
82
|
+
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
83
83
|
|
|
84
84
|
For Node.js REPL:
|
|
85
85
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-js",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32",
|
|
4
4
|
"description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.
|
|
40
|
-
"@thi.ng/checks": "^3.6.
|
|
41
|
-
"@thi.ng/errors": "^2.5.
|
|
42
|
-
"@thi.ng/math": "^5.10.
|
|
43
|
-
"@thi.ng/matrices": "^2.3.
|
|
44
|
-
"@thi.ng/pixel": "^6.1.
|
|
45
|
-
"@thi.ng/shader-ast": "^0.15.
|
|
46
|
-
"@thi.ng/vectors": "^7.10.
|
|
39
|
+
"@thi.ng/api": "^8.11.0",
|
|
40
|
+
"@thi.ng/checks": "^3.6.2",
|
|
41
|
+
"@thi.ng/errors": "^2.5.5",
|
|
42
|
+
"@thi.ng/math": "^5.10.11",
|
|
43
|
+
"@thi.ng/matrices": "^2.3.34",
|
|
44
|
+
"@thi.ng/pixel": "^6.1.29",
|
|
45
|
+
"@thi.ng/shader-ast": "^0.15.12",
|
|
46
|
+
"@thi.ng/vectors": "^7.10.28"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -164,5 +164,5 @@
|
|
|
164
164
|
],
|
|
165
165
|
"year": 2019
|
|
166
166
|
},
|
|
167
|
-
"gitHead": "
|
|
167
|
+
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
|
|
168
168
|
}
|