@spiffcommerce/core 42.1.2 → 42.1.3
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-D_-p69Jf.js → index-C1NpAqMF.js} +3 -3
- package/dist/{index-D_-p69Jf.js.map → index-C1NpAqMF.js.map} +1 -1
- package/dist/{index-BKUDskKV.cjs → index-D-XZA7P1.cjs} +3 -3
- package/dist/{index-BKUDskKV.cjs.map → index-D-XZA7P1.cjs.map} +1 -1
- package/dist/{index-BsbgtyV9.cjs → index-Dd616mcc.cjs} +2 -2
- package/dist/{index-BsbgtyV9.cjs.map → index-Dd616mcc.cjs.map} +1 -1
- package/dist/{index-CQXpcFkA.js → index-Dq7iXZav.js} +2 -2
- package/dist/{index-CQXpcFkA.js.map → index-Dq7iXZav.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -71505,7 +71505,7 @@ class SV extends CV {
|
|
|
71505
71505
|
});
|
|
71506
71506
|
}
|
|
71507
71507
|
async loadEventStreamCapability() {
|
|
71508
|
-
const { EventStreamSerde: e } = await import("./index-
|
|
71508
|
+
const { EventStreamSerde: e } = await import("./index-Dq7iXZav.js");
|
|
71509
71509
|
return new e({
|
|
71510
71510
|
marshaller: this.getEventStreamMarshaller(),
|
|
71511
71511
|
serializer: this.serializer,
|
|
@@ -79068,7 +79068,7 @@ class LQ {
|
|
|
79068
79068
|
} catch (n) {
|
|
79069
79069
|
throw console.error(n), new lo("Critical - Unable to synchronize workflow state with server.");
|
|
79070
79070
|
}
|
|
79071
|
-
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 42.1.
|
|
79071
|
+
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 42.1.2"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
79072
79072
|
}
|
|
79073
79073
|
configure(e) {
|
|
79074
79074
|
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 && Of.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -81162,4 +81162,4 @@ export {
|
|
|
81162
81162
|
r7 as y,
|
|
81163
81163
|
e7 as z
|
|
81164
81164
|
};
|
|
81165
|
-
//# sourceMappingURL=index-
|
|
81165
|
+
//# sourceMappingURL=index-C1NpAqMF.js.map
|