@spiffcommerce/core 26.21.0-beta.42b9cd00-4ce1-5564-9951-337d0077061c → 26.21.0-beta.86f658bf-0d08-5dba-83d7-47af5ddfeadf

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
@@ -13596,7 +13596,7 @@ class jo {
13596
13596
  else {
13597
13597
  if (n === 1) {
13598
13598
  const c = o.findIndex((d) => !d.channel);
13599
- this.globalPropertyState.aspects.splice(c, 1);
13599
+ console.log(`COLOR DEBUG: channel 1, about to splice index ${c} of ${JSON.stringify(this.globalPropertyState.aspects)}`), this.globalPropertyState.aspects.splice(c, 1), console.log(`COLOR DEBUG: splice result: ${JSON.stringify(this.globalPropertyState.aspects)}`);
13600
13600
  }
13601
13601
  console.log(`COLOR DEBUG: adding value ${e} to channel ${n}, name ${t}`), this.globalPropertyState.aspects.push({
13602
13602
  name: t,
@@ -15213,7 +15213,7 @@ class kc {
15213
15213
  } catch (a) {
15214
15214
  throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
15215
15215
  }
15216
- }, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.21.0-beta.6f310999-fed0-54d6-8925-d68e8de36a86"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15216
+ }, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.21.0-beta.42b9cd00-4ce1-5564-9951-337d0077061c"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15217
15217
  }
15218
15218
  configure(t) {
15219
15219
  wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && kr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();