@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.
- package/dist/nuxt/module.json +1 -1
- package/dist/nuxt/module.mjs +1 -1
- package/package.json +1 -1
package/dist/nuxt/module.json
CHANGED
package/dist/nuxt/module.mjs
CHANGED
|
@@ -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.
|
|
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",
|