@shopify/hydrogen 2024.4.2 → 2024.4.4
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/README.md +1 -1
- package/dist/development/index.cjs +295 -148
- package/dist/development/index.cjs.map +1 -1
- package/dist/development/index.js +293 -147
- package/dist/development/index.js.map +1 -1
- package/dist/production/index.cjs +86 -85
- package/dist/production/index.cjs.map +1 -1
- package/dist/production/index.d.cts +38 -13
- package/dist/production/index.d.ts +38 -13
- package/dist/production/index.js +38 -38
- package/dist/production/index.js.map +1 -1
- package/dist/vite/plugin.js +18 -15
- package/dist/vite/request-events.js +4 -3
- package/dist/vite/virtual-routes/routes/index.jsx +0 -10
- package/package.json +8 -6
- package/dist/vite/virtual-routes/components/IconDiscord.jsx +0 -21
package/README.md
CHANGED
|
@@ -17,6 +17,6 @@ npm create @shopify/hydrogen@latest
|
|
|
17
17
|
|
|
18
18
|
- Interested in contributing to Hydrogen? [Read our contributing guide](../../CONTRIBUTING.md)
|
|
19
19
|
- Want to learn more? [Check out the Hydrogen docs on Shopify.dev](https://shopify.dev/custom-storefronts/hydrogen)
|
|
20
|
-
-
|
|
20
|
+
- Questions? Feedback? Feature requests? [Discussions](https://github.com/Shopify/hydrogen/discussions)
|
|
21
21
|
- Upgrading from a previous version? [View the Changelog](./packages/hydrogen/CHANGELOG.md)
|
|
22
22
|
- Looking for Hydrogen v1? [The source code has been moved](https://github.com/Shopify/hydrogen-v1)
|