@spiffcommerce/core 40.3.3 → 40.3.6
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/README.md +3 -3
- package/dist/index-B-fZTJaW.js +80347 -0
- package/dist/index-B-fZTJaW.js.map +1 -0
- package/dist/index-BXBj976D.js +154 -0
- package/dist/index-BXBj976D.js.map +1 -0
- package/dist/index-BvxaWFsr.cjs +2 -0
- package/dist/index-BvxaWFsr.cjs.map +1 -0
- package/dist/index-Fm4XiPgH.cjs +2906 -0
- package/dist/index-Fm4XiPgH.cjs.map +1 -0
- package/dist/index.cjs +1 -2689
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +26 -13
- package/dist/index.mjs +184 -18190
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -39
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.6] - 16-04-2026
|
|
18
|
+
|
|
19
|
+
## Fixed
|
|
20
|
+
|
|
21
|
+
- If a bundle is reloaded after products have been removed from its collection, the products are now removed from the bundle even if the bundle had no transactions.
|
|
22
|
+
|
|
17
23
|
## [40.3.1] - 24-03-2026
|
|
18
24
|
|
|
19
25
|
## Fixed
|
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@ This is the Spiff Commerce Javascript client API.
|
|
|
4
4
|
|
|
5
5
|
## What does this package achieve?
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
7
|
+
- The Client API manages the heavy lifting related to setting up, executing & finishing a workflow experience. It is a wrapper around the Workflow Manager,
|
|
8
|
+
which is responsible for executing workflow steps and managing things like state and conditions.
|
|
9
9
|
|
|
10
|
-
-
|
|
10
|
+
- Whilst the workflow manager is exposed we recommend getting started with a "Workflow Experience" instead.
|
|
11
11
|
|
|
12
12
|
## Getting Started
|