We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df44aab commit 48d1ca6Copy full SHA for 48d1ca6
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "window-function",
3
- "version": "2.1.0",
+ "version": "3.0.0",
4
"type": "module",
5
"description": "Window functions for signal processing and spectral analysis",
6
"exports": {
@@ -42,7 +42,13 @@
42
"./util": "./util.js"
43
},
44
"types": "./index.d.ts",
45
- "typesVersions": { "*": { "*": ["./index.d.ts"] } },
+ "typesVersions": {
46
+ "*": {
47
+ "*": [
48
+ "./index.d.ts"
49
+ ]
50
+ }
51
+ },
52
"scripts": {
53
"test": "node --test test.js"
54
0 commit comments