@sanity/util 4.20.1 → 4.20.2-fix-babel-traverse-bug.2.03a7495fed
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 +19 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/util",
|
|
3
|
-
"version": "4.20.
|
|
3
|
+
"version": "4.20.2-fix-babel-traverse-bug.2.03a7495fed",
|
|
4
4
|
"description": "Utilities shared across projects of Sanity",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -89,35 +89,37 @@
|
|
|
89
89
|
"files": [
|
|
90
90
|
"lib"
|
|
91
91
|
],
|
|
92
|
+
"scripts": {
|
|
93
|
+
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|
|
94
|
+
"check:types": "(cd ../../.. && tsgo --project packages/@sanity/util/tsconfig.lib.json --erasableSyntaxOnly)",
|
|
95
|
+
"clean": "rimraf client.js concurrency-limiter.js content.js createSafeJsonParser.js fs.js legacyDateFormat.js lib paths.js",
|
|
96
|
+
"lint": "eslint .",
|
|
97
|
+
"prepublishOnly": "turbo run build",
|
|
98
|
+
"test": "vitest run",
|
|
99
|
+
"watch": "pkg-utils watch"
|
|
100
|
+
},
|
|
92
101
|
"dependencies": {
|
|
93
102
|
"@date-fns/tz": "^1.4.1",
|
|
94
103
|
"@date-fns/utc": "^2.1.1",
|
|
95
104
|
"@sanity/client": "^7.13.1",
|
|
105
|
+
"@sanity/types": "4.20.2-fix-babel-traverse-bug.2.03a7495fed",
|
|
96
106
|
"date-fns": "^4.1.0",
|
|
97
|
-
"rxjs": "^7.8.2"
|
|
98
|
-
"@sanity/types": "4.20.1"
|
|
107
|
+
"rxjs": "^7.8.2"
|
|
99
108
|
},
|
|
100
109
|
"devDependencies": {
|
|
110
|
+
"@repo/eslint-config": "4.20.1",
|
|
111
|
+
"@repo/package.config": "4.20.1",
|
|
112
|
+
"@repo/test-config": "4.20.1",
|
|
113
|
+
"@repo/tsconfig": "4.20.1",
|
|
101
114
|
"@sanity/pkg-utils": "^10.0.0",
|
|
102
115
|
"@types/node": "^24.3.0",
|
|
103
116
|
"@typescript/native-preview": "7.0.0-dev.20251128.1",
|
|
104
117
|
"eslint": "^9.39.1",
|
|
105
118
|
"rimraf": "^5.0.10",
|
|
106
|
-
"vitest": "^3.2.4"
|
|
107
|
-
"@repo/package.config": "4.20.1",
|
|
108
|
-
"@repo/tsconfig": "4.20.1",
|
|
109
|
-
"@repo/test-config": "4.20.1",
|
|
110
|
-
"@repo/eslint-config": "4.20.1"
|
|
119
|
+
"vitest": "^3.2.4"
|
|
111
120
|
},
|
|
112
121
|
"engines": {
|
|
113
122
|
"node": ">=20.19 <22 || >=22.12"
|
|
114
123
|
},
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
"check:types": "(cd ../../.. && tsgo --project packages/@sanity/util/tsconfig.lib.json --erasableSyntaxOnly)",
|
|
118
|
-
"clean": "rimraf client.js concurrency-limiter.js content.js createSafeJsonParser.js fs.js legacyDateFormat.js lib paths.js",
|
|
119
|
-
"lint": "eslint .",
|
|
120
|
-
"test": "vitest run",
|
|
121
|
-
"watch": "pkg-utils watch"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
+
"gitHead": "03a7495fedf58733966c95ebba37d1c358cdd327"
|
|
125
|
+
}
|