@thi.ng/dsp 4.7.41 → 4.7.42
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 +6 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/dsp",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.42",
|
|
4
4
|
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@thi.ng/api": "^8.11.8",
|
|
41
41
|
"@thi.ng/checks": "^3.6.10",
|
|
42
42
|
"@thi.ng/errors": "^2.5.14",
|
|
43
|
-
"@thi.ng/math": "^5.11.
|
|
43
|
+
"@thi.ng/math": "^5.11.7",
|
|
44
44
|
"@thi.ng/random": "^4.0.2",
|
|
45
|
-
"@thi.ng/transducers": "^9.0
|
|
45
|
+
"@thi.ng/transducers": "^9.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-extractor": "^7.47.5",
|
|
@@ -287,7 +287,8 @@
|
|
|
287
287
|
"related": [
|
|
288
288
|
"math"
|
|
289
289
|
],
|
|
290
|
-
"year": 2015
|
|
290
|
+
"year": 2015,
|
|
291
|
+
"screenshot": "dsp/dsf-allpass1.png"
|
|
291
292
|
},
|
|
292
|
-
"gitHead": "
|
|
293
|
+
"gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n"
|
|
293
294
|
}
|