@sanity/cli 4.20.1 → 4.20.2-fix-tsa-expression-not-allowed.2.5e90622c2d

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.
Files changed (1) hide show
  1. package/package.json +21 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "4.20.1",
3
+ "version": "4.20.2-fix-tsa-expression-not-allowed.2.5e90622c2d",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -42,10 +42,21 @@
42
42
  "lib",
43
43
  "templates"
44
44
  ],
45
+ "scripts": {
46
+ "build": "pkg-utils build --strict --check --clean",
47
+ "check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
48
+ "clean": "rimraf lib",
49
+ "lint": "eslint .",
50
+ "prepublishOnly": "turbo run build",
51
+ "test": "vitest",
52
+ "ts": "node -r esbuild-register",
53
+ "watch": "pkg-utils watch"
54
+ },
45
55
  "dependencies": {
46
56
  "@babel/parser": "^7.28.5",
47
57
  "@babel/traverse": "^7.28.5",
48
58
  "@sanity/client": "^7.13.1",
59
+ "@sanity/codegen": "4.20.2-fix-tsa-expression-not-allowed.2.5e90622c2d",
49
60
  "@sanity/runtime-cli": "^11.1.4",
50
61
  "@sanity/telemetry": "^0.8.0",
51
62
  "@sanity/template-validator": "^2.4.3",
@@ -58,14 +69,18 @@
58
69
  "groq-js": "^1.22.0",
59
70
  "pkg-dir": "^5.0.0",
60
71
  "prettier": "^3.7.3",
61
- "semver": "^7.7.2",
62
- "@sanity/codegen": "4.20.1"
72
+ "semver": "^7.7.2"
63
73
  },
64
74
  "devDependencies": {
75
+ "@repo/eslint-config": "4.20.1",
76
+ "@repo/package.config": "4.20.1",
77
+ "@repo/test-config": "4.20.1",
78
+ "@repo/tsconfig": "4.20.1",
65
79
  "@rexxars/gitconfiglocal": "^3.0.1",
66
80
  "@rollup/plugin-node-resolve": "^16.0.3",
67
81
  "@sanity/generate-help-url": "^3.0.0",
68
82
  "@sanity/pkg-utils": "^10.0.0",
83
+ "@sanity/types": "4.20.2-fix-tsa-expression-not-allowed.2.5e90622c2d",
69
84
  "@types/babel__traverse": "^7.28.0",
70
85
  "@types/configstore": "^5.0.1",
71
86
  "@types/cpx": "^1.5.5",
@@ -112,12 +127,7 @@
112
127
  "vite": "^7.2.4",
113
128
  "vitest": "^3.2.4",
114
129
  "which": "^2.0.2",
115
- "xdg-basedir": "^4.0.0",
116
- "@repo/eslint-config": "4.20.1",
117
- "@repo/package.config": "4.20.1",
118
- "@repo/tsconfig": "4.20.1",
119
- "@sanity/types": "4.20.1",
120
- "@repo/test-config": "4.20.1"
130
+ "xdg-basedir": "^4.0.0"
121
131
  },
122
132
  "peerDependencies": {
123
133
  "babel-plugin-react-compiler": "*"
@@ -130,13 +140,5 @@
130
140
  "engines": {
131
141
  "node": ">=20.19 <22 || >=22.12"
132
142
  },
133
- "scripts": {
134
- "build": "pkg-utils build --strict --check --clean",
135
- "check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
136
- "clean": "rimraf lib",
137
- "lint": "eslint .",
138
- "test": "vitest",
139
- "ts": "node -r esbuild-register",
140
- "watch": "pkg-utils watch"
141
- }
142
- }
143
+ "gitHead": "5e90622c2de75baf6b60f721fce86ff2d3a4c75d"
144
+ }