@thi.ng/colored-noise 1.0.75 → 1.0.77
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 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 198 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -432,7 +432,7 @@ import { XsAdd } from "@thi.ng/random";
|
|
|
432
432
|
import { green } from "@thi.ng/colored-noise";
|
|
433
433
|
import { adsr, iterable, product } from "@thi.ng/dsp";
|
|
434
434
|
import { wavByteArray } from "@thi.ng/dsp-io-wav";
|
|
435
|
-
import { writeFileSync }
|
|
435
|
+
import { writeFileSync } "node:fs";
|
|
436
436
|
|
|
437
437
|
const FS = 44100;
|
|
438
438
|
|
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.77",
|
|
4
4
|
"description": "Customizable O(1) ES6 generators for colored noise",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/binary": "^3.4.
|
|
40
|
-
"@thi.ng/random": "^
|
|
39
|
+
"@thi.ng/binary": "^3.4.30",
|
|
40
|
+
"@thi.ng/random": "^4.0.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.47.0",
|
|
44
|
-
"@thi.ng/api": "^8.11.
|
|
45
|
-
"@thi.ng/dsp": "^4.7.
|
|
46
|
-
"@thi.ng/dsp-io-wav": "^2.1.
|
|
47
|
-
"@thi.ng/text-canvas": "^3.0.
|
|
48
|
-
"@thi.ng/transducers": "^9.0.
|
|
49
|
-
"@thi.ng/vectors": "^7.11.
|
|
44
|
+
"@thi.ng/api": "^8.11.7",
|
|
45
|
+
"@thi.ng/dsp": "^4.7.40",
|
|
46
|
+
"@thi.ng/dsp-io-wav": "^2.1.127",
|
|
47
|
+
"@thi.ng/text-canvas": "^3.0.30",
|
|
48
|
+
"@thi.ng/transducers": "^9.0.12",
|
|
49
|
+
"@thi.ng/vectors": "^7.11.6",
|
|
50
50
|
"esbuild": "^0.23.0",
|
|
51
51
|
"typedoc": "^0.26.3",
|
|
52
52
|
"typescript": "^5.5.3"
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
],
|
|
113
113
|
"year": 2015
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
|
|
116
116
|
}
|