@pinegrow/astro-module 3.0.0-beta.86 → 3.0.0-beta.88
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/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ async function getViteConfiguration(moduleOptions) {
|
|
|
7
7
|
let vitePlugin;
|
|
8
8
|
try {
|
|
9
9
|
const { liveDesigner } = await Promise.resolve().then(() => require("./live-designer-ZFVVYPVH.cjs"));
|
|
10
|
-
vitePlugin = liveDesigner({ ...(moduleOptions == null ? void 0 : moduleOptions.liveDesigner) || {}
|
|
10
|
+
vitePlugin = liveDesigner({ ...(moduleOptions == null ? void 0 : moduleOptions.liveDesigner) || {} });
|
|
11
11
|
} catch (err) {
|
|
12
12
|
console.log(err);
|
|
13
13
|
console.log("Pinegrow: @pinegrow/astro-module was unable to load @pinegrow/vite-plugin live-designer!");
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ async function getViteConfiguration(moduleOptions) {
|
|
|
7
7
|
let vitePlugin;
|
|
8
8
|
try {
|
|
9
9
|
const { liveDesigner } = await import("./live-designer-LATOGT4K.js");
|
|
10
|
-
vitePlugin = liveDesigner({ ...(moduleOptions == null ? void 0 : moduleOptions.liveDesigner) || {}
|
|
10
|
+
vitePlugin = liveDesigner({ ...(moduleOptions == null ? void 0 : moduleOptions.liveDesigner) || {} });
|
|
11
11
|
} catch (err) {
|
|
12
12
|
console.log(err);
|
|
13
13
|
console.log("Pinegrow: @pinegrow/astro-module was unable to load @pinegrow/vite-plugin live-designer!");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinegrow/astro-module",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.88",
|
|
4
4
|
"description": "Pinegrow Astro Module",
|
|
5
5
|
"author": "Pinegrow (http://pinegrow.com/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"increment-beta-version": "npm version prerelease --preid=beta"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@pinegrow/vite-plugin": "3.0.0-beta.
|
|
31
|
+
"@pinegrow/vite-plugin": "3.0.0-beta.88",
|
|
32
32
|
"unplugin-vue-components": "^0.24.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|