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.
Files changed (2) hide show
  1. package/dist/module.mjs +0 -5
  2. 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] || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nvent",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Event-driven workflows for Nuxt",
5
5
  "repository": "DevJoghurt/nvent",
6
6
  "license": "MIT",