@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-23T07:02:18Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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://cdn.skypack.dev/@thi.ng/shader-ast-stdlib"></script>
107
+ <script type="module" src="https://esm.run/@thi.ng/shader-ast-stdlib"></script>
108
108
  ```
109
109
 
110
- [Skypack documentation](https://docs.skypack.dev/)
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.11",
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": "rimraf --glob '*.js' '*.d.ts' '*.map' doc color fog light math matrix noise raymarch screen sdf tex",
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.10.1",
43
- "@thi.ng/shader-ast": "^0.15.11"
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": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
374
+ "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
376
375
  }