@spiffcommerce/core 26.15.0 → 26.15.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.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
|
@@ -14549,7 +14549,7 @@ class je {
|
|
|
14549
14549
|
bundleOwnerId: this.ownerId
|
|
14550
14550
|
}
|
|
14551
14551
|
});
|
|
14552
|
-
if ((n = e.data) != null && n.bundleAssignProductCollection.productCollection
|
|
14552
|
+
if ((n = e.data) != null && n.bundleAssignProductCollection.productCollection) {
|
|
14553
14553
|
this.productCollection = e.data.bundleAssignProductCollection.productCollection;
|
|
14554
14554
|
const i = e.data.bundleAssignProductCollection.productCollection.globalPropertyConfiguration;
|
|
14555
14555
|
this.globalPropertyStateManager.setConfiguration(i), this.globalConfigurationPropertyId = i == null ? void 0 : i.id;
|
|
@@ -15070,7 +15070,7 @@ class Fc {
|
|
|
15070
15070
|
} catch (a) {
|
|
15071
15071
|
throw console.error(a), new dt("Critical - Unable to synchronize workflow state with server.");
|
|
15072
15072
|
}
|
|
15073
|
-
}, this.options = t, this.options.applicationKey && Dr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.15.
|
|
15073
|
+
}, this.options = t, this.options.applicationKey && Dr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.15.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15074
15074
|
}
|
|
15075
15075
|
configure(t) {
|
|
15076
15076
|
wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Fr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|