@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 +1 -1
- package/README.md +2 -4
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
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
|
|
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.
|
|
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.
|
|
38
|
-
"@thi.ng/random": "^3.6.
|
|
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.
|
|
44
|
-
"@thi.ng/dsp-io-wav": "^2.1.
|
|
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.
|
|
47
|
-
"@thi.ng/transducers": "^8.8.
|
|
48
|
-
"@thi.ng/vectors": "^7.
|
|
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": "
|
|
114
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
115
115
|
}
|