@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.
- package/CHANGELOG.md +1 -1
- package/README.md +5 -5
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/colored-noise)
|
|
6
6
|

|
|
@@ -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
|
-
|
|
20
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
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.
|
|
38
|
-
"@thi.ng/random": "^3.3.
|
|
37
|
+
"@thi.ng/binary": "^3.3.6",
|
|
38
|
+
"@thi.ng/random": "^3.3.9"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@microsoft/api-extractor": "^7.
|
|
42
|
-
"@thi.ng/api": "^8.4.
|
|
43
|
-
"@thi.ng/dsp": "^4.2.
|
|
44
|
-
"@thi.ng/dsp-io-wav": "^2.1.
|
|
45
|
-
"@thi.ng/testament": "^0.
|
|
46
|
-
"@thi.ng/text-canvas": "^2.4.
|
|
47
|
-
"@thi.ng/transducers": "^8.3.
|
|
48
|
-
"@thi.ng/vectors": "^7.5.
|
|
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.
|
|
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": "
|
|
111
|
+
"gitHead": "8600007d81a7dc92634a1d54e2c32b14ab30ba80\n"
|
|
112
112
|
}
|