@pinegrow/nuxt-module 3.0.67 → 3.0.69

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.d.mts CHANGED
@@ -10,6 +10,6 @@ interface PinegrowNuxtModuleOptions {
10
10
  [key in string]?: any;
11
11
  } & LiveDesignerOptions;
12
12
  }
13
- declare const _default: _nuxt_schema.NuxtModule<PinegrowNuxtModuleOptions>;
13
+ declare const _default: _nuxt_schema.NuxtModule<PinegrowNuxtModuleOptions, PinegrowNuxtModuleOptions, false>;
14
14
 
15
15
  export { type PinegrowNuxtModuleOptions, _default as default };
package/dist/module.d.ts CHANGED
@@ -10,6 +10,6 @@ interface PinegrowNuxtModuleOptions {
10
10
  [key in string]?: any;
11
11
  } & LiveDesignerOptions;
12
12
  }
13
- declare const _default: _nuxt_schema.NuxtModule<PinegrowNuxtModuleOptions>;
13
+ declare const _default: _nuxt_schema.NuxtModule<PinegrowNuxtModuleOptions, PinegrowNuxtModuleOptions, false>;
14
14
 
15
15
  export { type PinegrowNuxtModuleOptions, _default as default };
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.1.0"
6
6
  },
7
- "version": "3.0.67"
7
+ "version": "3.0.69"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/nuxt-module",
3
- "version": "3.0.67",
3
+ "version": "3.0.69",
4
4
  "description": "Pinegrow Nuxt Module",
5
5
  "author": "Pinegrow (http://pinegrow.com/)",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@nuxt/kit": "latest",
45
- "@pinegrow/vite-plugin": "3.0.67"
45
+ "@pinegrow/vite-plugin": "3.0.69"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@nuxt/module-builder": "latest",