@spiffcommerce/core 26.7.6 → 26.7.7
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/CHANGELOG.md +12 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13840,9 +13840,8 @@ class ze {
|
|
|
13840
13840
|
...n,
|
|
13841
13841
|
bundleOwnerId: i
|
|
13842
13842
|
}),
|
|
13843
|
-
this.globalPropertyStateManager.getInitializationPromise()
|
|
13844
|
-
|
|
13845
|
-
]), this.initializationPromise.catch((u) => {
|
|
13843
|
+
this.globalPropertyStateManager.getInitializationPromise()
|
|
13844
|
+
]).then(() => l), this.initializationPromise.catch((u) => {
|
|
13846
13845
|
console.error(`Bundle initialization failed: ${u}`);
|
|
13847
13846
|
});
|
|
13848
13847
|
}
|
|
@@ -14775,7 +14774,7 @@ class ic {
|
|
|
14775
14774
|
} catch (a) {
|
|
14776
14775
|
throw console.error(a), new lt("Critical - Unable to synchronize workflow state with server.");
|
|
14777
14776
|
}
|
|
14778
|
-
}, this.options = t, this.options.applicationKey && gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.
|
|
14777
|
+
}, this.options = t, this.options.applicationKey && gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.7"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
14779
14778
|
}
|
|
14780
14779
|
configure(t) {
|
|
14781
14780
|
pt.setHubUrl(t.hubUrl), pt.setServerUrl(t.serverUrl), pt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && pr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|