@thi.ng/dsp 4.4.0 → 4.4.1

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/README.md +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**: 2023-08-24T05:28:47Z
3
+ - **Last updated**: 2023-08-27T11:20:59Z
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: 6.91 KB
87
+ Package sizes (brotli'd, pre-treeshake): ESM: 6.93 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.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.9.4",
38
- "@thi.ng/checks": "^3.4.4",
39
- "@thi.ng/errors": "^2.3.4",
40
- "@thi.ng/math": "^5.6.0",
41
- "@thi.ng/random": "^3.6.2",
42
- "@thi.ng/transducers": "^8.6.1"
37
+ "@thi.ng/api": "^8.9.5",
38
+ "@thi.ng/checks": "^3.4.5",
39
+ "@thi.ng/errors": "^2.3.5",
40
+ "@thi.ng/math": "^5.6.1",
41
+ "@thi.ng/random": "^3.6.3",
42
+ "@thi.ng/transducers": "^8.6.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.36.4",
46
- "@thi.ng/testament": "^0.3.22",
46
+ "@thi.ng/testament": "^0.3.23",
47
47
  "rimraf": "^5.0.1",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.24.8",
50
- "typescript": "^5.1.6"
49
+ "typedoc": "^0.25.0",
50
+ "typescript": "^5.2.2"
51
51
  },
52
52
  "keywords": [
53
53
  "allpass",
@@ -275,5 +275,5 @@
275
275
  ],
276
276
  "year": 2015
277
277
  },
278
- "gitHead": "04f545c7be1811ed24be1a6824d867b1ea9bded1\n"
278
+ "gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n"
279
279
  }