@sanity/cli 6.0.0-alpha.14 → 6.0.0-alpha.15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "6.0.0-alpha.14",
3
+ "version": "6.0.0-alpha.15",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "sanity",
@@ -78,7 +78,7 @@
78
78
  "execa": "^9.6.0",
79
79
  "form-data": "^4.0.5",
80
80
  "get-it": "^8.7.0",
81
- "get-latest-version": "^5.1.0",
81
+ "get-latest-version": "^6.0.1",
82
82
  "get-tsconfig": "^4.13.6",
83
83
  "git-user-info": "^2.0.3",
84
84
  "gunzip-maybe": "^1.4.2",
@@ -111,6 +111,7 @@
111
111
  "rxjs": "^7.8.2",
112
112
  "semver": "^7.7.2",
113
113
  "semver-compare": "^1.0.0",
114
+ "smol-toml": "^1.6.0",
114
115
  "tar": "^7.5.6",
115
116
  "tar-fs": "^3.1.0",
116
117
  "tar-stream": "^3.1.7",
@@ -119,7 +120,7 @@
119
120
  "vite": "^7.3.1",
120
121
  "which": "^5.0.0",
121
122
  "zod": "^4.3.6",
122
- "@sanity/cli-core": "0.1.0-alpha.13"
123
+ "@sanity/cli-core": "0.1.0-alpha.14"
123
124
  },
124
125
  "devDependencies": {
125
126
  "@eslint/compat": "^2.0.2",
@@ -155,7 +156,7 @@
155
156
  "vitest": "^4.0.18",
156
157
  "@repo/package.config": "0.0.1",
157
158
  "@repo/tsconfig": "3.70.0",
158
- "@sanity/cli-test": "0.0.2-alpha.12",
159
+ "@sanity/cli-test": "0.0.2-alpha.13",
159
160
  "@sanity/eslint-config-cli": "0.0.0-alpha.2"
160
161
  },
161
162
  "engines": {