@shopify/hydrogen 2026.4.1 → 2026.4.2
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/dist/development/index.cjs +2 -2
- package/dist/development/index.cjs.map +1 -1
- package/dist/development/index.js +2 -2
- package/dist/development/index.js.map +1 -1
- package/dist/production/index.cjs +2 -2
- package/dist/production/index.cjs.map +1 -1
- package/dist/production/index.js +2 -2
- package/dist/production/index.js.map +1 -1
- package/dist/vite/plugin.js +0 -3
- package/package.json +8 -8
|
@@ -613,7 +613,7 @@ function getPrivacyBanner() {
|
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
// package.json
|
|
616
|
-
var version = "2026.4.
|
|
616
|
+
var version = "2026.4.2";
|
|
617
617
|
|
|
618
618
|
// src/analytics-manager/ShopifyAnalytics.tsx
|
|
619
619
|
function getCustomerPrivacyRequired() {
|
|
@@ -2009,7 +2009,7 @@ function generateUUID() {
|
|
|
2009
2009
|
}
|
|
2010
2010
|
|
|
2011
2011
|
// src/version.ts
|
|
2012
|
-
var LIB_VERSION = "2026.4.
|
|
2012
|
+
var LIB_VERSION = "2026.4.2";
|
|
2013
2013
|
|
|
2014
2014
|
// src/utils/graphql.ts
|
|
2015
2015
|
function minifyQuery(string) {
|