@thi.ng/shader-ast-stdlib 0.18.11 → 0.18.13
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 +5 -6
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.13",
|
|
4
4
|
"description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"build": "yarn build:esbuild && yarn build:decl",
|
|
31
31
|
"build:decl": "tsc --declaration --emitDeclarationOnly",
|
|
32
32
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
33
|
-
"clean": "
|
|
33
|
+
"clean": "bun ../../tools/src/clean-package.ts color fog light math matrix noise raymarch screen sdf tex",
|
|
34
34
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
35
35
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
36
36
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
@@ -39,13 +39,12 @@
|
|
|
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.1",
|
|
43
|
+
"@thi.ng/shader-ast": "^0.15.13"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-extractor": "^7.43.0",
|
|
47
47
|
"esbuild": "^0.20.2",
|
|
48
|
-
"rimraf": "^5.0.5",
|
|
49
48
|
"typedoc": "^0.25.12",
|
|
50
49
|
"typescript": "^5.4.3"
|
|
51
50
|
},
|
|
@@ -372,5 +371,5 @@
|
|
|
372
371
|
],
|
|
373
372
|
"year": 2019
|
|
374
373
|
},
|
|
375
|
-
"gitHead": "
|
|
374
|
+
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
|
|
376
375
|
}
|