@thi.ng/colored-noise 0.3.16 → 0.3.18

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +5 -5
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-07T15:28:01Z
3
+ - **Last updated**: 2022-10-03T16:07:55Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![colored-noise](https://media.thi.ng/umbrella/banners/thing-colored-noise.svg?66c81e0c)
3
+ # ![colored-noise](https://media.thi.ng/umbrella/banners-20220914/thing-colored-noise.svg?c61b2506)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/colored-noise.svg)](https://www.npmjs.com/package/@thi.ng/colored-noise)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/colored-noise.svg)
@@ -16,8 +16,8 @@ This project is part of the
16
16
  - [Red / brown noise](#red--brown-noise)
17
17
  - [Violet noise](#violet-noise)
18
18
  - [White noise](#white-noise)
19
- - [Status](#status)
20
- - [Related packages](#related-packages)
19
+ - [Status](#status)
20
+ - [Related packages](#related-packages)
21
21
  - [Installation](#installation)
22
22
  - [Dependencies](#dependencies)
23
23
  - [Usage examples](#usage-examples)
@@ -340,13 +340,13 @@ white
340
340
  ████████████████████████████████████████████████████████████████
341
341
  ```
342
342
 
343
- ### Status
343
+ ## Status
344
344
 
345
345
  **STABLE** - used in production
346
346
 
347
347
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bcolored-noise%5D+in%3Atitle)
348
348
 
349
- ### Related packages
349
+ ## Related packages
350
350
 
351
351
  - [@thi.ng/dsp](https://github.com/thi-ng/umbrella/tree/develop/packages/dsp) - Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils
352
352
  - [@thi.ng/lowdisc](https://github.com/thi-ng/umbrella/tree/develop/packages/lowdisc) - n-dimensional low-discrepancy sequence generators/iterators
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/colored-noise",
3
- "version": "0.3.16",
3
+ "version": "0.3.18",
4
4
  "description": "Customizable O(1) ES6 generators for colored noise",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,22 +34,22 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/binary": "^3.3.4",
38
- "@thi.ng/random": "^3.3.7"
37
+ "@thi.ng/binary": "^3.3.6",
38
+ "@thi.ng/random": "^3.3.9"
39
39
  },
40
40
  "devDependencies": {
41
- "@microsoft/api-extractor": "^7.25.0",
42
- "@thi.ng/api": "^8.4.1",
43
- "@thi.ng/dsp": "^4.2.12",
44
- "@thi.ng/dsp-io-wav": "^2.1.18",
45
- "@thi.ng/testament": "^0.2.12",
46
- "@thi.ng/text-canvas": "^2.4.7",
47
- "@thi.ng/transducers": "^8.3.13",
48
- "@thi.ng/vectors": "^7.5.14",
41
+ "@microsoft/api-extractor": "^7.31.1",
42
+ "@thi.ng/api": "^8.4.3",
43
+ "@thi.ng/dsp": "^4.2.15",
44
+ "@thi.ng/dsp-io-wav": "^2.1.21",
45
+ "@thi.ng/testament": "^0.3.1",
46
+ "@thi.ng/text-canvas": "^2.4.10",
47
+ "@thi.ng/transducers": "^8.3.16",
48
+ "@thi.ng/vectors": "^7.5.17",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
51
  "typedoc": "^0.22.17",
52
- "typescript": "^4.7.4"
52
+ "typescript": "^4.8.3"
53
53
  },
54
54
  "keywords": [
55
55
  "1d",
@@ -108,5 +108,5 @@
108
108
  ],
109
109
  "year": 2015
110
110
  },
111
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
111
+ "gitHead": "8600007d81a7dc92634a1d54e2c32b14ab30ba80\n"
112
112
  }