@pinegrow/iles-module 3.0.0-beta.83 → 3.0.0-beta.84

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 CHANGED
@@ -5730,7 +5730,7 @@ async function src_default(moduleOptions) {
5730
5730
  let vitePlugin;
5731
5731
  try {
5732
5732
  const { liveDesigner } = await Promise.resolve().then(() => require("./live-designer-P7W52HHN.cjs"));
5733
- vitePlugin = liveDesigner(moduleOptions);
5733
+ vitePlugin = liveDesigner(moduleOptions.liveDesigner);
5734
5734
  } catch (err) {
5735
5735
  console.log(err);
5736
5736
  console.log("Pinegrow: @pinegrow/iles-module was unable to load @pinegrow/vite-plugin live-designer!");
package/dist/index.js CHANGED
@@ -5730,7 +5730,7 @@ async function src_default(moduleOptions) {
5730
5730
  let vitePlugin;
5731
5731
  try {
5732
5732
  const { liveDesigner } = await import("./live-designer-B6W7TBDG.js");
5733
- vitePlugin = liveDesigner(moduleOptions);
5733
+ vitePlugin = liveDesigner(moduleOptions.liveDesigner);
5734
5734
  } catch (err) {
5735
5735
  console.log(err);
5736
5736
  console.log("Pinegrow: @pinegrow/iles-module was unable to load @pinegrow/vite-plugin live-designer!");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/iles-module",
3
- "version": "3.0.0-beta.83",
3
+ "version": "3.0.0-beta.84",
4
4
  "description": "Pinegrow Iles 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.83"
36
+ "@pinegrow/vite-plugin": "3.0.0-beta.84"
37
37
  },
38
38
  "devDependencies": {
39
39
  "iles": "^0.5",