@spiffcommerce/core 33.13.0 → 33.13.2

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.13.1] - 10-11-2025
18
+
19
+ ### Fixed
20
+
21
+ - Resolved an issue occuring when duplicating bundles causing recipient information to fail to load.
22
+
17
23
  ## [33.13.0] - 10-11-2025
18
24
 
19
25
  ### Added
package/dist/index.d.ts CHANGED
@@ -4331,6 +4331,8 @@ interface Bundle {
4331
4331
  productsCount?: number;
4332
4332
  totalPriceSubunits?: number;
4333
4333
  orderId?: string;
4334
+ externalOrderId?: string;
4335
+ internalOrderId?: string;
4334
4336
  quoteId?: string;
4335
4337
  }
4336
4338
  interface BundleStakeholder {