@thi.ng/dsp 4.7.52 → 4.7.54

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/fft.d.ts +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-10T17:11:51Z
3
+ - **Last updated**: 2024-12-12T10:11:58Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/fft.d.ts CHANGED
@@ -230,5 +230,5 @@ export declare const binFreq: FnN3;
230
230
  * @param fs - sample rate
231
231
  * @param m - number of result values
232
232
  */
233
- export declare const fftFreq: (n: number, fs: number, m?: number) => Float64Array;
233
+ export declare const fftFreq: (n: number, fs: number, m?: number) => Float64Array<ArrayBuffer>;
234
234
  //# sourceMappingURL=fft.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dsp",
3
- "version": "4.7.52",
3
+ "version": "4.7.54",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,18 +37,18 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.11.12",
41
- "@thi.ng/checks": "^3.6.14",
42
- "@thi.ng/errors": "^2.5.18",
43
- "@thi.ng/math": "^5.11.12",
44
- "@thi.ng/random": "^4.1.3",
45
- "@thi.ng/transducers": "^9.2.8"
40
+ "@thi.ng/api": "^8.11.14",
41
+ "@thi.ng/checks": "^3.6.16",
42
+ "@thi.ng/errors": "^2.5.20",
43
+ "@thi.ng/math": "^5.11.14",
44
+ "@thi.ng/random": "^4.1.5",
45
+ "@thi.ng/transducers": "^9.2.10"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.47.9",
48
+ "@microsoft/api-extractor": "^7.48.0",
49
49
  "esbuild": "^0.24.0",
50
- "typedoc": "^0.26.7",
51
- "typescript": "^5.6.2"
50
+ "typedoc": "^0.27.4",
51
+ "typescript": "^5.7.2"
52
52
  },
53
53
  "keywords": [
54
54
  "allpass",
@@ -290,5 +290,5 @@
290
290
  "year": 2015,
291
291
  "screenshot": "dsp/dsf-allpass1.png"
292
292
  },
293
- "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
293
+ "gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n"
294
294
  }