@spiffcommerce/core 43.1.1-alpha.0 → 43.1.1-alpha.1
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-C4tbQZou.cjs → index-C2QUoMnb.cjs} +3 -3
- package/dist/{index-C4tbQZou.cjs.map → index-C2QUoMnb.cjs.map} +1 -1
- package/dist/{index-DB--2QWW.js → index-CJo_BUpF.js} +4 -4
- package/dist/{index-DB--2QWW.js.map → index-CJo_BUpF.js.map} +1 -1
- package/dist/{index.browser-C_w5FtZy.cjs → index.browser-Btllo-9n.cjs} +2 -2
- package/dist/{index.browser-C_w5FtZy.cjs.map → index.browser-Btllo-9n.cjs.map} +1 -1
- package/dist/{index.browser-BlEeUiAD.js → index.browser-Ct91P_rU.js} +2 -2
- package/dist/{index.browser-BlEeUiAD.js.map → index.browser-Ct91P_rU.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -72349,7 +72349,7 @@ class GV extends jV {
|
|
|
72349
72349
|
});
|
|
72350
72350
|
}
|
|
72351
72351
|
async loadEventStreamCapability() {
|
|
72352
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72352
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-Ct91P_rU.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72353
72353
|
return new e({
|
|
72354
72354
|
marshaller: n,
|
|
72355
72355
|
serializer: this.serializer,
|
|
@@ -79780,7 +79780,7 @@ class jQ {
|
|
|
79780
79780
|
} catch (n) {
|
|
79781
79781
|
throw console.error(n), new ao("Critical - Unable to synchronize workflow state with server.");
|
|
79782
79782
|
}
|
|
79783
|
-
}, this.options = e, this.options.applicationKey && H4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 43.1.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
79783
|
+
}, this.options = e, this.options.applicationKey && H4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 43.1.1-alpha.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
79784
79784
|
}
|
|
79785
79785
|
configure(e) {
|
|
79786
79786
|
ho.setHubUrl(e.hubUrl), ho.setServerUrl(e.serverUrl), ho.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 && G4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Sf.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -79789,7 +79789,7 @@ class jQ {
|
|
|
79789
79789
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
79790
79790
|
*/
|
|
79791
79791
|
getVersion() {
|
|
79792
|
-
return "43.1.0";
|
|
79792
|
+
return "43.1.1-alpha.0";
|
|
79793
79793
|
}
|
|
79794
79794
|
/**
|
|
79795
79795
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -81904,4 +81904,4 @@ export {
|
|
|
81904
81904
|
e9 as y,
|
|
81905
81905
|
ZU as z
|
|
81906
81906
|
};
|
|
81907
|
-
//# sourceMappingURL=index-
|
|
81907
|
+
//# sourceMappingURL=index-CJo_BUpF.js.map
|