@thi.ng/colored-noise 1.0.41 → 1.0.43
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/package.json +10 -11
package/CHANGELOG.md
CHANGED
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.43",
|
|
4
4
|
"description": "Customizable O(1) ES6 generators for colored noise",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,20 +35,19 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/binary": "^3.4.
|
|
39
|
-
"@thi.ng/random": "^3.6.
|
|
38
|
+
"@thi.ng/binary": "^3.4.2",
|
|
39
|
+
"@thi.ng/random": "^3.6.21"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@microsoft/api-extractor": "^7.38.3",
|
|
43
|
-
"@thi.ng/api": "^8.9.
|
|
44
|
-
"@thi.ng/dsp": "^4.6.
|
|
45
|
-
"@thi.ng/dsp-io-wav": "^2.1.
|
|
46
|
-
"@thi.ng/text-canvas": "^2.6.
|
|
47
|
-
"@thi.ng/transducers": "^8.8.
|
|
48
|
-
"@thi.ng/vectors": "^7.8.
|
|
43
|
+
"@thi.ng/api": "^8.9.14",
|
|
44
|
+
"@thi.ng/dsp": "^4.6.20",
|
|
45
|
+
"@thi.ng/dsp-io-wav": "^2.1.85",
|
|
46
|
+
"@thi.ng/text-canvas": "^2.6.27",
|
|
47
|
+
"@thi.ng/transducers": "^8.8.18",
|
|
48
|
+
"@thi.ng/vectors": "^7.8.13",
|
|
49
49
|
"esbuild": "^0.19.8",
|
|
50
50
|
"rimraf": "^5.0.5",
|
|
51
|
-
"tools": "^0.0.1",
|
|
52
51
|
"typedoc": "^0.25.4",
|
|
53
52
|
"typescript": "^5.3.2"
|
|
54
53
|
},
|
|
@@ -112,5 +111,5 @@
|
|
|
112
111
|
],
|
|
113
112
|
"year": 2015
|
|
114
113
|
},
|
|
115
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n"
|
|
116
115
|
}
|