@spiffcommerce/core 26.22.1-beta.856ac04a-ad7f-593a-a3aa-bba7360eefcd → 26.23.0
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 +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15193,6 +15193,7 @@ const Ya = y`
|
|
|
15193
15193
|
id: Q(),
|
|
15194
15194
|
panelId: t.name,
|
|
15195
15195
|
name: t.name,
|
|
15196
|
+
title: t.title,
|
|
15196
15197
|
index: t.index,
|
|
15197
15198
|
createdAt: /* @__PURE__ */ new Date(),
|
|
15198
15199
|
updatedAt: /* @__PURE__ */ new Date(),
|
|
@@ -15217,7 +15218,7 @@ class kc {
|
|
|
15217
15218
|
} catch (a) {
|
|
15218
15219
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15219
15220
|
}
|
|
15220
|
-
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.
|
|
15221
|
+
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.23.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15221
15222
|
}
|
|
15222
15223
|
configure(t) {
|
|
15223
15224
|
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();
|