@sanity/codegen 4.10.3-next.9 → 4.10.4-canary.30

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 +18 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/codegen",
3
- "version": "4.10.3-next.9+f3ab8cd006",
3
+ "version": "4.10.4-canary.30+d26e9f4459",
4
4
  "description": "Codegen toolkit for Sanity.io",
5
5
  "keywords": [
6
6
  "sanity",
@@ -39,6 +39,15 @@
39
39
  "lib",
40
40
  "babel.config.json"
41
41
  ],
42
+ "scripts": {
43
+ "build": "pkg-utils build --strict --check --clean",
44
+ "check:types": "(cd ../../.. && tsc --project packages/@sanity/codegen/tsconfig.lib.json --erasableSyntaxOnly)",
45
+ "clean": "rimraf lib coverage",
46
+ "lint": "eslint .",
47
+ "prepublishOnly": "turbo run build",
48
+ "test": "vitest",
49
+ "watch": "pkg-utils watch"
50
+ },
42
51
  "dependencies": {
43
52
  "@babel/core": "^7.28.4",
44
53
  "@babel/generator": "^7.28.3",
@@ -50,23 +59,23 @@
50
59
  "@babel/types": "^7.28.4",
51
60
  "debug": "^4.4.3",
52
61
  "globby": "^11.1.0",
62
+ "groq": "4.10.4-canary.30+d26e9f4459",
53
63
  "groq-js": "^1.19.0",
54
64
  "json5": "^2.2.3",
55
65
  "tsconfig-paths": "^4.2.0",
56
- "zod": "^3.25.76",
57
- "groq": "4.10.3-next.9+f3ab8cd006"
66
+ "zod": "^3.25.76"
58
67
  },
59
68
  "devDependencies": {
69
+ "@repo/eslint-config": "4.10.3",
70
+ "@repo/package.config": "4.10.3",
71
+ "@repo/test-config": "4.10.3",
60
72
  "@types/babel__core": "^7.20.5",
61
73
  "@types/babel__generator": "^7.27.0",
62
74
  "@types/babel__register": "^7.17.3",
63
75
  "@types/babel__traverse": "^7.28.0",
64
76
  "@types/debug": "^4.1.12",
65
77
  "rimraf": "^5.0.10",
66
- "vitest": "^3.2.4",
67
- "@repo/package.config": "4.10.3-next.9+f3ab8cd006",
68
- "@repo/eslint-config": "4.10.3-next.9+f3ab8cd006",
69
- "@repo/test-config": "4.10.3-next.9+f3ab8cd006"
78
+ "vitest": "^3.2.4"
70
79
  },
71
80
  "engines": {
72
81
  "node": ">=20.19 <22 || >=22.12"
@@ -74,12 +83,5 @@
74
83
  "publishConfig": {
75
84
  "access": "public"
76
85
  },
77
- "scripts": {
78
- "build": "pkg-utils build --strict --check --clean",
79
- "check:types": "(cd ../../.. && tsc --project packages/@sanity/codegen/tsconfig.lib.json --erasableSyntaxOnly)",
80
- "clean": "rimraf lib coverage",
81
- "lint": "eslint .",
82
- "test": "vitest",
83
- "watch": "pkg-utils watch"
84
- }
85
- }
86
+ "gitHead": "d26e9f44593afb4d8b913acdc6286e9c8bbb684b"
87
+ }