We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee5ad8 commit ebb8700Copy full SHA for ebb8700
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@wavesurfer/react",
3
- "version": "1.0.5",
4
- "description": "React component for wavesurfer.js",
+ "version": "1.0.6",
+ "description": "React component and hook for wavesurfer.js",
5
"homepage": "https://wavesurfer.xyz",
6
"repository": {
7
"type": "git",
@@ -36,7 +36,7 @@
36
"license": "BSD-3-Clause",
37
"peerDependencies": {
38
"react": "^18.2.0",
39
- "wavesurfer.js": "^7.6.3"
+ "wavesurfer.js": ">=7.7.14"
40
},
41
"devDependencies": {
42
"@rollup/plugin-commonjs": "^25.0.7",
0 commit comments