@spiffcommerce/core 26.32.0-beta.092ee200-a96a-57a4-b178-742ac365c6f2 → 26.32.0-beta.3c303cc2-7c4a-5144-b10c-986e63f9c7ce
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14110,7 +14110,6 @@ class Xn {
|
|
|
14110
14110
|
return this.collection.productCollectionProducts.filter((a) => !!a.product).map((a) => new le(a));
|
|
14111
14111
|
const e = await b.getShadowGraphqlClient().query({
|
|
14112
14112
|
query: Qs,
|
|
14113
|
-
fetchPolicy: "cache-first",
|
|
14114
14113
|
variables: {
|
|
14115
14114
|
id: this.getId(),
|
|
14116
14115
|
productIds: t
|
|
@@ -14129,7 +14128,6 @@ class Xn {
|
|
|
14129
14128
|
const i = await b.getShadowGraphqlClient().query({
|
|
14130
14129
|
query: Ns,
|
|
14131
14130
|
errorPolicy: "all",
|
|
14132
|
-
fetchPolicy: "cache-first",
|
|
14133
14131
|
variables: {
|
|
14134
14132
|
id: this.getId(),
|
|
14135
14133
|
filters: t ? {
|
|
@@ -15579,7 +15577,7 @@ class Gc {
|
|
|
15579
15577
|
} catch (a) {
|
|
15580
15578
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15581
15579
|
}
|
|
15582
|
-
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0
|
|
15580
|
+
}, 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("------------------------");
|
|
15583
15581
|
}
|
|
15584
15582
|
configure(t) {
|
|
15585
15583
|
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();
|