@spiffcommerce/core 40.3.12 → 40.3.13
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-C5BLW3rS.js → index-3u8XmLUI.js} +4 -4
- package/dist/{index-C5BLW3rS.js.map → index-3u8XmLUI.js.map} +1 -1
- package/dist/{index-eRS5bBM0.js → index-C0YOXbtd.js} +2 -2
- package/dist/{index-eRS5bBM0.js.map → index-C0YOXbtd.js.map} +1 -1
- package/dist/{index-CafQZysB.cjs → index-CeKEdAZd.cjs} +4 -4
- package/dist/{index-CafQZysB.cjs.map → index-CeKEdAZd.cjs.map} +1 -1
- package/dist/{index-Darx-14I.cjs → index-DX0s3w44.cjs} +2 -2
- package/dist/{index-Darx-14I.cjs.map → index-DX0s3w44.cjs.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
|
+
## [40.3.13] - 22-04-2026
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Bumped core to verify the new changelog process works as expected.
|
|
22
|
+
|
|
17
23
|
## [40.3.11] - 20-04-2026
|
|
18
24
|
|
|
19
25
|
### Fixed
|
|
@@ -33516,7 +33516,7 @@ const br = () => {
|
|
|
33516
33516
|
height: r.height
|
|
33517
33517
|
}
|
|
33518
33518
|
) : void 0,
|
|
33519
|
-
s.map((l) => mT(l)).filter((l) => !!l).map((l) => /* @__PURE__ */ At.jsx("g", { clipPath: `url(#${e})`, children: l }))
|
|
33519
|
+
s.map((l) => mT(l)).filter((l) => !!l).map((l) => /* @__PURE__ */ At.jsx("g", { clipPath: `url(#${e})`, children: l }, e))
|
|
33520
33520
|
]
|
|
33521
33521
|
}
|
|
33522
33522
|
)
|
|
@@ -70956,7 +70956,7 @@ class fV extends cV {
|
|
|
70956
70956
|
});
|
|
70957
70957
|
}
|
|
70958
70958
|
async loadEventStreamCapability() {
|
|
70959
|
-
const { EventStreamSerde: e } = await import("./index-
|
|
70959
|
+
const { EventStreamSerde: e } = await import("./index-C0YOXbtd.js");
|
|
70960
70960
|
return new e({
|
|
70961
70961
|
marshaller: this.getEventStreamMarshaller(),
|
|
70962
70962
|
serializer: this.serializer,
|
|
@@ -78519,7 +78519,7 @@ class AW {
|
|
|
78519
78519
|
} catch (n) {
|
|
78520
78520
|
throw console.error(n), new oo("Critical - Unable to synchronize workflow state with server.");
|
|
78521
78521
|
}
|
|
78522
|
-
}, this.options = e, this.options.applicationKey && j4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.3.
|
|
78522
|
+
}, this.options = e, this.options.applicationKey && j4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 40.3.12"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
78523
78523
|
}
|
|
78524
78524
|
configure(e) {
|
|
78525
78525
|
go.setHubUrl(e.hubUrl), go.setServerUrl(e.serverUrl), go.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 && $4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Pf.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80352,4 +80352,4 @@ export {
|
|
|
80352
80352
|
qN as y,
|
|
80353
80353
|
GN as z
|
|
80354
80354
|
};
|
|
80355
|
-
//# sourceMappingURL=index-
|
|
80355
|
+
//# sourceMappingURL=index-3u8XmLUI.js.map
|