@thi.ng/colored-noise 1.0.31 → 1.0.33

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-10-23T07:37:37Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -382,11 +382,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 496 bytes
382
382
 
383
383
  ## Usage examples
384
384
 
385
- Several demos in this repo's
385
+ Several projects in this repo's
386
386
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
387
- directory are using this package.
388
-
389
- A selection:
387
+ directory are using this package:
390
388
 
391
389
  | Screenshot | Description | Live demo | Source |
392
390
  |:-----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/colored-noise",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "description": "Customizable O(1) ES6 generators for colored noise",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/binary": "^3.3.34",
38
- "@thi.ng/random": "^3.6.9"
37
+ "@thi.ng/binary": "^3.3.35",
38
+ "@thi.ng/random": "^3.6.11"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.38.0",
42
42
  "@thi.ng/api": "^8.9.6",
43
- "@thi.ng/dsp": "^4.6.5",
44
- "@thi.ng/dsp-io-wav": "^2.1.70",
43
+ "@thi.ng/dsp": "^4.6.9",
44
+ "@thi.ng/dsp-io-wav": "^2.1.74",
45
45
  "@thi.ng/testament": "^0.3.24",
46
- "@thi.ng/text-canvas": "^2.6.11",
47
- "@thi.ng/transducers": "^8.8.3",
48
- "@thi.ng/vectors": "^7.7.20",
46
+ "@thi.ng/text-canvas": "^2.6.15",
47
+ "@thi.ng/transducers": "^8.8.7",
48
+ "@thi.ng/vectors": "^7.8.1",
49
49
  "rimraf": "^5.0.5",
50
50
  "tools": "^0.0.1",
51
51
  "typedoc": "^0.25.2",
@@ -111,5 +111,5 @@
111
111
  ],
112
112
  "year": 2015
113
113
  },
114
- "gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n"
114
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
115
115
  }