nvent 0.5.0 → 0.5.1
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.mjs +0 -5
- package/package.json +1 -1
package/dist/module.mjs
CHANGED
|
@@ -1078,11 +1078,6 @@ const meta = {
|
|
|
1078
1078
|
const module$1 = defineNuxtModule().with({
|
|
1079
1079
|
meta,
|
|
1080
1080
|
defaults: {},
|
|
1081
|
-
moduleDependencies: {
|
|
1082
|
-
"json-editor-vue/nuxt": {
|
|
1083
|
-
version: "0.18.1"
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
1081
|
async setup(options, nuxt) {
|
|
1087
1082
|
const { resolve } = createResolver(import.meta.url);
|
|
1088
1083
|
const userConfig = nuxt.options[meta.configKey] || {};
|