@sanity/cli 3.99.0 → 3.99.1-bitter-lemon.5
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 +26 -24
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sanity/cli",
|
3
|
-
"version": "3.99.
|
3
|
+
"version": "3.99.1-bitter-lemon.5+a1632ba3aa",
|
4
4
|
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
|
5
5
|
"keywords": [
|
6
6
|
"sanity",
|
@@ -45,31 +45,45 @@
|
|
45
45
|
"lib",
|
46
46
|
"templates"
|
47
47
|
],
|
48
|
+
"scripts": {
|
49
|
+
"build": "pkg-utils build --strict --check --clean",
|
50
|
+
"check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
|
51
|
+
"clean": "rimraf lib",
|
52
|
+
"lint": "eslint .",
|
53
|
+
"prepublishOnly": "turbo run build",
|
54
|
+
"test": "vitest",
|
55
|
+
"ts": "node -r esbuild-register",
|
56
|
+
"watch": "pkg-utils watch"
|
57
|
+
},
|
48
58
|
"dependencies": {
|
49
59
|
"@babel/traverse": "^7.27.4",
|
50
60
|
"@sanity/client": "^7.6.0",
|
61
|
+
"@sanity/codegen": "3.99.1-bitter-lemon.5+a1632ba3aa",
|
51
62
|
"@sanity/runtime-cli": "^9.2.0",
|
52
63
|
"@sanity/telemetry": "^0.8.0",
|
53
64
|
"@sanity/template-validator": "^2.4.3",
|
54
|
-
"@sanity/util": "3.99.
|
65
|
+
"@sanity/util": "3.99.1-bitter-lemon.5+a1632ba3aa",
|
55
66
|
"chalk": "^4.1.2",
|
56
67
|
"debug": "^4.3.4",
|
57
68
|
"decompress": "^4.2.0",
|
58
|
-
"esbuild": "
|
59
|
-
"esbuild-register": "
|
69
|
+
"esbuild": "catalog:",
|
70
|
+
"esbuild-register": "catalog:",
|
60
71
|
"get-it": "^8.6.10",
|
61
72
|
"groq-js": "^1.17.1",
|
62
73
|
"pkg-dir": "^5.0.0",
|
63
|
-
"prettier": "
|
74
|
+
"prettier": "catalog:",
|
64
75
|
"semver": "^7.3.5",
|
65
|
-
"validate-npm-package-name": "^3.0.0"
|
66
|
-
"@sanity/codegen": "3.99.0"
|
76
|
+
"validate-npm-package-name": "^3.0.0"
|
67
77
|
},
|
68
78
|
"devDependencies": {
|
79
|
+
"@repo/eslint-config": "3.99.0",
|
80
|
+
"@repo/package.config": "3.99.0",
|
81
|
+
"@repo/test-config": "3.99.0",
|
69
82
|
"@rexxars/gitconfiglocal": "^3.0.1",
|
70
83
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
71
|
-
"@sanity/eslint-config-studio": "
|
84
|
+
"@sanity/eslint-config-studio": "catalog:",
|
72
85
|
"@sanity/generate-help-url": "^3.0.0",
|
86
|
+
"@sanity/types": "3.99.1-bitter-lemon.5+a1632ba3aa",
|
73
87
|
"@types/babel__traverse": "^7.20.5",
|
74
88
|
"@types/configstore": "^5.0.1",
|
75
89
|
"@types/cpx": "^1.5.2",
|
@@ -96,7 +110,7 @@
|
|
96
110
|
"execa": "^2.0.0",
|
97
111
|
"get-latest-version": "^5.0.0",
|
98
112
|
"git-user-info": "^2.0.3",
|
99
|
-
"globals": "
|
113
|
+
"globals": "catalog:",
|
100
114
|
"inquirer": "^6.0.0",
|
101
115
|
"is-installed-globally": "^0.4.0",
|
102
116
|
"leven": "^3.1.0",
|
@@ -117,22 +131,10 @@
|
|
117
131
|
"vite": "^6.3.5",
|
118
132
|
"vitest": "^3.2.3",
|
119
133
|
"which": "^2.0.2",
|
120
|
-
"xdg-basedir": "^4.0.0"
|
121
|
-
"@repo/eslint-config": "3.99.0",
|
122
|
-
"@repo/test-config": "3.99.0",
|
123
|
-
"@sanity/types": "3.99.0",
|
124
|
-
"@repo/package.config": "3.99.0"
|
134
|
+
"xdg-basedir": "^4.0.0"
|
125
135
|
},
|
126
136
|
"engines": {
|
127
137
|
"node": ">=18"
|
128
138
|
},
|
129
|
-
"
|
130
|
-
|
131
|
-
"check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
|
132
|
-
"clean": "rimraf lib",
|
133
|
-
"lint": "eslint .",
|
134
|
-
"test": "vitest",
|
135
|
-
"ts": "node -r esbuild-register",
|
136
|
-
"watch": "pkg-utils watch"
|
137
|
-
}
|
138
|
-
}
|
139
|
+
"gitHead": "a1632ba3aa6f170e321329ddda9ee93dc657147e"
|
140
|
+
}
|