@maas/vue-equipment 0.8.1 → 0.8.2

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "configKey": "vueEquipment",
4
- "version": "0.8.0"
4
+ "version": "0.8.1"
5
5
  }
@@ -119,7 +119,7 @@ const module = defineNuxtModule({
119
119
  const nuxtPlugin = await resolver.resolvePath(
120
120
  `@maas/vue-equipment/plugins/${plugin}/nuxt`
121
121
  );
122
- installModule(nuxtPlugin);
122
+ await installModule(nuxtPlugin);
123
123
  }
124
124
  if (options.composables === true) {
125
125
  composables = metadata.functions.filter((fn) => fn.package === "composables").map((fn) => fn.name);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "description": "A magic collection of Vue composables, plugins, components and directives",
4
- "version": "0.8.1",
4
+ "version": "0.8.2",
5
5
  "author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
6
6
  "devDependencies": {
7
7
  "@antfu/ni": "^0.21.5",