@thi.ng/dsp 4.7.29 → 4.7.30

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**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-20T14:42: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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [4.7.30](https://github.com/thi-ng/umbrella/tree/@thi.ng/dsp@4.7.30) (2024-04-20)
13
+
14
+ #### ♻️ Refactoring
15
+
16
+ - update type usage ([86be0c3](https://github.com/thi-ng/umbrella/commit/86be0c3))
17
+
12
18
  ## [4.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/dsp@4.7.0) (2023-12-28)
13
19
 
14
20
  #### 🚀 Features
package/README.md CHANGED
@@ -83,10 +83,10 @@ import * as dsp from "@thi.ng/dsp";
83
83
  Browser ESM import:
84
84
 
85
85
  ```html
86
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/dsp"></script>
86
+ <script type="module" src="https://esm.run/@thi.ng/dsp"></script>
87
87
  ```
88
88
 
89
- [Skypack documentation](https://docs.skypack.dev/)
89
+ [JSDelivr documentation](https://www.jsdelivr.com/)
90
90
 
91
91
  For Node.js REPL:
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dsp",
3
- "version": "4.7.29",
3
+ "version": "4.7.30",
4
4
  "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,12 +37,12 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.10.1",
41
- "@thi.ng/checks": "^3.6.1",
42
- "@thi.ng/errors": "^2.5.4",
43
- "@thi.ng/math": "^5.10.10",
44
- "@thi.ng/random": "^3.7.3",
45
- "@thi.ng/transducers": "^9.0.1"
40
+ "@thi.ng/api": "^8.11.0",
41
+ "@thi.ng/checks": "^3.6.2",
42
+ "@thi.ng/errors": "^2.5.5",
43
+ "@thi.ng/math": "^5.10.11",
44
+ "@thi.ng/random": "^3.7.4",
45
+ "@thi.ng/transducers": "^9.0.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.43.0",
@@ -289,5 +289,5 @@
289
289
  ],
290
290
  "year": 2015
291
291
  },
292
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
292
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
293
293
  }