@sanity/cli 5.3.0-next.63 → 5.3.0-next.64
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/package.json +8 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/cli",
|
|
3
|
-
"version": "5.3.0-next.
|
|
3
|
+
"version": "5.3.0-next.64+110c6c75e0",
|
|
4
4
|
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -25,10 +25,7 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"type": "commonjs",
|
|
27
27
|
"exports": {
|
|
28
|
-
".":
|
|
29
|
-
"source": "./src/index.ts",
|
|
30
|
-
"default": "./lib/index.js"
|
|
31
|
-
},
|
|
28
|
+
".": "./lib/index.js",
|
|
32
29
|
"./package.json": "./package.json"
|
|
33
30
|
},
|
|
34
31
|
"main": "./lib/index.js",
|
|
@@ -60,7 +57,7 @@
|
|
|
60
57
|
"pkg-dir": "^5.0.0",
|
|
61
58
|
"prettier": "^3.7.4",
|
|
62
59
|
"semver": "^7.7.2",
|
|
63
|
-
"@sanity/codegen": "5.3.0-next.
|
|
60
|
+
"@sanity/codegen": "5.3.0-next.64+110c6c75e0"
|
|
64
61
|
},
|
|
65
62
|
"devDependencies": {
|
|
66
63
|
"@rexxars/gitconfiglocal": "^3.0.1",
|
|
@@ -114,11 +111,11 @@
|
|
|
114
111
|
"vitest": "^4.0.16",
|
|
115
112
|
"which": "^2.0.2",
|
|
116
113
|
"xdg-basedir": "^4.0.0",
|
|
117
|
-
"@repo/eslint-config": "5.3.0-next.
|
|
118
|
-
"@repo/package.config": "5.3.0-next.
|
|
119
|
-
"@repo/tsconfig": "5.3.0-next.
|
|
120
|
-
"@
|
|
121
|
-
"@
|
|
114
|
+
"@repo/eslint-config": "5.3.0-next.64+110c6c75e0",
|
|
115
|
+
"@repo/package.config": "5.3.0-next.64+110c6c75e0",
|
|
116
|
+
"@repo/tsconfig": "5.3.0-next.64+110c6c75e0",
|
|
117
|
+
"@sanity/types": "5.2.0",
|
|
118
|
+
"@repo/test-config": "5.3.0-next.64+110c6c75e0"
|
|
122
119
|
},
|
|
123
120
|
"peerDependencies": {
|
|
124
121
|
"babel-plugin-react-compiler": "*"
|