@spiffcommerce/core 33.5.3-beta.351644d4-2701-5f34-b1ad-175550c00306 → 33.5.3-beta.6c9e1bd5-5110-5cdd-8eeb-52f5ed7bb5e2
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 +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3989,9 +3989,6 @@ const H = new Di(), xn = C`
|
|
|
3989
3989
|
name
|
|
3990
3990
|
enabled
|
|
3991
3991
|
}
|
|
3992
|
-
defaultVariant {
|
|
3993
|
-
id
|
|
3994
|
-
}
|
|
3995
3992
|
}
|
|
3996
3993
|
}
|
|
3997
3994
|
}
|
|
@@ -16144,7 +16141,7 @@ class Dd {
|
|
|
16144
16141
|
} catch (a) {
|
|
16145
16142
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
|
16146
16143
|
}
|
|
16147
|
-
}, this.options = t, this.options.applicationKey && Kr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.3
|
|
16144
|
+
}, this.options = t, this.options.applicationKey && Kr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.3"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16148
16145
|
}
|
|
16149
16146
|
configure(t) {
|
|
16150
16147
|
gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.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 && Xr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Vt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|