@shopify/hydrogen 2023.1.3 → 2023.1.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.
@@ -2194,7 +2194,7 @@ var warnOnce = (string) => {
2194
2194
  };
2195
2195
 
2196
2196
  // src/version.ts
2197
- var LIB_VERSION = "2023.1.3";
2197
+ var LIB_VERSION = "2023.1.5";
2198
2198
 
2199
2199
  // src/storefront.ts
2200
2200
  var StorefrontApiError = class extends Error {