nuxt-musicfyplayer 2.1.0 → 2.1.1
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/dist/module.json +2 -2
- package/package.json +15 -15
package/dist/module.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "nuxt-musicfyplayer",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.1",
|
4
4
|
"description": "Embed a simple and beautiful HTML music player from local or hosted audio on your website using MediaElement.js and ColorThief.js",
|
5
5
|
"keywords": [
|
6
6
|
"nuxt",
|
@@ -44,21 +44,21 @@
|
|
44
44
|
"test:watch": "vitest watch"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
|
-
"@nuxt/kit": "^3.13.
|
48
|
-
"colorthief": "
|
47
|
+
"@nuxt/kit": "^3.13.2",
|
48
|
+
"colorthief": "2.4.0",
|
49
49
|
"mediaelement": "^7.0.5"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
|
-
"@nuxt/devtools": "^1.
|
53
|
-
"@nuxt/eslint-config": "^0.5.
|
54
|
-
"@nuxt/module-builder": "^0.8.
|
55
|
-
"@nuxt/schema": "^3.13.
|
56
|
-
"@nuxt/test-utils": "^3.14.
|
57
|
-
"@types/node": "^22.5
|
58
|
-
"changelogen": "^0.5.
|
59
|
-
"eslint": "^9.
|
60
|
-
"nuxt": "^3.13.
|
61
|
-
"vitest": "^2.
|
52
|
+
"@nuxt/devtools": "^1.6.0",
|
53
|
+
"@nuxt/eslint-config": "^0.5.7",
|
54
|
+
"@nuxt/module-builder": "^0.8.4",
|
55
|
+
"@nuxt/schema": "^3.13.2",
|
56
|
+
"@nuxt/test-utils": "^3.14.3",
|
57
|
+
"@types/node": "^22.7.5",
|
58
|
+
"changelogen": "^0.5.7",
|
59
|
+
"eslint": "^9.12.0",
|
60
|
+
"nuxt": "^3.13.2",
|
61
|
+
"vitest": "^2.1.2",
|
62
62
|
"vue-tsc": "^2.1.6"
|
63
63
|
},
|
64
64
|
"changelog": {
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"domain": "github.com"
|
69
69
|
}
|
70
70
|
},
|
71
|
-
"packageManager": "pnpm@9.
|
72
|
-
}
|
71
|
+
"packageManager": "pnpm@9.12.1"
|
72
|
+
}
|