@sanity/vercel-protection-bypass 1.0.18 → 1.0.20
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/CHANGELOG.md +28 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.20](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.19...vercel-protection-bypass-v1.0.20) (2025-04-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** upgrade to react compiler RC ([29a886b](https://github.com/sanity-io/visual-editing/commit/29a886b6ff0b498379d6931ad154976f4bcfad29))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @sanity/preview-url-secret bumped to 2.1.9
|
|
16
|
+
|
|
17
|
+
## [1.0.19](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.18...vercel-protection-bypass-v1.0.19) (2025-04-11)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **deps:** update dependency @sanity/client to ^6.29.0 ([2a8ff1e](https://github.com/sanity-io/visual-editing/commit/2a8ff1e9369b8a27bb3c122d5f5f9046be43c5a1))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @sanity/preview-url-secret bumped to 2.1.8
|
|
30
|
+
|
|
3
31
|
## [1.0.18](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.17...vercel-protection-bypass-v1.0.18) (2025-04-10)
|
|
4
32
|
|
|
5
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/vercel-protection-bypass",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/vercel-protection-bypass#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/sanity-io/visual-editing/issues"
|
|
@@ -43,25 +43,25 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@sanity/icons": "^3.7.0",
|
|
46
|
-
"@sanity/ui": "^2.15.
|
|
47
|
-
"react-compiler-runtime": "19.
|
|
48
|
-
"@sanity/preview-url-secret": "^2.1.
|
|
46
|
+
"@sanity/ui": "^2.15.14",
|
|
47
|
+
"react-compiler-runtime": "19.1.0-rc.1",
|
|
48
|
+
"@sanity/preview-url-secret": "^2.1.9"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@sanity/pkg-utils": "6.13.4",
|
|
52
|
-
"babel-plugin-react-compiler": "19.
|
|
52
|
+
"babel-plugin-react-compiler": "19.1.0-rc.1",
|
|
53
53
|
"eslint": "^8.57.1",
|
|
54
54
|
"react": "^19.1.0",
|
|
55
|
-
"sanity": "3.
|
|
56
|
-
"typescript": "5.
|
|
57
|
-
"vitest": "^3.1.
|
|
55
|
+
"sanity": "3.87.0",
|
|
56
|
+
"typescript": "5.8.3",
|
|
57
|
+
"vitest": "^3.1.2",
|
|
58
58
|
"@repo/package.config": "0.0.0",
|
|
59
|
-
"@repo/
|
|
60
|
-
"@repo/
|
|
59
|
+
"@repo/prettier-config": "0.0.0",
|
|
60
|
+
"@repo/eslint-config": "0.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"react": "^18.3 || ^19",
|
|
64
|
-
"sanity": "^3.
|
|
64
|
+
"sanity": "^3.87.0"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=18"
|