@sanity/util 4.19.1-next.18 → 4.19.1-next.20

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/util",
3
- "version": "4.19.1-next.18+2452f89da6",
3
+ "version": "4.19.1-next.20+b38f469e66",
4
4
  "description": "Utilities shared across projects of Sanity",
5
5
  "keywords": [
6
6
  "sanity",
@@ -94,25 +94,26 @@
94
94
  "@sanity/client": "^7.12.1",
95
95
  "date-fns": "^4.1.0",
96
96
  "rxjs": "^7.8.2",
97
- "@sanity/types": "4.19.1-next.18+2452f89da6"
97
+ "@sanity/types": "4.19.1-next.20+b38f469e66"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@sanity/pkg-utils": "^9.1.4",
101
101
  "@types/node": "^24.3.0",
102
+ "@typescript/native-preview": "7.0.0-dev.20251126.1",
102
103
  "eslint": "^9.37.0",
103
104
  "rimraf": "^5.0.10",
104
105
  "vitest": "^3.2.4",
105
- "@repo/package.config": "4.19.1-next.18+2452f89da6",
106
- "@repo/test-config": "4.19.1-next.18+2452f89da6",
107
- "@repo/eslint-config": "4.19.1-next.18+2452f89da6",
108
- "@repo/tsconfig": "4.19.1-next.18+2452f89da6"
106
+ "@repo/eslint-config": "4.19.1-next.20+b38f469e66",
107
+ "@repo/package.config": "4.19.1-next.20+b38f469e66",
108
+ "@repo/tsconfig": "4.19.1-next.20+b38f469e66",
109
+ "@repo/test-config": "4.19.1-next.20+b38f469e66"
109
110
  },
110
111
  "engines": {
111
112
  "node": ">=20.19 <22 || >=22.12"
112
113
  },
113
114
  "scripts": {
114
115
  "build": "pnpm clean && pkg-utils build --strict --check --clean",
115
- "check:types": "(cd ../../.. && tsc --project packages/@sanity/util/tsconfig.lib.json --erasableSyntaxOnly)",
116
+ "check:types": "(cd ../../.. && tsgo --project packages/@sanity/util/tsconfig.lib.json --erasableSyntaxOnly)",
116
117
  "clean": "rimraf client.js concurrency-limiter.js content.js createSafeJsonParser.js fs.js legacyDateFormat.js lib paths.js",
117
118
  "lint": "eslint .",
118
119
  "test": "vitest run",