@sanity/cli 5.9.0-next.7 → 5.9.0-next.8

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.
@@ -389,9 +389,13 @@ interface CliConfig {
389
389
  enabled?: boolean;
390
390
  };
391
391
  /**
392
- * Configuration for schema extraction (`sanity schema extract`)
392
+ * Configuration for schema extraction
393
393
  */
394
394
  schemaExtraction?: {
395
+ /**
396
+ * Enable schema extraction as part of sanity dev and sanity build
397
+ */
398
+ enabled?: boolean;
395
399
  /**
396
400
  * Output path for the extracted schema file.
397
401
  * Defaults to `schema.json` in the working directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "5.9.0-next.7+68c9eb58a8",
3
+ "version": "5.9.0-next.8+c3a4cb19e1",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "cli",
@@ -112,11 +112,11 @@
112
112
  "vitest": "^4.0.18",
113
113
  "which": "^2.0.2",
114
114
  "xdg-basedir": "^4.0.0",
115
- "@repo/test-config": "5.9.0-next.7+68c9eb58a8",
115
+ "@repo/eslint-config": "5.9.0-next.8+c3a4cb19e1",
116
+ "@repo/test-config": "5.9.0-next.8+c3a4cb19e1",
117
+ "@repo/tsconfig": "5.9.0-next.8+c3a4cb19e1",
116
118
  "@sanity/types": "5.8.1",
117
- "@repo/eslint-config": "5.9.0-next.7+68c9eb58a8",
118
- "@repo/tsconfig": "5.9.0-next.7+68c9eb58a8",
119
- "@repo/package.config": "5.9.0-next.7+68c9eb58a8"
119
+ "@repo/package.config": "5.9.0-next.8+c3a4cb19e1"
120
120
  },
121
121
  "peerDependencies": {
122
122
  "babel-plugin-react-compiler": "*"