@spiffcommerce/core 26.1.1 → 26.1.2

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
@@ -14882,6 +14882,8 @@ class bo {
14882
14882
  class Uo {
14883
14883
  constructor(t) {
14884
14884
  this.fullFetched = !1, this.collection = t;
14885
+ const e = this.collection.productCollectionProducts;
14886
+ e && e.length > 0 && (this.fullFetched = !0);
14885
14887
  }
14886
14888
  /**
14887
14889
  * The ID of the product collection.
@@ -16095,7 +16097,7 @@ class rc {
16095
16097
  } catch (A) {
16096
16098
  throw console.error(A), new ot("Critical - Unable to synchronize workflow state with server.");
16097
16099
  }
16098
- }, this.options = t, this.options.applicationKey && fi(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.1.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16100
+ }, this.options = t, this.options.applicationKey && fi(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.1.2"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16099
16101
  }
16100
16102
  configure(t) {
16101
16103
  ut.setHubUrl(t.hubUrl), ut.setServerUrl(t.serverUrl), ut.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Di(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();