@sanity/cli 4.7.0-next.6 → 4.7.0-next.7

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.mts CHANGED
@@ -11,11 +11,17 @@ import {Separator} from 'inquirer'
11
11
  import {TelemetryLogger} from '@sanity/telemetry'
12
12
 
13
13
  declare interface AppConfig {
14
+ /**
15
+ * The ID of your Sanity organization
16
+ */
14
17
  organizationId: string
15
18
  /**
16
- * Defaults to './src/App'
19
+ * The entrypoint for your Sanity app. Defaults to './src/App'.
17
20
  */
18
21
  entry?: string
22
+ /**
23
+ * The ID of your Sanity app. Generated when deploying your app for the first time; check the output of `sanity deploy` for this.
24
+ */
19
25
  id?: string
20
26
  }
21
27
 
package/lib/index.d.ts CHANGED
@@ -11,11 +11,17 @@ import {Separator} from 'inquirer'
11
11
  import {TelemetryLogger} from '@sanity/telemetry'
12
12
 
13
13
  declare interface AppConfig {
14
+ /**
15
+ * The ID of your Sanity organization
16
+ */
14
17
  organizationId: string
15
18
  /**
16
- * Defaults to './src/App'
19
+ * The entrypoint for your Sanity app. Defaults to './src/App'.
17
20
  */
18
21
  entry?: string
22
+ /**
23
+ * The ID of your Sanity app. Generated when deploying your app for the first time; check the output of `sanity deploy` for this.
24
+ */
19
25
  id?: string
20
26
  }
21
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "4.7.0-next.6+f6809b4b33",
3
+ "version": "4.7.0-next.7+5be6ca438f",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -60,7 +60,7 @@
60
60
  "pkg-dir": "^5.0.0",
61
61
  "prettier": "^3.5.3",
62
62
  "semver": "^7.7.2",
63
- "@sanity/codegen": "4.7.0-next.6+f6809b4b33"
63
+ "@sanity/codegen": "4.7.0-next.7+5be6ca438f"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@rexxars/gitconfiglocal": "^3.0.1",
@@ -113,10 +113,10 @@
113
113
  "vitest": "^3.2.4",
114
114
  "which": "^2.0.2",
115
115
  "xdg-basedir": "^4.0.0",
116
- "@repo/eslint-config": "4.7.0-next.6+f6809b4b33",
117
- "@repo/test-config": "4.7.0-next.6+f6809b4b33",
118
- "@repo/package.config": "4.7.0-next.6+f6809b4b33",
119
- "@sanity/types": "4.7.0-next.6+f6809b4b33"
116
+ "@repo/eslint-config": "4.7.0-next.7+5be6ca438f",
117
+ "@repo/package.config": "4.7.0-next.7+5be6ca438f",
118
+ "@repo/test-config": "4.7.0-next.7+5be6ca438f",
119
+ "@sanity/types": "4.7.0-next.7+5be6ca438f"
120
120
  },
121
121
  "engines": {
122
122
  "node": ">=20.19 <22 || >=22.12"