@sanity/cli 8.4.2 → 8.5.0

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": "8.4.2",
3
+ "version": "8.5.0",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -76,6 +76,8 @@
76
76
  "@sanity/template-validator": "^3.1.0",
77
77
  "@sanity/types": "^6.7.0",
78
78
  "@sanity/worker-channels": "^2.0.0",
79
+ "@sanity/workflow-cli": "0.30.0",
80
+ "@sanity/workflow-engine": "0.30.0",
79
81
  "@vercel/frameworks": "3.29.0",
80
82
  "chokidar": "^5.0.0",
81
83
  "console-table-printer": "^2.15.0",
@@ -119,9 +121,9 @@
119
121
  "wrap-ansi": "^9.0.2",
120
122
  "yaml": "^2.9.0",
121
123
  "zod": "^4.4.3",
122
- "@sanity/cli-build": "^6.0.1",
123
- "@sanity/cli-core": "^3.4.0",
124
- "@sanity/workbench-cli": "^2.2.2"
124
+ "@sanity/cli-build": "^6.0.2",
125
+ "@sanity/cli-core": "^3.5.0",
126
+ "@sanity/workbench-cli": "^2.2.3"
125
127
  },
126
128
  "devDependencies": {
127
129
  "@eslint/compat": "^2.1.0",
@@ -155,8 +157,8 @@
155
157
  "vitest": "^4.1.11",
156
158
  "@repo/package.config": "0.0.1",
157
159
  "@repo/tsconfig": "3.70.0",
158
- "@sanity/eslint-config-cli": "1.1.3",
159
- "@sanity/cli-test": "14.0.0"
160
+ "@sanity/cli-test": "15.0.0",
161
+ "@sanity/eslint-config-cli": "1.1.3"
160
162
  },
161
163
  "peerDependencies": {
162
164
  "babel-plugin-react-compiler": "*",