@sanity/cli 4.10.0-next.58 → 4.10.0-next.6
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/lib/_chunks-cjs/cli.js +731 -732
- package/lib/_chunks-cjs/cli.js.map +1 -1
- package/lib/_chunks-cjs/generateAction.js +1 -1
- package/lib/_chunks-cjs/generateAction.js.map +1 -1
- package/lib/_chunks-cjs/journeyConfig.js +1 -1
- package/lib/_chunks-cjs/journeyConfig.js.map +1 -1
- package/lib/_chunks-cjs/loadEnv.js +2 -4
- package/lib/_chunks-cjs/loadEnv.js.map +1 -1
- package/lib/index.d.mts +17 -2
- package/lib/index.d.ts +17 -2
- package/lib/index.mjs +2 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +9 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/cli",
|
|
3
|
-
"version": "4.10.0-next.
|
|
3
|
+
"version": "4.10.0-next.6+c11fbe5e58",
|
|
4
4
|
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babel/traverse": "^7.28.4",
|
|
50
|
-
"@sanity/client": "^7.11.
|
|
50
|
+
"@sanity/client": "^7.11.1",
|
|
51
51
|
"@sanity/runtime-cli": "^10.6.1",
|
|
52
52
|
"@sanity/telemetry": "^0.8.0",
|
|
53
53
|
"@sanity/template-validator": "^2.4.3",
|
|
54
54
|
"chalk": "^4.1.2",
|
|
55
55
|
"debug": "^4.4.1",
|
|
56
|
-
"esbuild": "0.25.
|
|
56
|
+
"esbuild": "0.25.9",
|
|
57
57
|
"esbuild-register": "^3.6.0",
|
|
58
58
|
"get-it": "^8.6.10",
|
|
59
59
|
"groq-js": "^1.18.0",
|
|
60
60
|
"pkg-dir": "^5.0.0",
|
|
61
61
|
"prettier": "^3.5.3",
|
|
62
62
|
"semver": "^7.7.2",
|
|
63
|
-
"@sanity/codegen": "4.10.0-next.
|
|
63
|
+
"@sanity/codegen": "4.10.0-next.6+c11fbe5e58"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@rexxars/gitconfiglocal": "^3.0.1",
|
|
@@ -81,7 +81,6 @@
|
|
|
81
81
|
"@types/which": "^2.0.1",
|
|
82
82
|
"@vercel/frameworks": "1.6.0",
|
|
83
83
|
"@vercel/fs-detectors": "4.1.3",
|
|
84
|
-
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
85
84
|
"boxen": "^4.2.0",
|
|
86
85
|
"clean-stack": "^3.0.1",
|
|
87
86
|
"configstore": "^5.0.1",
|
|
@@ -110,22 +109,14 @@
|
|
|
110
109
|
"semver": "^7.7.2",
|
|
111
110
|
"semver-compare": "^1.0.0",
|
|
112
111
|
"tar": "^6.2.1",
|
|
113
|
-
"vite": "^7.1.
|
|
112
|
+
"vite": "^7.1.5",
|
|
114
113
|
"vitest": "^3.2.4",
|
|
115
114
|
"which": "^2.0.2",
|
|
116
115
|
"xdg-basedir": "^4.0.0",
|
|
117
|
-
"@repo/
|
|
118
|
-
"@repo/
|
|
119
|
-
"@
|
|
120
|
-
"@
|
|
121
|
-
},
|
|
122
|
-
"peerDependencies": {
|
|
123
|
-
"babel-plugin-react-compiler": "*"
|
|
124
|
-
},
|
|
125
|
-
"peerDependenciesMeta": {
|
|
126
|
-
"babel-plugin-react-compiler": {
|
|
127
|
-
"optional": true
|
|
128
|
-
}
|
|
116
|
+
"@repo/test-config": "4.10.0-next.6+c11fbe5e58",
|
|
117
|
+
"@repo/package.config": "4.10.0-next.6+c11fbe5e58",
|
|
118
|
+
"@sanity/types": "4.10.0-next.6+c11fbe5e58",
|
|
119
|
+
"@repo/eslint-config": "4.10.0-next.6+c11fbe5e58"
|
|
129
120
|
},
|
|
130
121
|
"engines": {
|
|
131
122
|
"node": ">=20.19 <22 || >=22.12"
|