@haus-storefront-react/shared-types 0.0.7-6 → 0.0.7

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
@@ -1,3 +1,11 @@
1
+ ## 0.0.7-7 (2025-07-03)
2
+
3
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.7-6 (2025-07-03)
6
+
7
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
8
+
1
9
  ## 0.0.7-5 (2025-07-03)
2
10
 
3
11
  This was a version bump only for shared/types to align it with other projects, there were no code changes.
package/index.d.ts CHANGED
@@ -521,6 +521,7 @@ export interface ShippingMethod {
521
521
  name: string;
522
522
  }
523
523
  export interface ShippingLine {
524
+ id: string;
524
525
  priceWithTax: Price;
525
526
  price: Price;
526
527
  shippingMethod: ShippingMethod;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/shared-types",
3
- "version": "0.0.7-6",
3
+ "version": "0.0.7",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {