@thi.ng/shader-ast-stdlib 0.18.11 → 0.18.12
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 +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -104,10 +104,10 @@ import * as std from "@thi.ng/shader-ast-stdlib";
|
|
|
104
104
|
Browser ESM import:
|
|
105
105
|
|
|
106
106
|
```html
|
|
107
|
-
<script type="module" src="https://
|
|
107
|
+
<script type="module" src="https://esm.run/@thi.ng/shader-ast-stdlib"></script>
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
[
|
|
110
|
+
[JSDelivr documentation](https://www.jsdelivr.com/)
|
|
111
111
|
|
|
112
112
|
For Node.js REPL:
|
|
113
113
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-stdlib",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.12",
|
|
4
4
|
"description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.
|
|
43
|
-
"@thi.ng/shader-ast": "^0.15.
|
|
42
|
+
"@thi.ng/api": "^8.11.0",
|
|
43
|
+
"@thi.ng/shader-ast": "^0.15.12"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -372,5 +372,5 @@
|
|
|
372
372
|
],
|
|
373
373
|
"year": 2019
|
|
374
374
|
},
|
|
375
|
-
"gitHead": "
|
|
375
|
+
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
|
|
376
376
|
}
|