@spiffcommerce/core 44.5.5-alpha.4 → 44.5.5
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-By3K2kaL.js → index-DS4_GYrH.js} +4 -4
- package/dist/{index-By3K2kaL.js.map → index-DS4_GYrH.js.map} +1 -1
- package/dist/{index-Df6nzQ-0.cjs → index-JFF_QSgS.cjs} +3 -3
- package/dist/{index-Df6nzQ-0.cjs.map → index-JFF_QSgS.cjs.map} +1 -1
- package/dist/{index.browser-fSc0pRMj.js → index.browser-84QaPSi0.js} +2 -2
- package/dist/{index.browser-fSc0pRMj.js.map → index.browser-84QaPSi0.js.map} +1 -1
- package/dist/{index.browser-CxGlLjNt.cjs → index.browser-BfhBgZKW.cjs} +2 -2
- package/dist/{index.browser-CxGlLjNt.cjs.map → index.browser-BfhBgZKW.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -72771,7 +72771,7 @@ class rz extends tz {
|
|
|
72771
72771
|
});
|
|
72772
72772
|
}
|
|
72773
72773
|
async loadEventStreamCapability() {
|
|
72774
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72774
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-84QaPSi0.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72775
72775
|
return new e({
|
|
72776
72776
|
marshaller: n,
|
|
72777
72777
|
serializer: this.serializer,
|
|
@@ -80209,7 +80209,7 @@ class rY {
|
|
|
80209
80209
|
} catch (n) {
|
|
80210
80210
|
throw console.error(n), new so("Critical - Unable to synchronize workflow state with server.");
|
|
80211
80211
|
}
|
|
80212
|
-
}, this.options = e, this.options.applicationKey && Q4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.5-alpha.
|
|
80212
|
+
}, this.options = e, this.options.applicationKey && Q4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.5-alpha.4"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80213
80213
|
}
|
|
80214
80214
|
configure(e) {
|
|
80215
80215
|
Ds.setHubUrl(e.hubUrl), Ds.setServerUrl(e.serverUrl), Ds.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 && X4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ed.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80218,7 +80218,7 @@ class rY {
|
|
|
80218
80218
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80219
80219
|
*/
|
|
80220
80220
|
getVersion() {
|
|
80221
|
-
return "44.5.5-alpha.
|
|
80221
|
+
return "44.5.5-alpha.4";
|
|
80222
80222
|
}
|
|
80223
80223
|
/**
|
|
80224
80224
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82361,4 +82361,4 @@ export {
|
|
|
82361
82361
|
d9 as y,
|
|
82362
82362
|
c9 as z
|
|
82363
82363
|
};
|
|
82364
|
-
//# sourceMappingURL=index-
|
|
82364
|
+
//# sourceMappingURL=index-DS4_GYrH.js.map
|