@sanity/cli 3.79.1-canary.22 → 3.79.1-media-library.75

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
@@ -120,7 +120,7 @@ export declare interface CliConfig {
120
120
  * @internal
121
121
  */
122
122
  __experimental_coreAppConfiguration?: {
123
- organizationId: string
123
+ organizationId?: string
124
124
  appLocation?: string
125
125
  appId?: string
126
126
  }
package/lib/index.d.ts CHANGED
@@ -120,7 +120,7 @@ export declare interface CliConfig {
120
120
  * @internal
121
121
  */
122
122
  __experimental_coreAppConfiguration?: {
123
- organizationId: string
123
+ organizationId?: string
124
124
  appLocation?: string
125
125
  appId?: string
126
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "3.79.1-canary.22+2993aeaab2",
3
+ "version": "3.79.1-media-library.75+0ec64e6a71",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -58,11 +58,11 @@
58
58
  "dependencies": {
59
59
  "@babel/traverse": "^7.23.5",
60
60
  "@sanity/client": "^6.28.3",
61
- "@sanity/codegen": "3.79.1-canary.22+2993aeaab2",
61
+ "@sanity/codegen": "3.79.1-media-library.75+0ec64e6a71",
62
62
  "@sanity/runtime-cli": "^1.1.1",
63
63
  "@sanity/telemetry": "^0.7.7",
64
64
  "@sanity/template-validator": "^2.4.0",
65
- "@sanity/util": "3.79.1-canary.22+2993aeaab2",
65
+ "@sanity/util": "3.79.1-media-library.75+0ec64e6a71",
66
66
  "chalk": "^4.1.2",
67
67
  "debug": "^4.3.4",
68
68
  "decompress": "^4.2.0",
@@ -82,7 +82,7 @@
82
82
  "@rollup/plugin-node-resolve": "^15.2.3",
83
83
  "@sanity/eslint-config-studio": "^4.0.0",
84
84
  "@sanity/generate-help-url": "^3.0.0",
85
- "@sanity/types": "3.79.1-canary.22+2993aeaab2",
85
+ "@sanity/types": "3.79.1-media-library.75+0ec64e6a71",
86
86
  "@types/babel__traverse": "^7.20.5",
87
87
  "@types/configstore": "^5.0.1",
88
88
  "@types/cpx": "^1.5.2",
@@ -134,5 +134,5 @@
134
134
  "engines": {
135
135
  "node": ">=18"
136
136
  },
137
- "gitHead": "2993aeaab227074384ebf7348666b4a9ae14c7c4"
137
+ "gitHead": "0ec64e6a71dc4aa31c2abfba805b8040f1ebb1ac"
138
138
  }
package/src/types.ts CHANGED
@@ -352,7 +352,7 @@ export interface CliConfig {
352
352
  * @internal
353
353
  */
354
354
  __experimental_coreAppConfiguration?: {
355
- organizationId: string
355
+ organizationId?: string
356
356
  appLocation?: string
357
357
  appId?: string
358
358
  }