@spiffcommerce/core 33.5.2 → 33.5.3
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 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15063,7 +15063,7 @@ class Ze {
|
|
|
15063
15063
|
try {
|
|
15064
15064
|
for (const a of t.aspects) {
|
|
15065
15065
|
const r = a?.name;
|
|
15066
|
-
this.getGlobalPropertyStateManager().setAspect(r, a.value);
|
|
15066
|
+
await this.getGlobalPropertyStateManager().setAspect(r, a.value);
|
|
15067
15067
|
}
|
|
15068
15068
|
for (const a of t.aspects) {
|
|
15069
15069
|
const r = a?.name, i = e.find((s) => s.getName() === r);
|
|
@@ -16177,7 +16177,7 @@ class Dd {
|
|
|
16177
16177
|
} catch (a) {
|
|
16178
16178
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
|
16179
16179
|
}
|
|
16180
|
-
}, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.
|
|
16180
|
+
}, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.3"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16181
16181
|
}
|
|
16182
16182
|
configure(t) {
|
|
16183
16183
|
gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && _r(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|