@sanity/cli 5.3.0-next.11 → 5.3.0-next.14

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/index.d.ts CHANGED
@@ -155,7 +155,7 @@ export declare interface CliConfig {
155
155
  appId?: string
156
156
  /**
157
157
  * Enable auto-updates for studios.
158
- * {@link https://www.sanity.io/docs/cli#auto-updates}
158
+ * {@link https://www.sanity.io/docs/studio/latest-version-of-sanity#k47faf43faf56}
159
159
  */
160
160
  autoUpdates?: boolean
161
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "5.3.0-next.11+0309df2a6d",
3
+ "version": "5.3.0-next.14+27686cb16d",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -59,7 +59,7 @@
59
59
  "pkg-dir": "^5.0.0",
60
60
  "prettier": "^3.7.4",
61
61
  "semver": "^7.7.2",
62
- "@sanity/codegen": "5.3.0-next.11+0309df2a6d"
62
+ "@sanity/codegen": "5.3.0-next.14+27686cb16d"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@rexxars/gitconfiglocal": "^3.0.1",
@@ -113,11 +113,11 @@
113
113
  "vitest": "^3.2.4",
114
114
  "which": "^2.0.2",
115
115
  "xdg-basedir": "^4.0.0",
116
- "@repo/eslint-config": "5.3.0-next.11+0309df2a6d",
117
- "@repo/package.config": "5.3.0-next.11+0309df2a6d",
118
- "@repo/test-config": "5.3.0-next.11+0309df2a6d",
119
- "@sanity/types": "5.2.0",
120
- "@repo/tsconfig": "5.3.0-next.11+0309df2a6d"
116
+ "@repo/package.config": "5.3.0-next.14+27686cb16d",
117
+ "@repo/test-config": "5.3.0-next.14+27686cb16d",
118
+ "@repo/tsconfig": "5.3.0-next.14+27686cb16d",
119
+ "@repo/eslint-config": "5.3.0-next.14+27686cb16d",
120
+ "@sanity/types": "5.2.0"
121
121
  },
122
122
  "peerDependencies": {
123
123
  "babel-plugin-react-compiler": "*"