@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
|
@@ -437,7 +437,7 @@ function getPrivacyBanner() {
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
// package.json
|
|
440
|
-
var version = "2026.4.
|
|
440
|
+
var version = "2026.4.2";
|
|
441
441
|
|
|
442
442
|
// src/analytics-manager/ShopifyAnalytics.tsx
|
|
443
443
|
function getCustomerPrivacyRequired() {
|
|
@@ -1833,7 +1833,7 @@ function generateUUID() {
|
|
|
1833
1833
|
}
|
|
1834
1834
|
|
|
1835
1835
|
// src/version.ts
|
|
1836
|
-
var LIB_VERSION = "2026.4.
|
|
1836
|
+
var LIB_VERSION = "2026.4.2";
|
|
1837
1837
|
|
|
1838
1838
|
// src/utils/graphql.ts
|
|
1839
1839
|
function minifyQuery(string) {
|