@thi.ng/dsp 4.6.1 → 4.6.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-05T11:44:15Z
3
+ - **Last updated**: 2023-10-11T10:05:08Z
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/README.md CHANGED
@@ -84,7 +84,7 @@ For Node.js REPL:
84
84
  const dsp = await import("@thi.ng/dsp");
85
85
  ```
86
86
 
87
- Package sizes (brotli'd, pre-treeshake): ESM: 7.34 KB
87
+ Package sizes (brotli'd, pre-treeshake): ESM: 7.30 KB
88
88
 
89
89
  ## Dependencies
90
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dsp",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,8 +38,8 @@
38
38
  "@thi.ng/checks": "^3.4.5",
39
39
  "@thi.ng/errors": "^2.3.5",
40
40
  "@thi.ng/math": "^5.6.1",
41
- "@thi.ng/random": "^3.6.6",
42
- "@thi.ng/transducers": "^8.7.2"
41
+ "@thi.ng/random": "^3.6.7",
42
+ "@thi.ng/transducers": "^8.8.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.36.4",
@@ -284,5 +284,5 @@
284
284
  ],
285
285
  "year": 2015
286
286
  },
287
- "gitHead": "10d8b3725e96c5d704c759489a89f132892b181e\n"
287
+ "gitHead": "e9f04908dc37ae9e29320f098d195f9f8445a1ad\n"
288
288
  }