@thi.ng/colored-noise 1.0.37 → 1.0.39
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 +11 -12
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.39",
|
|
4
4
|
"description": "Customizable O(1) ES6 generators for colored noise",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -33,21 +33,20 @@
|
|
|
33
33
|
"test": "bun test"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@thi.ng/binary": "^3.3.
|
|
37
|
-
"@thi.ng/random": "^3.6.
|
|
36
|
+
"@thi.ng/binary": "^3.3.40",
|
|
37
|
+
"@thi.ng/random": "^3.6.17"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@microsoft/api-extractor": "^7.38.3",
|
|
41
|
-
"@thi.ng/api": "^8.9.
|
|
42
|
-
"@thi.ng/dsp": "^4.6.
|
|
43
|
-
"@thi.ng/dsp-io-wav": "^2.1.
|
|
44
|
-
"@thi.ng/
|
|
45
|
-
"@thi.ng/
|
|
46
|
-
"@thi.ng/
|
|
47
|
-
"@thi.ng/vectors": "^7.8.6",
|
|
41
|
+
"@thi.ng/api": "^8.9.11",
|
|
42
|
+
"@thi.ng/dsp": "^4.6.16",
|
|
43
|
+
"@thi.ng/dsp-io-wav": "^2.1.81",
|
|
44
|
+
"@thi.ng/text-canvas": "^2.6.22",
|
|
45
|
+
"@thi.ng/transducers": "^8.8.14",
|
|
46
|
+
"@thi.ng/vectors": "^7.8.8",
|
|
48
47
|
"rimraf": "^5.0.5",
|
|
49
48
|
"tools": "^0.0.1",
|
|
50
|
-
"typedoc": "^0.25.
|
|
49
|
+
"typedoc": "^0.25.4",
|
|
51
50
|
"typescript": "^5.3.2"
|
|
52
51
|
},
|
|
53
52
|
"keywords": [
|
|
@@ -110,5 +109,5 @@
|
|
|
110
109
|
],
|
|
111
110
|
"year": 2015
|
|
112
111
|
},
|
|
113
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
|
|
114
113
|
}
|