@spiffcommerce/core 27.2.1-beta.0b62fc5b-7391-5211-9c59-10f72e60bfae → 27.2.1-beta.18d38888-19ca-5144-b378-0ea4ef812e79
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
|
@@ -14850,7 +14850,7 @@ class Je {
|
|
|
14850
14850
|
}
|
|
14851
14851
|
async applyGlobalPropertyState(t) {
|
|
14852
14852
|
var a;
|
|
14853
|
-
const e = await this.
|
|
14853
|
+
const e = await this.globalPropertyHandleService.getHandles();
|
|
14854
14854
|
for (const n of t.aspects) {
|
|
14855
14855
|
const i = n == null ? void 0 : n.name, s = e.find((o) => o.getName() === i);
|
|
14856
14856
|
if (s)
|
|
@@ -15900,7 +15900,7 @@ class rd {
|
|
|
15900
15900
|
} catch (a) {
|
|
15901
15901
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15902
15902
|
}
|
|
15903
|
-
}, this.options = t, this.options.applicationKey && Rr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15903
|
+
}, this.options = t, this.options.applicationKey && Rr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1-beta.0b62fc5b-7391-5211-9c59-10f72e60bfae"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15904
15904
|
}
|
|
15905
15905
|
configure(t) {
|
|
15906
15906
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.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);
|