nuxt-musicfyplayer 2.1.7 → 2.1.8

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 CHANGED
@@ -4,9 +4,9 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "2.1.7",
7
+ "version": "2.1.8",
8
8
  "builder": {
9
- "@nuxt/module-builder": "1.0.1",
10
- "unbuild": "3.5.0"
9
+ "@nuxt/module-builder": "1.0.2",
10
+ "unbuild": "3.6.0"
11
11
  }
12
12
  }
@@ -15,7 +15,7 @@ type __VLS_Props = {
15
15
  */
16
16
  height?: string;
17
17
  };
18
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
19
  width: string;
20
20
  height: string;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-musicfyplayer",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "Embed a simple and beautiful HTML music player from local or hosted audio on your website using MediaElement.js and fast-average-color",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -32,33 +32,33 @@
32
32
  ],
33
33
  "scripts": {
34
34
  "prepack": "nuxt-module-build build",
35
- "dev": "nuxi dev playground",
36
- "dev:build": "nuxi build playground",
37
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
35
+ "dev": "nuxt dev playground",
36
+ "dev:build": "nuxt build playground",
37
+ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
38
38
  "release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
39
39
  "lint": "eslint .",
40
40
  "lint:fix": "eslint . --fix",
41
41
  "test": "echo \"Error: no test specified\"",
42
- "test:types": "vue-tsc --noEmit",
42
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc -b --noEmit",
43
43
  "test:watch": "vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@nuxt/kit": "^3.17.3",
46
+ "@nuxt/kit": "^4.0.3",
47
47
  "fast-average-color": "^9.5.0",
48
48
  "mediaelement": "^7.0.7"
49
49
  },
50
50
  "devDependencies": {
51
- "@nuxt/devtools": "^2.4.1",
52
- "@nuxt/eslint-config": "^1.4.0",
53
- "@nuxt/module-builder": "^1.0.1",
54
- "@nuxt/schema": "^3.17.3",
55
- "@nuxt/test-utils": "^3.19.0",
56
- "@types/node": "^22.15.18",
57
- "changelogen": "^0.6.1",
58
- "eslint": "^9.27.0",
59
- "nuxt": "^3.17.3",
60
- "vitest": "^3.1.3",
61
- "vue-tsc": "^2.2.10"
51
+ "@nuxt/devtools": "^2.6.2",
52
+ "@nuxt/eslint-config": "^1.8.0",
53
+ "@nuxt/module-builder": "^1.0.2",
54
+ "@nuxt/schema": "^4.0.3",
55
+ "@nuxt/test-utils": "^3.19.2",
56
+ "@types/node": "^24.2.0",
57
+ "changelogen": "^0.6.2",
58
+ "eslint": "^9.32.0",
59
+ "nuxt": "^4.0.3",
60
+ "vitest": "^3.2.4",
61
+ "vue-tsc": "^3.0.5"
62
62
  },
63
- "packageManager": "pnpm@10.11.0"
64
- }
63
+ "packageManager": "pnpm@10.14.0"
64
+ }