@spiffcommerce/core 44.6.1-alpha.0 → 44.7.0
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--5E0shYN.js → index-BWQyo6Ma.js} +4 -4
- package/dist/{index--5E0shYN.js.map → index-BWQyo6Ma.js.map} +1 -1
- package/dist/{index-B25Vi2n1.cjs → index-DgYtMJZ-.cjs} +3 -3
- package/dist/{index-B25Vi2n1.cjs.map → index-DgYtMJZ-.cjs.map} +1 -1
- package/dist/{index.browser-8f8Y2j06.js → index.browser-BxY4FnST.js} +2 -2
- package/dist/{index.browser-8f8Y2j06.js.map → index.browser-BxY4FnST.js.map} +1 -1
- package/dist/{index.browser-Ca9S7lF8.cjs → index.browser-DsUvkUN6.cjs} +2 -2
- package/dist/{index.browser-Ca9S7lF8.cjs.map → index.browser-DsUvkUN6.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -73175,7 +73175,7 @@ class F$ extends T$ {
|
|
|
73175
73175
|
});
|
|
73176
73176
|
}
|
|
73177
73177
|
async loadEventStreamCapability() {
|
|
73178
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
73178
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-BxY4FnST.js"), n = this.resolveEventStreamMarshaller(t);
|
|
73179
73179
|
return new e({
|
|
73180
73180
|
marshaller: n,
|
|
73181
73181
|
serializer: this.serializer,
|
|
@@ -80613,7 +80613,7 @@ class RY {
|
|
|
80613
80613
|
} catch (n) {
|
|
80614
80614
|
throw console.error(n), new uo("Critical - Unable to synchronize workflow state with server.");
|
|
80615
80615
|
}
|
|
80616
|
-
}, this.options = e, this.options.applicationKey && m4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.6.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80616
|
+
}, this.options = e, this.options.applicationKey && m4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.6.1-alpha.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80617
80617
|
}
|
|
80618
80618
|
configure(e) {
|
|
80619
80619
|
Rs.setHubUrl(e.hubUrl), Rs.setServerUrl(e.serverUrl), Rs.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 && y4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Td.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80622,7 +80622,7 @@ class RY {
|
|
|
80622
80622
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80623
80623
|
*/
|
|
80624
80624
|
getVersion() {
|
|
80625
|
-
return "44.6.0";
|
|
80625
|
+
return "44.6.1-alpha.0";
|
|
80626
80626
|
}
|
|
80627
80627
|
/**
|
|
80628
80628
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82804,4 +82804,4 @@ export {
|
|
|
82804
82804
|
N9 as y,
|
|
82805
82805
|
_9 as z
|
|
82806
82806
|
};
|
|
82807
|
-
//# sourceMappingURL=index
|
|
82807
|
+
//# sourceMappingURL=index-BWQyo6Ma.js.map
|