@thi.ng/shader-ast-stdlib 0.13.6 → 0.13.7

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**: 2023-03-02T18:09:03Z
3
+ - **Last updated**: 2023-03-09T13:01:59Z
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
@@ -271,7 +271,7 @@ usually seen in shader code and not easily achievable via the usual
271
271
  string templating approach used by most other GLSL libraries.
272
272
 
273
273
  For example, the
274
- [`additive()`](https://docs.thi.ng/umbrella/shader-ast-stdlib/modules.html#additive)
274
+ [`additive()`](https://docs.thi.ng/umbrella/shader-ast-stdlib/functions/additive.html)
275
275
  HOF takes a single-arg scalar function and a number of octaves. It returns a new
276
276
  function which computes the summed value of `fn` over the given number octaves,
277
277
  with a user defined phase shift & decay factor (per octave). This can be used
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/shader-ast-stdlib",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.7.3",
38
- "@thi.ng/shader-ast": "^0.12.43"
38
+ "@thi.ng/shader-ast": "^0.12.44"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.34.2",
42
- "@thi.ng/testament": "^0.3.11",
42
+ "@thi.ng/testament": "^0.3.12",
43
43
  "rimraf": "^4.1.2",
44
44
  "tools": "^0.0.1",
45
45
  "typedoc": "^0.23.24",
@@ -330,5 +330,5 @@
330
330
  ],
331
331
  "year": 2019
332
332
  },
333
- "gitHead": "8342900eedc77bb09edb8c544804578b71f8acc6\n"
333
+ "gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
334
334
  }