@spiffcommerce/core 26.16.0 → 26.16.1

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
@@ -15032,7 +15032,7 @@ const Wa = y`
15032
15032
  delete s.data.__typename, (o = s.option) != null && o.id && ((l = s.option.defaultVariant) != null && l.asset && U.cacheAsset(s.option.defaultVariant.asset), s.option.colorProfile && U.cacheAsset(s.option.colorProfile), (c = s.option.variants) == null || c.forEach((d) => {
15033
15033
  d.asset && U.cacheAsset(d.asset), d.thumbnail && U.cacheAsset(d.thumbnail), d.material && U.cacheMaterial(d.material);
15034
15034
  }), Ht.set({ id: s.option.id }, Promise.resolve(s.option)));
15035
- }), i.finalizeStepConfig || (i.finalizeStepConfig = {}), i.finalizeStepConfig.termsMarkdown = i.partner.termsMarkdown || i.finalizeStepConfig.termsMarkdown;
15035
+ }), i.finalizeStepConfig || (i.finalizeStepConfig = {}), i.finalizeStepConfig.termsMarkdown = i.finalizeStepConfig.termsMarkdown || i.partner.termsMarkdown;
15036
15036
  }), a;
15037
15037
  }, cl = async (r, t) => {
15038
15038
  const a = (await t).find((n) => n.id === r);
@@ -15075,7 +15075,7 @@ class Fc {
15075
15075
  } catch (a) {
15076
15076
  throw console.error(a), new dt("Critical - Unable to synchronize workflow state with server.");
15077
15077
  }
15078
- }, this.options = t, this.options.applicationKey && Dr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.16.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15078
+ }, this.options = t, this.options.applicationKey && Dr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.16.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15079
15079
  }
15080
15080
  configure(t) {
15081
15081
  wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Fr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();