@sanity/vercel-protection-bypass 1.0.27-canary.9 → 2.0.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/CHANGELOG.md +18 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.1](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v2.0.0...vercel-protection-bypass-v2.0.1) (2025-09-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* use stable react, next and sanity peer dep ranges ([e58d995](https://github.com/sanity-io/visual-editing/commit/e58d995d57beba1e74f9ec7a2c15831c5cc04446))
|
|
9
|
+
|
|
10
|
+
## [2.0.0](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.26...vercel-protection-bypass-v2.0.0) (2025-07-24)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* **deps:** update dependency @sanity/ui to v3 (main) ([#3150](https://github.com/sanity-io/visual-editing/issues/3150))
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** update dependency @sanity/ui to v3 (main) ([#3150](https://github.com/sanity-io/visual-editing/issues/3150)) ([6da470d](https://github.com/sanity-io/visual-editing/commit/6da470daa1591521a7b091b817fb5e39d6f4b562))
|
|
20
|
+
|
|
3
21
|
## [1.0.26](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.25...vercel-protection-bypass-v1.0.26) (2025-07-21)
|
|
4
22
|
|
|
5
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/vercel-protection-bypass",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
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"
|
|
@@ -44,27 +44,27 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@sanity/icons": "^3.7.4",
|
|
46
46
|
"@sanity/ui": "^3.0.0",
|
|
47
|
-
"react-compiler-runtime": "19.1.0-rc.
|
|
48
|
-
"@sanity/preview-url-secret": "^2.1.
|
|
47
|
+
"react-compiler-runtime": "19.1.0-rc.3",
|
|
48
|
+
"@sanity/preview-url-secret": "^2.1.14"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@sanity/pkg-utils": "^
|
|
52
|
-
"babel-plugin-react-compiler": "19.1.0-rc.
|
|
51
|
+
"@sanity/pkg-utils": "^8.0.2",
|
|
52
|
+
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
53
53
|
"eslint": "^8.57.1",
|
|
54
|
-
"react": "^19.1.
|
|
55
|
-
"sanity": "^4.
|
|
54
|
+
"react": "^19.1.1",
|
|
55
|
+
"sanity": "^4.6.1",
|
|
56
56
|
"typescript": "5.8.3",
|
|
57
57
|
"vitest": "^3.2.4",
|
|
58
|
-
"@repo/
|
|
58
|
+
"@repo/package.config": "0.0.0",
|
|
59
59
|
"@repo/prettier-config": "0.0.0",
|
|
60
|
-
"@repo/
|
|
60
|
+
"@repo/eslint-config": "0.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"react": "^18.3 || ^19",
|
|
64
|
-
"sanity": "^3.93.0 || ^4
|
|
64
|
+
"sanity": "^3.93.0 || ^4"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
|
-
"node": ">=
|
|
67
|
+
"node": ">=20.19"
|
|
68
68
|
},
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"scripts": {
|
|
73
73
|
"build": "pkg build --strict --check --clean",
|
|
74
74
|
"dev": "pkg build --strict",
|
|
75
|
-
"lint": "eslint
|
|
75
|
+
"lint": "eslint .",
|
|
76
76
|
"test": "vitest --pass-with-no-tests --typecheck"
|
|
77
77
|
}
|
|
78
78
|
}
|