@spiffcommerce/core 26.32.0-beta.e77c2646-2e10-55be-9b18-ad67d5cbfd54 → 26.32.0-beta.f75bfd7c-56a9-5d0c-ab5e-d9a1cd38130f

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
@@ -353,10 +353,7 @@ class Rr {
353
353
  return new nr({
354
354
  link: rr([n, a, e, t]),
355
355
  cache: new ir(),
356
- name: "Core",
357
- devtools: {
358
- enabled: !0
359
- }
356
+ name: "Core"
360
357
  });
361
358
  }
362
359
  }
@@ -14113,7 +14110,6 @@ class Xn {
14113
14110
  return this.collection.productCollectionProducts.filter((a) => !!a.product).map((a) => new le(a));
14114
14111
  const e = await b.getShadowGraphqlClient().query({
14115
14112
  query: Qs,
14116
- fetchPolicy: "cache-first",
14117
14113
  variables: {
14118
14114
  id: this.getId(),
14119
14115
  productIds: t
@@ -14132,8 +14128,6 @@ class Xn {
14132
14128
  const i = await b.getShadowGraphqlClient().query({
14133
14129
  query: Ns,
14134
14130
  errorPolicy: "all",
14135
- fetchPolicy: "cache-first",
14136
- returnPartialData: !0,
14137
14131
  variables: {
14138
14132
  id: this.getId(),
14139
14133
  filters: t ? {
@@ -14174,7 +14168,6 @@ class Xn {
14174
14168
  }
14175
14169
  const o = await b.getShadowGraphqlClient().query({
14176
14170
  query: Rs,
14177
- fetchPolicy: "cache-first",
14178
14171
  variables: {
14179
14172
  id: this.getId(),
14180
14173
  limit: e,
@@ -15583,7 +15576,7 @@ class Gc {
15583
15576
  } catch (a) {
15584
15577
  throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
15585
15578
  }
15586
- }, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0-beta.d85ee52e-8aba-574e-973b-cb79d29568db"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15579
+ }, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15587
15580
  }
15588
15581
  configure(t) {
15589
15582
  mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Mr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();