@spiffcommerce/core 31.2.4-beta.deb69c8f-1db2-5c9d-aec1-f3e61315a90a → 31.3.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/CHANGELOG.md +7 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -14360,7 +14360,7 @@ class ar {
|
|
14360
14360
|
link: "And",
|
14361
14361
|
metafields: a
|
14362
14362
|
} : void 0,
|
14363
|
-
|
14363
|
+
productWorkflowFilters: l ? {
|
14364
14364
|
link: "And",
|
14365
14365
|
metafields: l
|
14366
14366
|
} : void 0,
|
@@ -15962,7 +15962,7 @@ class md {
|
|
15962
15962
|
} catch (a) {
|
15963
15963
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
15964
15964
|
}
|
15965
|
-
}, this.options = t, this.options.applicationKey && Lr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 31.
|
15965
|
+
}, this.options = t, this.options.applicationKey && Lr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 31.3.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
15966
15966
|
}
|
15967
15967
|
configure(t) {
|
15968
15968
|
gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && zr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|