@mframework/ui 0.0.6-beta3 → 0.0.6-beta4

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.
Files changed (2) hide show
  1. package/module.ts +0 -5
  2. package/package.json +1 -2
package/module.ts CHANGED
@@ -48,11 +48,6 @@ export default defineNuxtModule < MFrameworkUiOptions > ({
48
48
  //
49
49
  nuxt.options.runtimeConfig.public.mframeworkUi = options
50
50
 
51
- //
52
- // 2. Install @nuxt/image
53
- //
54
- await installModule('@nuxt/image', options.image || {})
55
-
56
51
  //
57
52
  // 3. Install @nuxt/fonts
58
53
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mframework/ui",
3
- "version": "0.0.6-beta3",
3
+ "version": "0.0.6-beta4",
4
4
  "description": "Official opinionated UI module for the M Framework.",
5
5
  "keywords": [
6
6
  "ui",
@@ -28,7 +28,6 @@
28
28
  "@fortawesome/vue-fontawesome": "^3.1.2",
29
29
  "@mdi/font": "^7.4.47",
30
30
  "@nuxt/fonts": "^0.13.0",
31
- "@nuxt/image": "^2.0.0",
32
31
  "@nuxt/kit": "^4.3.1",
33
32
  "@vueuse/motion": "^3.0.3",
34
33
  "tailwindcss": "^4.1.18",