@spiffcommerce/core 26.32.0-beta.da91d0ca-288a-5f12-952f-8c9487cbcbb1 → 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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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,7 +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
14131
|
variables: {
|
|
14137
14132
|
id: this.getId(),
|
|
14138
14133
|
filters: t ? {
|
|
@@ -14173,7 +14168,6 @@ class Xn {
|
|
|
14173
14168
|
}
|
|
14174
14169
|
const o = await b.getShadowGraphqlClient().query({
|
|
14175
14170
|
query: Rs,
|
|
14176
|
-
fetchPolicy: "cache-first",
|
|
14177
14171
|
variables: {
|
|
14178
14172
|
id: this.getId(),
|
|
14179
14173
|
limit: e,
|
|
@@ -15582,7 +15576,7 @@ class Gc {
|
|
|
15582
15576
|
} catch (a) {
|
|
15583
15577
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15584
15578
|
}
|
|
15585
|
-
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0
|
|
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("------------------------");
|
|
15586
15580
|
}
|
|
15587
15581
|
configure(t) {
|
|
15588
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();
|