@spiffcommerce/core 44.5.6-alpha.8 → 44.5.6-alpha.9
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-CNTMlDiE.js → index-DQDvIfIQ.js} +4 -4
- package/dist/{index-CNTMlDiE.js.map → index-DQDvIfIQ.js.map} +1 -1
- package/dist/{index-S1ERq2ld.cjs → index-nhG8O0Tq.cjs} +3 -3
- package/dist/{index-S1ERq2ld.cjs.map → index-nhG8O0Tq.cjs.map} +1 -1
- package/dist/{index.browser-6dXcrl0-.cjs → index.browser-BiZx-qS3.cjs} +2 -2
- package/dist/{index.browser-6dXcrl0-.cjs.map → index.browser-BiZx-qS3.cjs.map} +1 -1
- package/dist/{index.browser-C04ZgyW9.js → index.browser-DhPc_4ge.js} +2 -2
- package/dist/{index.browser-C04ZgyW9.js.map → index.browser-DhPc_4ge.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -72930,7 +72930,7 @@ class nz extends rz {
|
|
|
72930
72930
|
});
|
|
72931
72931
|
}
|
|
72932
72932
|
async loadEventStreamCapability() {
|
|
72933
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72933
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-DhPc_4ge.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72934
72934
|
return new e({
|
|
72935
72935
|
marshaller: n,
|
|
72936
72936
|
serializer: this.serializer,
|
|
@@ -80368,7 +80368,7 @@ class nY {
|
|
|
80368
80368
|
} catch (n) {
|
|
80369
80369
|
throw console.error(n), new so("Critical - Unable to synchronize workflow state with server.");
|
|
80370
80370
|
}
|
|
80371
|
-
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.6-alpha.
|
|
80371
|
+
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.6-alpha.8"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80372
80372
|
}
|
|
80373
80373
|
configure(e) {
|
|
80374
80374
|
Ps.setHubUrl(e.hubUrl), Ps.setServerUrl(e.serverUrl), Ps.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 && Ed.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80377,7 +80377,7 @@ class nY {
|
|
|
80377
80377
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80378
80378
|
*/
|
|
80379
80379
|
getVersion() {
|
|
80380
|
-
return "44.5.6-alpha.
|
|
80380
|
+
return "44.5.6-alpha.8";
|
|
80381
80381
|
}
|
|
80382
80382
|
/**
|
|
80383
80383
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82559,4 +82559,4 @@ export {
|
|
|
82559
82559
|
f9 as y,
|
|
82560
82560
|
d9 as z
|
|
82561
82561
|
};
|
|
82562
|
-
//# sourceMappingURL=index-
|
|
82562
|
+
//# sourceMappingURL=index-DQDvIfIQ.js.map
|