@spiffcommerce/core 40.3.8 → 40.3.10
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 +6 -0
- package/dist/{index-DMKTxLwo.cjs → index-B-huNJvh.cjs} +2 -2
- package/dist/{index-DMKTxLwo.cjs.map → index-B-huNJvh.cjs.map} +1 -1
- package/dist/{index-Dfd6tJVu.js → index-Be2NvJRw.js} +2 -2
- package/dist/{index-Dfd6tJVu.js.map → index-Be2NvJRw.js.map} +1 -1
- package/dist/{index-VO6zw72N.cjs → index-CLKUSCWu.cjs} +3 -3
- package/dist/{index-VO6zw72N.cjs.map → index-CLKUSCWu.cjs.map} +1 -1
- package/dist/{index-C5cU-Fpc.js → index-DQnieHbr.js} +3 -3
- package/dist/{index-C5cU-Fpc.js.map → index-DQnieHbr.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -70952,7 +70952,7 @@ class fV extends cV {
|
|
|
70952
70952
|
});
|
|
70953
70953
|
}
|
|
70954
70954
|
async loadEventStreamCapability() {
|
|
70955
|
-
const { EventStreamSerde: e } = await import("./index-
|
|
70955
|
+
const { EventStreamSerde: e } = await import("./index-Be2NvJRw.js");
|
|
70956
70956
|
return new e({
|
|
70957
70957
|
marshaller: this.getEventStreamMarshaller(),
|
|
70958
70958
|
serializer: this.serializer,
|
|
@@ -78515,7 +78515,7 @@ class AW {
|
|
|
78515
78515
|
} catch (n) {
|
|
78516
78516
|
throw console.error(n), new oo("Critical - Unable to synchronize workflow state with server.");
|
|
78517
78517
|
}
|
|
78518
|
-
}, this.options = e, this.options.applicationKey && j4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.3.
|
|
78518
|
+
}, this.options = e, this.options.applicationKey && j4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.3.9"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
78519
78519
|
}
|
|
78520
78520
|
configure(e) {
|
|
78521
78521
|
go.setHubUrl(e.hubUrl), go.setServerUrl(e.serverUrl), go.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 && $4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Pf.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80344,4 +80344,4 @@ export {
|
|
|
80344
80344
|
qN as y,
|
|
80345
80345
|
GN as z
|
|
80346
80346
|
};
|
|
80347
|
-
//# sourceMappingURL=index-
|
|
80347
|
+
//# sourceMappingURL=index-DQnieHbr.js.map
|