@thi.ng/dsp 4.7.9 → 4.7.12

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-10T08:59:56Z
3
+ - **Last updated**: 2024-02-19T16:07:07Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dsp",
3
- "version": "4.7.9",
3
+ "version": "4.7.12",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,12 +36,12 @@
36
36
  "tool:diagrams": "bun tools/generate-diagrams.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.23",
40
- "@thi.ng/checks": "^3.4.23",
41
- "@thi.ng/errors": "^2.4.16",
42
- "@thi.ng/math": "^5.9.1",
43
- "@thi.ng/random": "^3.6.30",
44
- "@thi.ng/transducers": "^8.9.1"
39
+ "@thi.ng/api": "^8.9.24",
40
+ "@thi.ng/checks": "^3.4.24",
41
+ "@thi.ng/errors": "^2.4.17",
42
+ "@thi.ng/math": "^5.10.1",
43
+ "@thi.ng/random": "^3.6.31",
44
+ "@thi.ng/transducers": "^8.9.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.40.1",
@@ -288,5 +288,5 @@
288
288
  ],
289
289
  "year": 2015
290
290
  },
291
- "gitHead": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n"
291
+ "gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
292
292
  }