@spiffcommerce/core 33.2.3 → 33.2.4-beta.81a9e8f7-5b78-5dc9-998f-9c4af81b5d95

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 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
+ ## [33.2.4] - 21-10-2025
18
+
19
+ ### Fixed
20
+
21
+ - Recipient information is now populated correctly when creating new transactions via `getWorkflowExperience` with `GetWorkflowFromIntegrationProductOptions` or `GetWorkflowFromExternalProductOptions`.
22
+
17
23
  ## [33.2.0] - 20-10-2025
18
24
 
19
25
  ### Changed
package/dist/index.d.ts CHANGED
@@ -4299,6 +4299,7 @@ interface Bundle {
4299
4299
  workflowViewerAmendLink: string;
4300
4300
  workflowViewerReadOnlyLink: string;
4301
4301
  createdAt: string;
4302
+ updatedAt: string;
4302
4303
  transactionsCount?: number;
4303
4304
  productsCount?: number;
4304
4305
  totalPriceSubunits?: number;