@spiffcommerce/core 34.1.0-beta.2a094b75-2fe2-5f9d-9449-137427b6c156 → 34.1.0-beta.3582d45f-394f-5d84-990c-55ef010d8892
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15434,7 +15434,7 @@ class un {
|
|
|
15434
15434
|
let s = o.data.designCreateBundle;
|
|
15435
15435
|
const c = await (async () => {
|
|
15436
15436
|
let d = 0;
|
|
15437
|
-
for (; d
|
|
15437
|
+
for (; d < 121; ) {
|
|
15438
15438
|
if (d += 1, s.status === "Completed")
|
|
15439
15439
|
return s;
|
|
15440
15440
|
await new Promise((A) => setTimeout(A, 1e3));
|
|
@@ -16274,7 +16274,7 @@ class Vd {
|
|
|
16274
16274
|
} catch (a) {
|
|
16275
16275
|
throw console.error(a), new gt("Critical - Unable to synchronize workflow state with server.");
|
|
16276
16276
|
}
|
|
16277
|
-
}, this.options = t, this.options.applicationKey && sr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 34.1.0-beta.
|
|
16277
|
+
}, this.options = t, this.options.applicationKey && sr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 34.1.0-beta.2a094b75-2fe2-5f9d-9449-137427b6c156"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16278
16278
|
}
|
|
16279
16279
|
configure(t) {
|
|
16280
16280
|
pt.setHubUrl(t.hubUrl), pt.setServerUrl(t.serverUrl), pt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && cr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|