@spiffcommerce/core 26.24.0-beta.45f6b2c8-5de9-523b-a94d-3ea63326d3a4 → 26.24.0-beta.81d49647-fa95-50b2-8ba8-0f5dc6ba986f
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 -32
- package/dist/index.js +93 -93
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15330,7 +15330,7 @@ class Qc {
|
|
|
15330
15330
|
} catch (a) {
|
|
15331
15331
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15332
15332
|
}
|
|
15333
|
-
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.24.0
|
|
15333
|
+
}, this.options = t, this.options.applicationKey && Fr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.24.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15334
15334
|
}
|
|
15335
15335
|
configure(t) {
|
|
15336
15336
|
wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && kr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|
|
@@ -17041,7 +17041,6 @@ export {
|
|
|
17041
17041
|
Tt as loadFont,
|
|
17042
17042
|
ic as matchHexToPms,
|
|
17043
17043
|
Vn as materialStepService,
|
|
17044
|
-
Jo as metafieldManager,
|
|
17045
17044
|
pc as mmPerPixel,
|
|
17046
17045
|
zn as modelStepService,
|
|
17047
17046
|
fa as modifySVGColors,
|