@spiffcommerce/core 26.10.0 → 26.11.0

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
@@ -11721,8 +11721,7 @@ const eo = async (r) => {
11721
11721
  d.cartSelectionsWithPrices,
11722
11722
  o.sku,
11723
11723
  d.cartMetadata,
11724
- //lineItemImageLink,
11725
- void 0,
11724
+ A.previewImageLink,
11726
11725
  (u = o.processExecution) == null ? void 0 : u.id
11727
11726
  );
11728
11727
  });
@@ -14291,7 +14290,7 @@ class ze {
14291
14290
  const s = this.workflowExperiences.find(
14292
14291
  (o) => o.getWorkflowManager().getTransaction().id === i
14293
14292
  );
14294
- return s ? e(s) : (console.warn(
14293
+ return s ? e(s, n) : (console.warn(
14295
14294
  "SpiffCommerce - Bundle create design - Unable to find experience for transaction: " + i
14296
14295
  ), Promise.resolve(void 0));
14297
14296
  } : void 0
@@ -14871,7 +14870,7 @@ class ic {
14871
14870
  } catch (a) {
14872
14871
  throw console.error(a), new lt("Critical - Unable to synchronize workflow state with server.");
14873
14872
  }
14874
- }, this.options = t, this.options.applicationKey && gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.10.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
14873
+ }, this.options = t, this.options.applicationKey && gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.11.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
14875
14874
  }
14876
14875
  configure(t) {
14877
14876
  pt.setHubUrl(t.hubUrl), pt.setServerUrl(t.serverUrl), pt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && pr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();