@pinegrow/nuxt-module 3.0.0-beta.112 → 3.0.0-beta.114

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
@@ -8,7 +8,7 @@
8
8
 
9
9
  [Nuxt](https://nuxt.com/) module for [Pinegrow](https://pinegrow.com) ⚡️
10
10
 
11
- Pinegrow Nuxt Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer)."
11
+ Pinegrow Nuxt Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer).
12
12
 
13
13
  - [📖  Documentation](https://pinegrow.com/vue-designer)
14
14
 
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.111"
7
+ "version": "3.0.0-beta.113"
8
8
  }
package/dist/module.mjs CHANGED
@@ -89,9 +89,9 @@ const module = defineNuxtModule({
89
89
  },
90
90
  tailwindcss: {
91
91
  configPath: "~/tailwind.config.js",
92
- cssPath: "~/assets/css/tailwind.css",
93
- restartOnConfigUpdate: true,
94
- restartOnThemeUpdate: false
92
+ cssPath: "~/assets/css/tailwind.css"
93
+ // restartOnConfigUpdate: false,
94
+ // restartOnThemeUpdate: false,
95
95
  }
96
96
  }
97
97
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/nuxt-module",
3
- "version": "3.0.0-beta.112",
3
+ "version": "3.0.0-beta.114",
4
4
  "description": "Pinegrow Nuxt Module",
5
5
  "author": "Pinegrow (http://pinegrow.com/)",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@nuxt/kit": "latest",
40
- "@pinegrow/vite-plugin": "3.0.0-beta.112"
40
+ "@pinegrow/vite-plugin": "3.0.0-beta.114"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@nuxt/module-builder": "latest",