@spiffcommerce/core 26.41.1 → 26.41.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.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10069,6 +10069,9 @@ const Ts = y`
|
|
|
10069
10069
|
name
|
|
10070
10070
|
fileLink
|
|
10071
10071
|
}
|
|
10072
|
+
globalPropertyConfiguration {
|
|
10073
|
+
id
|
|
10074
|
+
}
|
|
10072
10075
|
}
|
|
10073
10076
|
${r ? "metadata { key, value }" : ""}
|
|
10074
10077
|
}
|
|
@@ -15662,7 +15665,7 @@ class _c {
|
|
|
15662
15665
|
} catch (a) {
|
|
15663
15666
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15664
15667
|
}
|
|
15665
|
-
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.41.
|
|
15668
|
+
}, this.options = t, this.options.applicationKey && Mr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.41.2"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15666
15669
|
}
|
|
15667
15670
|
configure(t) {
|
|
15668
15671
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Qr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|