@thi.ng/dsp 4.6.15 → 4.6.16

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 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-03T12:13:31Z
3
+ - **Last updated**: 2023-12-09T19:12:03Z
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.6.15",
3
+ "version": "4.6.16",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,16 +33,15 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/api": "^8.9.10",
37
- "@thi.ng/checks": "^3.4.10",
38
- "@thi.ng/errors": "^2.4.4",
39
- "@thi.ng/math": "^5.7.5",
40
- "@thi.ng/random": "^3.6.16",
41
- "@thi.ng/transducers": "^8.8.13"
36
+ "@thi.ng/api": "^8.9.11",
37
+ "@thi.ng/checks": "^3.4.11",
38
+ "@thi.ng/errors": "^2.4.5",
39
+ "@thi.ng/math": "^5.7.6",
40
+ "@thi.ng/random": "^3.6.17",
41
+ "@thi.ng/transducers": "^8.8.14"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.3",
45
- "@thi.ng/testament": "^0.4.3",
46
45
  "rimraf": "^5.0.5",
47
46
  "tools": "^0.0.1",
48
47
  "typedoc": "^0.25.4",
@@ -283,5 +282,5 @@
283
282
  ],
284
283
  "year": 2015
285
284
  },
286
- "gitHead": "04d1de79f256d7a53c6b5fd157b37f49bc88e11d\n"
285
+ "gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
287
286
  }