@spiffcommerce/core 40.1.0 → 40.1.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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14350,14 +14350,11 @@ class ql {
|
|
|
14350
14350
|
a.fileUpload = e.storage;
|
|
14351
14351
|
break;
|
|
14352
14352
|
}
|
|
14353
|
+
case z.ColorOption:
|
|
14353
14354
|
case z.Option: {
|
|
14354
14355
|
a.option = e.storage;
|
|
14355
14356
|
break;
|
|
14356
14357
|
}
|
|
14357
|
-
case z.ColorOption: {
|
|
14358
|
-
a = e.storage;
|
|
14359
|
-
break;
|
|
14360
|
-
}
|
|
14361
14358
|
}
|
|
14362
14359
|
return {
|
|
14363
14360
|
name: e.name,
|
|
@@ -16281,7 +16278,7 @@ class Wd {
|
|
|
16281
16278
|
} catch (a) {
|
|
16282
16279
|
throw console.error(a), new pt("Critical - Unable to synchronize workflow state with server.");
|
|
16283
16280
|
}
|
|
16284
|
-
}, this.options = t, this.options.applicationKey && Ar(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.1.
|
|
16281
|
+
}, this.options = t, this.options.applicationKey && Ar(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.1.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16285
16282
|
}
|
|
16286
16283
|
configure(t) {
|
|
16287
16284
|
wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.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 && gr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Gt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|