@mframework/ui 0.0.6-beta3 → 0.0.6-beta5

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 +2 -6
  2. package/package.json +1 -2
package/module.ts CHANGED
@@ -4,7 +4,8 @@ import {
4
4
  addPlugin,
5
5
  addComponentsDir,
6
6
  createResolver,
7
- installModule
7
+ installModule,
8
+ resolveModule
8
9
  } from '@nuxt/kit'
9
10
 
10
11
  export interface MFrameworkUiOptions {
@@ -48,11 +49,6 @@ export default defineNuxtModule < MFrameworkUiOptions > ({
48
49
  //
49
50
  nuxt.options.runtimeConfig.public.mframeworkUi = options
50
51
 
51
- //
52
- // 2. Install @nuxt/image
53
- //
54
- await installModule('@nuxt/image', options.image || {})
55
-
56
52
  //
57
53
  // 3. Install @nuxt/fonts
58
54
  //
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-beta5",
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",