@wix/astro 2.33.0 → 2.34.0
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/build/integration/{builders-B9yQdgSz.mjs → builders-CjRoHEzM.mjs} +1 -1
- package/build/integration/{builders-DVfxT6EC.mjs → builders-n1cW-CFG.mjs} +1 -1
- package/build/integration/builders-trusted.mjs +1 -1
- package/build/integration/builders.mjs +2 -2
- package/build/integration/index.mjs +2 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as webhookBundler, a as customElement, c as webhook, d as ecomPaymentSettings, f as ecomGiftCards, h as bookingsStaffSortingProvider, i as sitePlugin, l as ecomValidations, m as ecomAdditionalFees, n as siteComponentPanel, p as ecomDiscountTriggers, r as embeddedScript, s as genericExtension, t as siteComponent, u as ecomShippingRates, y as servicePluginBundler } from "./builders-
|
|
1
|
+
import { _ as webhookBundler, a as customElement, c as webhook, d as ecomPaymentSettings, f as ecomGiftCards, h as bookingsStaffSortingProvider, i as sitePlugin, l as ecomValidations, m as ecomAdditionalFees, n as siteComponentPanel, p as ecomDiscountTriggers, r as embeddedScript, s as genericExtension, t as siteComponent, u as ecomShippingRates, y as servicePluginBundler } from "./builders-n1cW-CFG.mjs";
|
|
2
2
|
|
|
3
3
|
//#region ../astro-backoffice-extensions/src/builders/backofficeExtensionMenuPlugin.ts
|
|
4
4
|
function backofficeExtensionMenuPlugin(options) {
|
|
@@ -37,7 +37,7 @@ function bookingsStaffSortingProvider(options) {
|
|
|
37
37
|
compType: "STAFF_SORTING_PROVIDER",
|
|
38
38
|
compData: { staffSortingProvider: {
|
|
39
39
|
dashboardPluginId: options.dashboardPluginId,
|
|
40
|
-
deploymentUri: servicePluginBundler(options),
|
|
40
|
+
deploymentUri: { baseUri: servicePluginBundler(options) },
|
|
41
41
|
methodDescription: options.methodDescription,
|
|
42
42
|
methodName: options.methodName
|
|
43
43
|
} }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as webhookBundler, a as customElement, c as webhook, d as ecomPaymentSettings, f as ecomGiftCards, h as bookingsStaffSortingProvider, i as sitePlugin, l as ecomValidations, m as ecomAdditionalFees, n as siteComponentPanel, o as app, p as ecomDiscountTriggers, r as embeddedScript, s as genericExtension, t as siteComponent, u as ecomShippingRates, y as servicePluginBundler } from "./builders-
|
|
1
|
+
import { _ as webhookBundler, a as customElement, c as webhook, d as ecomPaymentSettings, f as ecomGiftCards, h as bookingsStaffSortingProvider, i as sitePlugin, l as ecomValidations, m as ecomAdditionalFees, n as siteComponentPanel, o as app, p as ecomDiscountTriggers, r as embeddedScript, s as genericExtension, t as siteComponent, u as ecomShippingRates, y as servicePluginBundler } from "./builders-n1cW-CFG.mjs";
|
|
2
2
|
import { n as trustedBackofficeComponentBundler } from "./trusted-backoffice-component-CCg08AU1.mjs";
|
|
3
3
|
|
|
4
4
|
//#region ../astro-trusted-backoffice-extensions/src/builders/trustedBackofficePage.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as app } from "./builders-
|
|
2
|
-
import { n as extensions, t as bundlers } from "./builders-
|
|
1
|
+
import { o as app } from "./builders-n1cW-CFG.mjs";
|
|
2
|
+
import { n as extensions, t as bundlers } from "./builders-CjRoHEzM.mjs";
|
|
3
3
|
|
|
4
4
|
export { app, bundlers, extensions };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as WebhookBundlerType, v as ServicePluginBundlerType } from "./builders-
|
|
2
|
-
import { n as extensions } from "./builders-
|
|
1
|
+
import { g as WebhookBundlerType, v as ServicePluginBundlerType } from "./builders-n1cW-CFG.mjs";
|
|
2
|
+
import { n as extensions } from "./builders-CjRoHEzM.mjs";
|
|
3
3
|
import { r as ContextProviderClientBundlerType, t as ContextProviderEditorBundlerType } from "./context-provider-editor-BaSPz-u-.mjs";
|
|
4
4
|
import { t as TrustedBackofficeComponentBundlerType } from "./trusted-backoffice-component-CCg08AU1.mjs";
|
|
5
5
|
import { createRequire } from "node:module";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/astro",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.34.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@wix/auth-management": "^1.0.71",
|
|
6
6
|
"@wix/dashboard": "^1.3.43",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
]
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "19eea14ef90745131f0215679222750843263189f87c4ac582713755"
|
|
80
80
|
}
|