@spiffcommerce/core 41.1.2-alpha.0 → 41.2.0
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/CHANGELOG.md +6 -0
- package/dist/{index-DZ5geyh0.js → index-B278hOWb.js} +3 -3
- package/dist/{index-DZ5geyh0.js.map → index-B278hOWb.js.map} +1 -1
- package/dist/{index-BcIh8qYc.cjs → index-ZOaPj8dl.cjs} +2 -2
- package/dist/{index-BcIh8qYc.cjs.map → index-ZOaPj8dl.cjs.map} +1 -1
- package/dist/{index-CQiwec57.cjs → index-cVwQ5UFC.cjs} +3 -3
- package/dist/{index-CQiwec57.cjs.map → index-cVwQ5UFC.cjs.map} +1 -1
- package/dist/{index-Bmi_iDQq.js → index-kX-qFPQz.js} +2 -2
- package/dist/{index-Bmi_iDQq.js.map → index-kX-qFPQz.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
14
|
- `Fixed` for any bug fixes.
|
|
15
15
|
- `Security` in case of vulnerabilities.
|
|
16
16
|
|
|
17
|
+
## [41.2.0] - 10-06-2026
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- New `activationId` parameter for `getNewBundle()`.
|
|
22
|
+
|
|
17
23
|
## [41.1.1] - 09-06-2026
|
|
18
24
|
|
|
19
25
|
### Fixed
|
|
@@ -71254,7 +71254,7 @@ class EV extends SV {
|
|
|
71254
71254
|
});
|
|
71255
71255
|
}
|
|
71256
71256
|
async loadEventStreamCapability() {
|
|
71257
|
-
const { EventStreamSerde: e } = await import("./index-
|
|
71257
|
+
const { EventStreamSerde: e } = await import("./index-kX-qFPQz.js");
|
|
71258
71258
|
return new e({
|
|
71259
71259
|
marshaller: this.getEventStreamMarshaller(),
|
|
71260
71260
|
serializer: this.serializer,
|
|
@@ -78880,7 +78880,7 @@ class qQ {
|
|
|
78880
78880
|
} catch (n) {
|
|
78881
78881
|
throw console.error(n), new lo("Critical - Unable to synchronize workflow state with server.");
|
|
78882
78882
|
}
|
|
78883
|
-
}, this.options = e, this.options.applicationKey && ZO(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 41.1.
|
|
78883
|
+
}, this.options = e, this.options.applicationKey && ZO(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 41.1.2-alpha.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
78884
78884
|
}
|
|
78885
78885
|
configure(e) {
|
|
78886
78886
|
mo.setHubUrl(e.hubUrl), mo.setServerUrl(e.serverUrl), mo.setServicesApiUrl(e.servicesApiUrl), this.marketplaceThemeInstallId = e.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = e.marketplaceThemeInstallConfigurationId, this.userPoolClientId = e.userPoolClientId, this.userPoolRegion = e.userPoolRegion, this.spiffRegion = e.spiffRegion, e.bearerAuthenticationToken && t4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Of.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80941,4 +80941,4 @@ export {
|
|
|
80941
80941
|
a7 as y,
|
|
80942
80942
|
n7 as z
|
|
80943
80943
|
};
|
|
80944
|
-
//# sourceMappingURL=index-
|
|
80944
|
+
//# sourceMappingURL=index-B278hOWb.js.map
|