@spiffcommerce/core 26.21.1-beta.2b34ee5b-1f7e-5d31-8b98-09fa8952c35d → 26.21.1-beta.adbb6fe9-46bd-5ed3-ba1f-f43502b4dbbd
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12979,9 +12979,7 @@ class Vo extends Dn {
|
|
|
12979
12979
|
l = i.width, c = i.height;
|
|
12980
12980
|
const d = wa(t.layoutState.layout, e, {
|
|
12981
12981
|
renderingConfiguration: { purpose: Gt.ThreeD }
|
|
12982
|
-
}), A = dn(d)
|
|
12983
|
-
console.log(`in execute: ${A}`);
|
|
12984
|
-
const u = await ca.from(this.ctx, A, {
|
|
12982
|
+
}), A = dn(d), u = await ca.from(this.ctx, A, {
|
|
12985
12983
|
anonymousCrossOrigin: !0,
|
|
12986
12984
|
ignoreDimensions: !this.nonPOTSupport,
|
|
12987
12985
|
ignoreAnimation: !0,
|
|
@@ -15215,7 +15213,7 @@ class kc {
|
|
|
15215
15213
|
} catch (a) {
|
|
15216
15214
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15217
15215
|
}
|
|
15218
|
-
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.21.1
|
|
15216
|
+
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.21.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15219
15217
|
}
|
|
15220
15218
|
configure(t) {
|
|
15221
15219
|
wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && kr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|