@spiffcommerce/core 30.0.1-beta.2b897d2c-cada-5547-9746-95808e5cc9f2 → 30.0.1-beta.83af7488-79d2-5002-937a-746d001a765d
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -16287,7 +16287,7 @@ class fd {
|
|
16287
16287
|
} catch (a) {
|
16288
16288
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
16289
16289
|
}
|
16290
|
-
}, this.options = t, this.options.applicationKey && Gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 30.0.1-beta.
|
16290
|
+
}, this.options = t, this.options.applicationKey && Gr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 30.0.1-beta.98c5ea96-cd5c-5541-a3ab-ada9e1901d6f"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
16291
16291
|
}
|
16292
16292
|
configure(t) {
|
16293
16293
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && qr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|