@haus-storefront-react/shared-types 1.0.4-next.3 → 1.0.4-next.5

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,13 @@
1
+ ## 1.0.4-next.4 (2026-03-09)
2
+
3
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
4
+
5
+ ## 1.0.4-next.3 (2026-03-06)
6
+
7
+ ### 🚀 Features
8
+
9
+ - add goToPage method to Pagination interface
10
+
1
11
  ## 1.0.4-next.2 (2026-03-04)
2
12
 
3
13
  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
@@ -392,7 +392,6 @@ export interface ProductVariant extends BriefProductVariant {
392
392
  taxCategory: string;
393
393
  options: Array<ProductOption>;
394
394
  facetValues: Array<FacetValue>;
395
- customFields: Record<string, unknown>;
396
395
  }
397
396
  export interface Country extends Node {
398
397
  code: LanguageCode;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "restricted"
5
5
  },
6
- "version": "1.0.4-next.3",
6
+ "version": "1.0.4-next.5",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "exports": {