hydrogen-sanity 4.3.2 → 4.3.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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2025 Sanity.io <hello@sanity.io>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ pnpm install hydrogen-sanity
|
|
|
53
53
|
Update the server file to include the Sanity Loader, and optionally, configure the preview mode if you plan to setup Visual Editing
|
|
54
54
|
|
|
55
55
|
> [!NOTE]
|
|
56
|
-
> The examples below are up-to-date as of `npm create @shopify/hydrogen@2024.7.
|
|
56
|
+
> The examples below are up-to-date as of `npm create @shopify/hydrogen@2024.7.9`
|
|
57
57
|
|
|
58
58
|
```ts
|
|
59
59
|
// ./lib/context.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hydrogen-sanity",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"description": "Sanity.io toolkit for Hydrogen",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
"peerDependencies": {
|
|
115
115
|
"@sanity/client": "^6.18.0",
|
|
116
|
-
"@shopify/hydrogen": "^2023.7.0 || ~2024.1.0 || ~2024.4.0 || ~2024.7.0 || ~2024.10.0",
|
|
116
|
+
"@shopify/hydrogen": "^2023.7.0 || ~2024.1.0 || ~2024.4.0 || ~2024.7.0 || ~2024.10.0 || ~2025.1.0",
|
|
117
117
|
"@shopify/remix-oxygen": "^1.0.0 || ^2.0.0",
|
|
118
118
|
"groq": "^3.41.0",
|
|
119
119
|
"react": "^18.0.0",
|