@spiffcommerce/core 32.3.1-beta.059e1422-441c-5b01-b1d1-03bf891e32f6 → 32.3.1-beta.535b64df-4d00-52c9-95fe-209938040cab
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
@@ -14221,7 +14221,7 @@ class Sl {
|
|
14221
14221
|
}
|
14222
14222
|
class vl {
|
14223
14223
|
constructor(t) {
|
14224
|
-
this.setState(t
|
14224
|
+
this.setState(t);
|
14225
14225
|
}
|
14226
14226
|
setState(t) {
|
14227
14227
|
t && (this.state = JSON.parse(t));
|
@@ -16125,7 +16125,7 @@ class bd {
|
|
16125
16125
|
} catch (a) {
|
16126
16126
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
16127
16127
|
}
|
16128
|
-
}, this.options = t, this.options.applicationKey && Wr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.3.1-beta.
|
16128
|
+
}, this.options = t, this.options.applicationKey && Wr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.3.1-beta.f47441d7-c6fd-544a-8448-b3ed6932599d"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
16129
16129
|
}
|
16130
16130
|
configure(t) {
|
16131
16131
|
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 && Hr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|