@thi.ng/dsp 4.7.24 → 4.7.26

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-13T14:04:31Z
3
+ - **Last updated**: 2024-03-27T09:53:45Z
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.24",
3
+ "version": "4.7.26",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,19 +37,19 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.9.30",
41
- "@thi.ng/checks": "^3.5.4",
42
- "@thi.ng/errors": "^2.5.1",
43
- "@thi.ng/math": "^5.10.7",
44
- "@thi.ng/random": "^3.7.0",
45
- "@thi.ng/transducers": "^8.9.15"
40
+ "@thi.ng/api": "^8.9.31",
41
+ "@thi.ng/checks": "^3.5.5",
42
+ "@thi.ng/errors": "^2.5.2",
43
+ "@thi.ng/math": "^5.10.8",
44
+ "@thi.ng/random": "^3.7.1",
45
+ "@thi.ng/transducers": "^8.9.17"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.42.3",
49
- "esbuild": "^0.20.1",
48
+ "@microsoft/api-extractor": "^7.43.0",
49
+ "esbuild": "^0.20.2",
50
50
  "rimraf": "^5.0.5",
51
51
  "typedoc": "^0.25.12",
52
- "typescript": "^5.4.2"
52
+ "typescript": "^5.4.3"
53
53
  },
54
54
  "keywords": [
55
55
  "allpass",
@@ -289,5 +289,5 @@
289
289
  ],
290
290
  "year": 2015
291
291
  },
292
- "gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n"
292
+ "gitHead": "db5f5a5d1b223a8e6b4999d67836678038fd3560\n"
293
293
  }