@spiffcommerce/core 33.10.0-beta.10d617dd-d791-5d6c-80c8-ea72e7147136 → 33.10.0-beta.5fa0eff7-42c6-5b6e-bd12-b92e6a4b201c

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.mjs CHANGED
@@ -16221,7 +16221,7 @@ class $d {
16221
16221
  } catch (a) {
16222
16222
  throw console.error(a), new mt("Critical - Unable to synchronize workflow state with server.");
16223
16223
  }
16224
- }, this.options = t, this.options.applicationKey && ii(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.10.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16224
+ }, this.options = t, this.options.applicationKey && ii(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.10.0-beta.10d617dd-d791-5d6c-80c8-ea72e7147136"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16225
16225
  }
16226
16226
  configure(t) {
16227
16227
  pt.setHubUrl(t.hubUrl), pt.setServerUrl(t.serverUrl), pt.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 && si(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Wt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);