@spiffcommerce/core 26.22.1-beta.5c9f3d0a-5b9a-5398-b87e-ff8e2d770bb7 → 26.22.1-beta.856ac04a-ad7f-593a-a3aa-bba7360eefcd
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15193,7 +15193,6 @@ const Ya = y`
|
|
|
15193
15193
|
id: Q(),
|
|
15194
15194
|
panelId: t.name,
|
|
15195
15195
|
name: t.name,
|
|
15196
|
-
title: t.title,
|
|
15197
15196
|
index: t.index,
|
|
15198
15197
|
createdAt: /* @__PURE__ */ new Date(),
|
|
15199
15198
|
updatedAt: /* @__PURE__ */ new Date(),
|
|
@@ -15218,7 +15217,7 @@ class kc {
|
|
|
15218
15217
|
} catch (a) {
|
|
15219
15218
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15220
15219
|
}
|
|
15221
|
-
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.22.1-beta.
|
|
15220
|
+
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.22.1-beta.74fe4a0b-e1d1-5b17-b292-b5246f337d10"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15222
15221
|
}
|
|
15223
15222
|
configure(t) {
|
|
15224
15223
|
wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && kr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|