@shopify/hydrogen 2023.7.5 → 2023.7.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.
@@ -427,7 +427,7 @@ var warnOnce = (string) => {
427
427
  };
428
428
 
429
429
  // src/version.ts
430
- var LIB_VERSION = "2023.7.5";
430
+ var LIB_VERSION = "2023.7.6";
431
431
 
432
432
  // src/storefront.ts
433
433
  var StorefrontApiError = class extends Error {