@shopify/hydrogen 2026.1.0 → 2026.1.1
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 +3 -3
- package/dist/development/index.js.map +1 -1
- package/dist/production/index.cjs +3 -3
- package/dist/production/index.cjs.map +1 -1
- package/dist/production/index.d.cts +479 -107
- package/dist/production/index.d.ts +479 -107
- package/dist/production/index.js +3 -3
- package/dist/production/index.js.map +1 -1
- package/dist/vite/{chunk-MDCIB6DS.js → chunk-XTDF5RJS.js} +1 -3
- package/dist/vite/hydrogen-middleware.js +1 -1
- package/dist/vite/plugin.js +1 -1
- package/package.json +23 -19
|
@@ -610,7 +610,7 @@ function getPrivacyBanner() {
|
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
// package.json
|
|
613
|
-
var version = "2026.1.
|
|
613
|
+
var version = "2026.1.1";
|
|
614
614
|
|
|
615
615
|
// src/analytics-manager/ShopifyAnalytics.tsx
|
|
616
616
|
function getCustomerPrivacyRequired() {
|
|
@@ -2005,7 +2005,7 @@ function generateUUID() {
|
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
2007
|
// src/version.ts
|
|
2008
|
-
var LIB_VERSION = "2026.1.
|
|
2008
|
+
var LIB_VERSION = "2026.1.1";
|
|
2009
2009
|
|
|
2010
2010
|
// src/utils/graphql.ts
|
|
2011
2011
|
function minifyQuery(string) {
|