@juandinella/audio-bands 0.4.0 → 0.4.7
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/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juandinella/audio-bands",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "Headless browser audio analysis. Get bass/mid/high bands from music or mic, with an optional React hook.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
],
|
|
16
16
|
"author": "Juan Dinella",
|
|
17
17
|
"license": "MIT",
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/juandinella/audio-bands"
|
|
21
|
+
},
|
|
18
22
|
"type": "module",
|
|
19
23
|
"main": "./dist/index.cjs",
|
|
20
24
|
"module": "./dist/index.js",
|