@spiffcommerce/core 44.5.6-alpha.0 → 44.5.6-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-6qldwBYr.cjs → index-BdUHDH9C.cjs} +4 -4
- package/dist/{index-6qldwBYr.cjs.map → index-BdUHDH9C.cjs.map} +1 -1
- package/dist/{index-WXG8aUmo.js → index-DxDBSuik.js} +5 -5
- package/dist/{index-WXG8aUmo.js.map → index-DxDBSuik.js.map} +1 -1
- package/dist/{index.browser-DxAfP6M1.cjs → index.browser-D4JoLiDS.cjs} +2 -2
- package/dist/{index.browser-DxAfP6M1.cjs.map → index.browser-D4JoLiDS.cjs.map} +1 -1
- package/dist/{index.browser-5KZbNfJn.js → index.browser-_6zxuJJj.js} +2 -2
- package/dist/{index.browser-5KZbNfJn.js.map → index.browser-_6zxuJJj.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -65635,10 +65635,10 @@ const dU = (r) => r.sort((e, t) => e.index - t.index).map((e) => ({
|
|
|
65635
65635
|
* 5. Notifies listeners of initialization changes
|
|
65636
65636
|
*
|
|
65637
65637
|
* @throws {Error} If any step initialization fails during the settlement of promises
|
|
65638
|
-
* @returns {Promise<void>}
|
|
65639
65638
|
*/
|
|
65640
65639
|
async ensureStepsAreLoaded() {
|
|
65641
65640
|
const t = (await Ya(this.allScenes, this.stepSelections)).map((l) => l.renderableSteps), n = [], i = t.flat();
|
|
65641
|
+
console.log("[ensureStepsAreLoaded] All steps:", i);
|
|
65642
65642
|
for (const l of i)
|
|
65643
65643
|
if (!this.stepInitialised[l.stepName])
|
|
65644
65644
|
switch (this.stepInitialised[l.stepName] = !0, l.type) {
|
|
@@ -72953,7 +72953,7 @@ class nz extends rz {
|
|
|
72953
72953
|
});
|
|
72954
72954
|
}
|
|
72955
72955
|
async loadEventStreamCapability() {
|
|
72956
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72956
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-_6zxuJJj.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72957
72957
|
return new e({
|
|
72958
72958
|
marshaller: n,
|
|
72959
72959
|
serializer: this.serializer,
|
|
@@ -80391,7 +80391,7 @@ class nY {
|
|
|
80391
80391
|
} catch (n) {
|
|
80392
80392
|
throw console.error(n), new so("Critical - Unable to synchronize workflow state with server.");
|
|
80393
80393
|
}
|
|
80394
|
-
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.
|
|
80394
|
+
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.6-alpha.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80395
80395
|
}
|
|
80396
80396
|
configure(e) {
|
|
80397
80397
|
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 && K4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ed.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80400,7 +80400,7 @@ class nY {
|
|
|
80400
80400
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80401
80401
|
*/
|
|
80402
80402
|
getVersion() {
|
|
80403
|
-
return "44.5.
|
|
80403
|
+
return "44.5.6-alpha.0";
|
|
80404
80404
|
}
|
|
80405
80405
|
/**
|
|
80406
80406
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82547,4 +82547,4 @@ export {
|
|
|
82547
82547
|
f9 as y,
|
|
82548
82548
|
d9 as z
|
|
82549
82549
|
};
|
|
82550
|
-
//# sourceMappingURL=index-
|
|
82550
|
+
//# sourceMappingURL=index-DxDBSuik.js.map
|