@spiffcommerce/core 33.4.1 → 33.4.2
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10656,6 +10656,7 @@ const Ed = (n, t) => {
|
|
|
10656
10656
|
id
|
|
10657
10657
|
bundleOwnerId
|
|
10658
10658
|
template
|
|
10659
|
+
bundleStateData
|
|
10659
10660
|
metadata {
|
|
10660
10661
|
key
|
|
10661
10662
|
value
|
|
@@ -16188,7 +16189,7 @@ class Fd {
|
|
|
16188
16189
|
} catch (a) {
|
|
16189
16190
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
|
16190
16191
|
}
|
|
16191
|
-
}, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.4.
|
|
16192
|
+
}, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.4.2"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16192
16193
|
}
|
|
16193
16194
|
configure(t) {
|
|
16194
16195
|
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 && Ut.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|