@spiffcommerce/core 33.2.4 → 33.4.0-beta.a67d15dd-dc23-5bb7-a68b-9af13a38acda

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,7 +14,13 @@ 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.3] - 21-10-2025
17
+ ## [33.4.0] - 21-10-2025
18
+
19
+ ### Added
20
+
21
+ - Bundles now have an `updatedAt` field, which is automatically updated on the server whenever changes are made.
22
+
23
+ ## [33.2.4] - 21-10-2025
18
24
 
19
25
  ### Fixed
20
26
 
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;