@thi.ng/dsp 4.7.99 → 4.7.101
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/README.md +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -619,4 +619,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
619
619
|
|
|
620
620
|
## License
|
|
621
621
|
|
|
622
|
-
© 2015 -
|
|
622
|
+
© 2015 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/dsp",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.101",
|
|
4
4
|
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
45
|
-
"@thi.ng/errors": "^2.6.
|
|
46
|
-
"@thi.ng/math": "^5.15.
|
|
47
|
-
"@thi.ng/random": "^4.1.
|
|
48
|
-
"@thi.ng/transducers": "^9.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.13",
|
|
44
|
+
"@thi.ng/checks": "^3.8.3",
|
|
45
|
+
"@thi.ng/errors": "^2.6.2",
|
|
46
|
+
"@thi.ng/math": "^5.15.2",
|
|
47
|
+
"@thi.ng/random": "^4.1.38",
|
|
48
|
+
"@thi.ng/transducers": "^9.6.22"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"esbuild": "^0.27.
|
|
52
|
-
"typedoc": "^0.28.
|
|
51
|
+
"esbuild": "^0.27.2",
|
|
52
|
+
"typedoc": "^0.28.16",
|
|
53
53
|
"typescript": "^5.9.3"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
@@ -292,5 +292,5 @@
|
|
|
292
292
|
"year": 2015,
|
|
293
293
|
"screenshot": "dsp/dsf-allpass1.png"
|
|
294
294
|
},
|
|
295
|
-
"gitHead": "
|
|
295
|
+
"gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
|
|
296
296
|
}
|