@pinegrow/nuxt-module 3.0.0 → 3.0.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/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Pinegrow Nuxt Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).
12
12
 
13
- - [ Learn more about Vue Designer](https://pinegrow.com/vue-designer)
13
+ - [ Learn more about Vue Designer](https://vuedesigner.com)
14
14
 
15
15
  ## Features
16
16
 
package/dist/module.d.ts CHANGED
@@ -4,7 +4,7 @@ import { LiveDesignerOptions } from '@pinegrow/vite-plugin';
4
4
  interface PinegrowNuxtModuleOptions {
5
5
  /**
6
6
  * Pinegrow Live Designer options
7
- * For details, check https://pinegrow.com/vue-designer
7
+ * For details, check https://vuedesigner.com
8
8
  */
9
9
  liveDesigner?: {
10
10
  [key in string]?: any;
package/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.1.0"
6
6
  },
7
- "version": "3.0.0-beta.145"
7
+ "version": "3.0.1"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/nuxt-module",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Pinegrow Nuxt Module",
5
5
  "author": "Pinegrow (http://pinegrow.com/)",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@nuxt/kit": "latest",
43
- "@pinegrow/vite-plugin": "3.0.0"
43
+ "@pinegrow/vite-plugin": "3.0.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@nuxt/module-builder": "latest",