@spiffcommerce/core 40.4.0 → 41.0.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/dist/{index-Q6I87rdC.js → index-0DnYEWFp.js} +3 -3
- package/dist/{index-Q6I87rdC.js.map → index-0DnYEWFp.js.map} +1 -1
- package/dist/{index-BlVGqD2b.cjs → index-C23xIYDx.cjs} +3 -3
- package/dist/{index-BlVGqD2b.cjs.map → index-C23xIYDx.cjs.map} +1 -1
- package/dist/{index-BsWLwf_y.cjs → index-FI1z1Co1.cjs} +2 -2
- package/dist/{index-BsWLwf_y.cjs.map → index-FI1z1Co1.cjs.map} +1 -1
- package/dist/{index-DFseodGg.js → index-Y685UIAH.js} +2 -2
- package/dist/{index-DFseodGg.js.map → index-Y685UIAH.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -71062,7 +71062,7 @@ class yV extends vV {
|
|
|
71062
71062
|
});
|
|
71063
71063
|
}
|
|
71064
71064
|
async loadEventStreamCapability() {
|
|
71065
|
-
const { EventStreamSerde: e } = await import("./index-
|
|
71065
|
+
const { EventStreamSerde: e } = await import("./index-Y685UIAH.js");
|
|
71066
71066
|
return new e({
|
|
71067
71067
|
marshaller: this.getEventStreamMarshaller(),
|
|
71068
71068
|
serializer: this.serializer,
|
|
@@ -78688,7 +78688,7 @@ class BW {
|
|
|
78688
78688
|
} catch (n) {
|
|
78689
78689
|
throw console.error(n), new lo("Critical - Unable to synchronize workflow state with server.");
|
|
78690
78690
|
}
|
|
78691
|
-
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.
|
|
78691
|
+
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.4.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
78692
78692
|
}
|
|
78693
78693
|
configure(e) {
|
|
78694
78694
|
mo.setHubUrl(e.hubUrl), mo.setServerUrl(e.serverUrl), mo.setServicesApiUrl(e.servicesApiUrl), this.marketplaceThemeInstallId = e.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = e.marketplaceThemeInstallConfigurationId, this.userPoolClientId = e.userPoolClientId, this.userPoolRegion = e.userPoolRegion, this.spiffRegion = e.spiffRegion, e.bearerAuthenticationToken && K4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Pf.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80522,4 +80522,4 @@ export {
|
|
|
80522
80522
|
ZN as y,
|
|
80523
80523
|
JN as z
|
|
80524
80524
|
};
|
|
80525
|
-
//# sourceMappingURL=index-
|
|
80525
|
+
//# sourceMappingURL=index-0DnYEWFp.js.map
|