@spiffcommerce/core 44.1.0 → 44.1.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/CHANGELOG.md +7 -0
- package/dist/{index-gmZIeppJ.cjs → index-BkN_xe6r.cjs} +4 -4
- package/dist/{index-gmZIeppJ.cjs.map → index-BkN_xe6r.cjs.map} +1 -1
- package/dist/{index-ColmWxba.js → index-DcMNAJco.js} +5 -5
- package/dist/{index-ColmWxba.js.map → index-DcMNAJco.js.map} +1 -1
- package/dist/{index.browser-DYaFZhaU.cjs → index.browser-BEd2eXRE.cjs} +2 -2
- package/dist/{index.browser-DYaFZhaU.cjs.map → index.browser-BEd2eXRE.cjs.map} +1 -1
- package/dist/{index.browser-DELXCUSa.js → index.browser-BTW1nawL.js} +2 -2
- package/dist/{index.browser-DELXCUSa.js.map → index.browser-BTW1nawL.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -9295,7 +9295,7 @@ function Ak(r) {
|
|
|
9295
9295
|
})(Oa);
|
|
9296
9296
|
class A4 {
|
|
9297
9297
|
constructor() {
|
|
9298
|
-
this.defaultServerUrl = "https://moonlight.au.spiffcommerce.com", this.defaultServicesApiUrl = "https://services.au.spiffcommerce.com", this.defaultHubUrl = "https://hub.au.spiffcommerce.com", this.endpointVersion = "2026-
|
|
9298
|
+
this.defaultServerUrl = "https://moonlight.au.spiffcommerce.com", this.defaultServicesApiUrl = "https://services.au.spiffcommerce.com", this.defaultHubUrl = "https://hub.au.spiffcommerce.com", this.endpointVersion = "2026-07", this.serverUrl = this.defaultServerUrl + `/${this.endpointVersion}`, this.servicesApiUrl = this.defaultServicesApiUrl, this.hubUrl = this.defaultHubUrl, this.serverUrlCallbacks = [];
|
|
9299
9299
|
}
|
|
9300
9300
|
getServerUrl() {
|
|
9301
9301
|
return this.serverUrl;
|
|
@@ -72344,7 +72344,7 @@ class GV extends jV {
|
|
|
72344
72344
|
});
|
|
72345
72345
|
}
|
|
72346
72346
|
async loadEventStreamCapability() {
|
|
72347
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72347
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-BTW1nawL.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72348
72348
|
return new e({
|
|
72349
72349
|
marshaller: n,
|
|
72350
72350
|
serializer: this.serializer,
|
|
@@ -79775,7 +79775,7 @@ class GQ {
|
|
|
79775
79775
|
} catch (n) {
|
|
79776
79776
|
throw console.error(n), new ao("Critical - Unable to synchronize workflow state with server.");
|
|
79777
79777
|
}
|
|
79778
|
-
}, this.options = e, this.options.applicationKey && H4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.
|
|
79778
|
+
}, this.options = e, this.options.applicationKey && H4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.1.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
79779
79779
|
}
|
|
79780
79780
|
configure(e) {
|
|
79781
79781
|
ml.setHubUrl(e.hubUrl), ml.setServerUrl(e.serverUrl), ml.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);
|
|
@@ -79784,7 +79784,7 @@ class GQ {
|
|
|
79784
79784
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
79785
79785
|
*/
|
|
79786
79786
|
getVersion() {
|
|
79787
|
-
return "44.
|
|
79787
|
+
return "44.1.0";
|
|
79788
79788
|
}
|
|
79789
79789
|
/**
|
|
79790
79790
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -81907,4 +81907,4 @@ export {
|
|
|
81907
81907
|
e9 as y,
|
|
81908
81908
|
ZU as z
|
|
81909
81909
|
};
|
|
81910
|
-
//# sourceMappingURL=index-
|
|
81910
|
+
//# sourceMappingURL=index-DcMNAJco.js.map
|