@spiffcommerce/core 27.2.1-beta.18eb4b53-df1a-5231-9227-b69c4fb0686d → 27.2.1-beta.3bacc6ca-c8cc-5dca-a011-3b4b088687dc
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 -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
|
@@ -3964,6 +3964,7 @@ const Y = new wi(), Bn = v`
|
|
|
3964
3964
|
id
|
|
3965
3965
|
name
|
|
3966
3966
|
activeAddons
|
|
3967
|
+
currencyCode
|
|
3967
3968
|
}
|
|
3968
3969
|
}
|
|
3969
3970
|
`, Te = v`
|
|
@@ -15986,7 +15987,7 @@ class Ad {
|
|
|
15986
15987
|
} catch (a) {
|
|
15987
15988
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15988
15989
|
}
|
|
15989
|
-
}, this.options = t, this.options.applicationKey && Ur(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1-beta.
|
|
15990
|
+
}, this.options = t, this.options.applicationKey && Ur(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 27.2.1-beta.18eb4b53-df1a-5231-9227-b69c4fb0686d"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15990
15991
|
}
|
|
15991
15992
|
configure(t) {
|
|
15992
15993
|
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 && Vr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|