@spiffcommerce/core 32.1.1-beta.18df8ace-85d1-502e-a9ca-d42dea4f4d70 → 32.1.1-beta.8d9cd576-2a50-537b-914d-2bb01071fe77

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
@@ -15967,7 +15967,7 @@ class pd {
15967
15967
  } catch (a) {
15968
15968
  throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
15969
15969
  }
15970
- }, this.options = t, this.options.applicationKey && Vr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.1.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15970
+ }, this.options = t, this.options.applicationKey && Vr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.1.1-beta.18df8ace-85d1-502e-a9ca-d42dea4f4d70"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15971
15971
  }
15972
15972
  configure(t) {
15973
15973
  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 && Gr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);