@sanity/cli 3.70.1-export-comments.45 → 3.71.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": "3.70.1-export-comments.45+b4cb1f07cc",
3
+ "version": "3.71.0",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -58,10 +58,10 @@
58
58
  "dependencies": {
59
59
  "@babel/traverse": "^7.23.5",
60
60
  "@sanity/client": "^6.25.0",
61
- "@sanity/codegen": "3.70.1-export-comments.45+b4cb1f07cc",
61
+ "@sanity/codegen": "3.71.0",
62
62
  "@sanity/telemetry": "^0.7.7",
63
63
  "@sanity/template-validator": "^2.3.2",
64
- "@sanity/util": "3.70.1-export-comments.45+b4cb1f07cc",
64
+ "@sanity/util": "3.71.0",
65
65
  "chalk": "^4.1.2",
66
66
  "debug": "^4.3.4",
67
67
  "decompress": "^4.2.0",
@@ -75,13 +75,13 @@
75
75
  "validate-npm-package-name": "^3.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@repo/package.config": "3.70.0",
79
- "@repo/test-config": "3.70.0",
78
+ "@repo/package.config": "3.71.0",
79
+ "@repo/test-config": "3.71.0",
80
80
  "@rexxars/gitconfiglocal": "^3.0.1",
81
81
  "@rollup/plugin-node-resolve": "^15.2.3",
82
82
  "@sanity/eslint-config-studio": "^4.0.0",
83
83
  "@sanity/generate-help-url": "^3.0.0",
84
- "@sanity/types": "3.70.1-export-comments.45+b4cb1f07cc",
84
+ "@sanity/types": "3.71.0",
85
85
  "@types/babel__traverse": "^7.20.5",
86
86
  "@types/configstore": "^5.0.1",
87
87
  "@types/cpx": "^1.5.2",
@@ -133,5 +133,5 @@
133
133
  "engines": {
134
134
  "node": ">=18"
135
135
  },
136
- "gitHead": "b4cb1f07cc1348a883405ca9ff511de1810925d1"
136
+ "gitHead": "c506eb33042b5691b5828ae47e7fe761b5caac75"
137
137
  }
@@ -186,11 +186,11 @@ export const postType = defineType({
186
186
  hotspot: true,
187
187
  },
188
188
  fields: [
189
- {
189
+ defineField({
190
190
  name: 'alt',
191
191
  type: 'string',
192
192
  title: 'Alternative text',
193
- }
193
+ })
194
194
  ]
195
195
  }),
196
196
  defineField({