@spiffcommerce/core 44.5.2-alpha.3 → 44.5.2
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-C4Aq8Sr2.js → index-DQzEYoK7.js} +4 -4
- package/dist/{index-C4Aq8Sr2.js.map → index-DQzEYoK7.js.map} +1 -1
- package/dist/{index-BjlME8MC.cjs → index-DpCk-MK4.cjs} +3 -3
- package/dist/{index-BjlME8MC.cjs.map → index-DpCk-MK4.cjs.map} +1 -1
- package/dist/{index.browser-fau4XD98.cjs → index.browser-CfdwGXjp.cjs} +2 -2
- package/dist/{index.browser-fau4XD98.cjs.map → index.browser-CfdwGXjp.cjs.map} +1 -1
- package/dist/{index.browser-BjNhxc_-.js → index.browser-dBjNY_Of.js} +2 -2
- package/dist/{index.browser-BjNhxc_-.js.map → index.browser-dBjNY_Of.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -72763,7 +72763,7 @@ class YV extends QV {
|
|
|
72763
72763
|
});
|
|
72764
72764
|
}
|
|
72765
72765
|
async loadEventStreamCapability() {
|
|
72766
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72766
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-dBjNY_Of.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72767
72767
|
return new e({
|
|
72768
72768
|
marshaller: n,
|
|
72769
72769
|
serializer: this.serializer,
|
|
@@ -80201,7 +80201,7 @@ class YQ {
|
|
|
80201
80201
|
} catch (n) {
|
|
80202
80202
|
throw console.error(n), new so("Critical - Unable to synchronize workflow state with server.");
|
|
80203
80203
|
}
|
|
80204
|
-
}, this.options = e, this.options.applicationKey && G4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.2-alpha.
|
|
80204
|
+
}, this.options = e, this.options.applicationKey && G4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.2-alpha.3"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80205
80205
|
}
|
|
80206
80206
|
configure(e) {
|
|
80207
80207
|
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 && W4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ed.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80210,7 +80210,7 @@ class YQ {
|
|
|
80210
80210
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80211
80211
|
*/
|
|
80212
80212
|
getVersion() {
|
|
80213
|
-
return "44.5.2-alpha.
|
|
80213
|
+
return "44.5.2-alpha.3";
|
|
80214
80214
|
}
|
|
80215
80215
|
/**
|
|
80216
80216
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82335,4 +82335,4 @@ export {
|
|
|
82335
82335
|
i9 as y,
|
|
82336
82336
|
n9 as z
|
|
82337
82337
|
};
|
|
82338
|
-
//# sourceMappingURL=index-
|
|
82338
|
+
//# sourceMappingURL=index-DQzEYoK7.js.map
|