@shopify/hydrogen 2026.1.2 → 2026.1.3
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 +3 -7
- package/package.json +2 -2
|
@@ -434,7 +434,7 @@ function getPrivacyBanner() {
|
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
// package.json
|
|
437
|
-
var version = "2026.1.
|
|
437
|
+
var version = "2026.1.3";
|
|
438
438
|
|
|
439
439
|
// src/analytics-manager/ShopifyAnalytics.tsx
|
|
440
440
|
function getCustomerPrivacyRequired() {
|
|
@@ -1829,7 +1829,7 @@ function generateUUID() {
|
|
|
1829
1829
|
}
|
|
1830
1830
|
|
|
1831
1831
|
// src/version.ts
|
|
1832
|
-
var LIB_VERSION = "2026.1.
|
|
1832
|
+
var LIB_VERSION = "2026.1.3";
|
|
1833
1833
|
|
|
1834
1834
|
// src/utils/graphql.ts
|
|
1835
1835
|
function minifyQuery(string) {
|