@spiffcommerce/core 44.5.6-alpha.6 → 44.6.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 +9 -0
- package/dist/{index-C-J-MnS9.js → index-Bw9IeJ49.js} +4 -4
- package/dist/{index-C-J-MnS9.js.map → index-Bw9IeJ49.js.map} +1 -1
- package/dist/{index-DmTSpKW3.cjs → index-T_iRUrC3.cjs} +3 -3
- package/dist/{index-DmTSpKW3.cjs.map → index-T_iRUrC3.cjs.map} +1 -1
- package/dist/{index.browser-CvfKQ09u.cjs → index.browser-C3yejTxm.cjs} +2 -2
- package/dist/{index.browser-CvfKQ09u.cjs.map → index.browser-C3yejTxm.cjs.map} +1 -1
- package/dist/{index.browser-CgwcA0Sd.js → index.browser-CVfUyTq0.js} +2 -2
- package/dist/{index.browser-CgwcA0Sd.js.map → index.browser-CVfUyTq0.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,15 @@ 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
|
+
## [44.6.0] - 27-08-2026
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- **Dynamic Workflow Configuration**: New `WorkflowExperience.updateWorkflowConfiguration()` method to dynamically update workflow structure at runtime
|
|
22
|
+
- Supports adding, removing, and changing panels, steps, and step groups
|
|
23
|
+
- Automatically preserves user state and canvas content where possible
|
|
24
|
+
- New `WorkflowExperienceEventType.WorkflowConfigurationChanged` event
|
|
25
|
+
|
|
17
26
|
## [44.5.4] - 17-08-2026
|
|
18
27
|
|
|
19
28
|
### Fixed
|
|
@@ -72932,7 +72932,7 @@ class rz extends tz {
|
|
|
72932
72932
|
});
|
|
72933
72933
|
}
|
|
72934
72934
|
async loadEventStreamCapability() {
|
|
72935
|
-
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-
|
|
72935
|
+
const { EventStreamSerde: e, eventStreamSerdeProvider: t } = await import("./index.browser-CVfUyTq0.js"), n = this.resolveEventStreamMarshaller(t);
|
|
72936
72936
|
return new e({
|
|
72937
72937
|
marshaller: n,
|
|
72938
72938
|
serializer: this.serializer,
|
|
@@ -80370,7 +80370,7 @@ class rY {
|
|
|
80370
80370
|
} catch (n) {
|
|
80371
80371
|
throw console.error(n), new so("Critical - Unable to synchronize workflow state with server.");
|
|
80372
80372
|
}
|
|
80373
|
-
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.6-alpha.
|
|
80373
|
+
}, this.options = e, this.options.applicationKey && X4(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 44.5.6-alpha.6"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
80374
80374
|
}
|
|
80375
80375
|
configure(e) {
|
|
80376
80376
|
Ps.setHubUrl(e.hubUrl), Ps.setServerUrl(e.serverUrl), Ps.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 && K4(e.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Ed.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|
|
@@ -80379,7 +80379,7 @@ class rY {
|
|
|
80379
80379
|
* @returns The version of the @spiffcommerce/core package that this client is running.
|
|
80380
80380
|
*/
|
|
80381
80381
|
getVersion() {
|
|
80382
|
-
return "44.5.6-alpha.
|
|
80382
|
+
return "44.5.6-alpha.6";
|
|
80383
80383
|
}
|
|
80384
80384
|
/**
|
|
80385
80385
|
* @returns The asset manager allows for common operations related to assets
|
|
@@ -82525,4 +82525,4 @@ export {
|
|
|
82525
82525
|
d9 as y,
|
|
82526
82526
|
c9 as z
|
|
82527
82527
|
};
|
|
82528
|
-
//# sourceMappingURL=index-
|
|
82528
|
+
//# sourceMappingURL=index-Bw9IeJ49.js.map
|