@commercengine/storefront-sdk 0.12.5 → 0.12.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -0
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -3465,6 +3465,8 @@ interface components {
3465
3465
  coupon_savings: number;
3466
3466
  other_savings: number;
3467
3467
  total_savings: number;
3468
+ /** @description Free shipping threshold of the cart */
3469
+ free_shipping_threshold: number | null;
3468
3470
  /**
3469
3471
  * @description Status of the cart.
3470
3472
  * @default not-ready-for-payment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercengine/storefront-sdk",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "description": "TypeScript SDK for the Storefront API",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",