@spiffcommerce/core 26.32.0-beta.0809bb4f-f297-5407-815c-30e8f3b0cb89 → 26.32.0-beta.092ee200-a96a-57a4-b178-742ac365c6f2
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 -2
- package/dist/index.js.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
|
@@ -353,10 +353,7 @@ class Rr {
|
|
|
353
353
|
return new nr({
|
|
354
354
|
link: rr([n, a, e, t]),
|
|
355
355
|
cache: new ir(),
|
|
356
|
-
name: "Core"
|
|
357
|
-
devtools: {
|
|
358
|
-
enabled: !0
|
|
359
|
-
}
|
|
356
|
+
name: "Core"
|
|
360
357
|
});
|
|
361
358
|
}
|
|
362
359
|
}
|
|
@@ -15582,7 +15579,7 @@ class Gc {
|
|
|
15582
15579
|
} catch (a) {
|
|
15583
15580
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15584
15581
|
}
|
|
15585
|
-
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0-beta.
|
|
15582
|
+
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.32.0-beta.3c303cc2-7c4a-5144-b10c-986e63f9c7ce"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15586
15583
|
}
|
|
15587
15584
|
configure(t) {
|
|
15588
15585
|
mt.setHubUrl(t.hubUrl), mt.setServerUrl(t.serverUrl), mt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Mr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|