@spiffcommerce/core 32.3.1-beta.d6f8575a-0dae-53f0-a05a-ea3f611cb9c8 → 32.3.1-beta.f90e5863-7418-5d5f-9096-070db877a2ac
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 +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -14891,6 +14891,9 @@ class Ze {
|
|
14891
14891
|
variables: {
|
14892
14892
|
id: this.id,
|
14893
14893
|
bundleStateData: a
|
14894
|
+
},
|
14895
|
+
context: {
|
14896
|
+
bundleOwnerId: this.ownerId
|
14894
14897
|
}
|
14895
14898
|
}), this.bundleStateManager.setState(a), this.fireEvent("bundle-integration-products-added", {
|
14896
14899
|
integrationProductIds: e.integrationProductIds
|
@@ -16131,7 +16134,7 @@ class bd {
|
|
16131
16134
|
} catch (a) {
|
16132
16135
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
16133
16136
|
}
|
16134
|
-
}, this.options = t, this.options.applicationKey && qr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.3.1-beta.
|
16137
|
+
}, this.options = t, this.options.applicationKey && qr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.3.1-beta.d6f8575a-0dae-53f0-a05a-ea3f611cb9c8"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
16135
16138
|
}
|
16136
16139
|
configure(t) {
|
16137
16140
|
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 && jr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|