@pinegrow/astro-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
  [Astro](https://astro.build/) module for [Pinegrow](https://pinegrow.com) ⚡️
10
10
 
11
- Pinegrow Astro Module enables connection and interaction between your Vite Dev-Server and Pinegrow apps (currently only Vue Designer)."
11
+ Pinegrow Astro 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/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/index.ts
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/index.ts
2
2
  var _path = require('path'); var _path2 = _interopRequireDefault(_path);
3
3
  var _vite = require('unplugin-vue-components/vite'); var _vite2 = _interopRequireDefault(_vite);
4
4
  var _vite3 = require('unplugin-auto-import/vite'); var _vite4 = _interopRequireDefault(_vite3);
@@ -6,13 +6,11 @@ async function getViteConfiguration(moduleOptions) {
6
6
  var _a, _b, _c, _d;
7
7
  let vitePlugin;
8
8
  try {
9
- const { liveDesigner } = await Promise.resolve().then(() => require("./live-designer-ZFVVYPVH.cjs"));
9
+ const { liveDesigner } = await Promise.resolve().then(() => _interopRequireWildcard(require("./live-designer-ZFVVYPVH.cjs")));
10
10
  vitePlugin = liveDesigner({
11
11
  tailwindcss: {
12
12
  configPath: "tailwind.config.js",
13
- cssPath: "@/assets/css/tailwind.css",
14
- restartOnConfigUpdate: true,
15
- restartOnThemeUpdate: false
13
+ cssPath: "@/assets/css/tailwind.css"
16
14
  },
17
15
  ...(moduleOptions == null ? void 0 : moduleOptions.liveDesigner) || {}
18
16
  });
package/dist/index.js CHANGED
@@ -10,9 +10,7 @@ async function getViteConfiguration(moduleOptions) {
10
10
  vitePlugin = liveDesigner({
11
11
  tailwindcss: {
12
12
  configPath: "tailwind.config.js",
13
- cssPath: "@/assets/css/tailwind.css",
14
- restartOnConfigUpdate: true,
15
- restartOnThemeUpdate: false
13
+ cssPath: "@/assets/css/tailwind.css"
16
14
  },
17
15
  ...(moduleOptions == null ? void 0 : moduleOptions.liveDesigner) || {}
18
16
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/astro-module",
3
- "version": "3.0.0-beta.112",
3
+ "version": "3.0.0-beta.114",
4
4
  "description": "Pinegrow Astro Module",
5
5
  "author": "Pinegrow (http://pinegrow.com/)",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "increment-beta-version": "npm version prerelease --preid=beta"
34
34
  },
35
35
  "dependencies": {
36
- "@pinegrow/vite-plugin": "3.0.0-beta.112",
36
+ "@pinegrow/vite-plugin": "3.0.0-beta.114",
37
37
  "unplugin-vue-components": "^0.24.1",
38
38
  "unplugin-auto-import": "^0.15.2"
39
39
  },