@sanity/cli 8.9.0 → 8.9.1
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/oclif.manifest.json +771 -771
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/cli",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.1",
|
|
4
4
|
"description": "Sanity CLI tool for managing Sanity projects and organizations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -64,27 +64,27 @@
|
|
|
64
64
|
"@oclif/plugin-not-found": "^3.2.88",
|
|
65
65
|
"@sanity/cli-build": "^6.3.0",
|
|
66
66
|
"@sanity/cli-core": "^3.6.1",
|
|
67
|
-
"@sanity/client": "^8.
|
|
67
|
+
"@sanity/client": "^8.5.0",
|
|
68
68
|
"@sanity/codegen": "^8.1.0",
|
|
69
69
|
"@sanity/descriptors": "^1.3.0",
|
|
70
70
|
"@sanity/export": "^6.2.1",
|
|
71
71
|
"@sanity/generate-help-url": "^4.0.0",
|
|
72
72
|
"@sanity/id-utils": "^1.0.0",
|
|
73
|
-
"@sanity/import": "^
|
|
73
|
+
"@sanity/import": "^7.0.0",
|
|
74
74
|
"@sanity/migrate": "^8.0.2",
|
|
75
|
-
"@sanity/runtime-cli": "^17.
|
|
75
|
+
"@sanity/runtime-cli": "^17.12.0",
|
|
76
76
|
"@sanity/schema": "^6.12.0",
|
|
77
77
|
"@sanity/telemetry": "^1.1.0",
|
|
78
78
|
"@sanity/template-validator": "^3.1.1",
|
|
79
79
|
"@sanity/types": "^6.12.0",
|
|
80
|
-
"@sanity/workbench-cli": "^2.4.
|
|
80
|
+
"@sanity/workbench-cli": "^2.4.2",
|
|
81
81
|
"@sanity/worker-channels": "^2.0.0",
|
|
82
82
|
"@sanity/workflow-cli": "0.31.0",
|
|
83
83
|
"@sanity/workflow-engine": "0.31.0",
|
|
84
84
|
"@vercel/frameworks": "3.29.0",
|
|
85
85
|
"chokidar": "^5.0.0",
|
|
86
86
|
"console-table-printer": "^2.15.0",
|
|
87
|
-
"eventsource": "^
|
|
87
|
+
"eventsource": "^5.1.1",
|
|
88
88
|
"execa": "^10.0.1",
|
|
89
89
|
"form-data": "^4.0.5",
|
|
90
90
|
"get-latest-version": "^6.0.1",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"oxc-transform-react": "^0.147.0",
|
|
151
151
|
"publint": "^0.3.21",
|
|
152
152
|
"rimraf": "^6.0.1",
|
|
153
|
-
"sanity": "^6.
|
|
153
|
+
"sanity": "^6.12.0",
|
|
154
154
|
"tsx": "^4.23.12",
|
|
155
155
|
"typescript": "^6.0.3",
|
|
156
156
|
"vitest": "^4.1.11"
|