@sanity/util 5.3.0-next.7 → 5.3.0-next.71
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 +15 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/util",
|
|
3
|
-
"version": "5.3.0-next.
|
|
3
|
+
"version": "5.3.0-next.71+3016834b1d",
|
|
4
4
|
"description": "Utilities shared across projects of Sanity",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -24,39 +24,17 @@
|
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"type": "module",
|
|
26
26
|
"exports": {
|
|
27
|
-
".":
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"./
|
|
32
|
-
"source": "./src/_exports/fs.ts",
|
|
33
|
-
"default": "./lib/fs.js"
|
|
34
|
-
},
|
|
35
|
-
"./client": {
|
|
36
|
-
"source": "./src/_exports/client.ts",
|
|
37
|
-
"default": "./lib/client.js"
|
|
38
|
-
},
|
|
39
|
-
"./concurrency-limiter": {
|
|
40
|
-
"source": "./src/_exports/concurrency-limiter.ts",
|
|
41
|
-
"default": "./lib/concurrency-limiter.js"
|
|
42
|
-
},
|
|
43
|
-
"./content": {
|
|
44
|
-
"source": "./src/_exports/content.ts",
|
|
45
|
-
"default": "./lib/content.js"
|
|
46
|
-
},
|
|
27
|
+
".": "./lib/index.js",
|
|
28
|
+
"./fs": "./lib/fs.js",
|
|
29
|
+
"./client": "./lib/client.js",
|
|
30
|
+
"./concurrency-limiter": "./lib/concurrency-limiter.js",
|
|
31
|
+
"./content": "./lib/content.js",
|
|
47
32
|
"./createSafeJsonParser": {
|
|
48
|
-
"source": "./src/_exports/createSafeJsonParser.ts",
|
|
49
33
|
"require": "./lib/createSafeJsonParser.cjs",
|
|
50
34
|
"default": "./lib/createSafeJsonParser.js"
|
|
51
35
|
},
|
|
52
|
-
"./legacyDateFormat":
|
|
53
|
-
|
|
54
|
-
"default": "./lib/legacyDateFormat.js"
|
|
55
|
-
},
|
|
56
|
-
"./paths": {
|
|
57
|
-
"source": "./src/_exports/paths.ts",
|
|
58
|
-
"default": "./lib/paths.js"
|
|
59
|
-
},
|
|
36
|
+
"./legacyDateFormat": "./lib/legacyDateFormat.js",
|
|
37
|
+
"./paths": "./lib/paths.js",
|
|
60
38
|
"./package.json": "./package.json"
|
|
61
39
|
},
|
|
62
40
|
"main": "./lib/index.js",
|
|
@@ -98,16 +76,16 @@
|
|
|
98
76
|
"@sanity/types": "5.2.0"
|
|
99
77
|
},
|
|
100
78
|
"devDependencies": {
|
|
101
|
-
"@sanity/pkg-utils": "^10.
|
|
79
|
+
"@sanity/pkg-utils": "^10.3.0",
|
|
102
80
|
"@types/node": "^24.3.0",
|
|
103
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
81
|
+
"@typescript/native-preview": "7.0.0-dev.20260104.1",
|
|
104
82
|
"eslint": "^9.39.2",
|
|
105
83
|
"rimraf": "^5.0.10",
|
|
106
|
-
"vitest": "^
|
|
107
|
-
"@repo/
|
|
108
|
-
"@repo/
|
|
109
|
-
"@repo/
|
|
110
|
-
"@repo/
|
|
84
|
+
"vitest": "^4.0.16",
|
|
85
|
+
"@repo/package.config": "5.3.0-next.71+3016834b1d",
|
|
86
|
+
"@repo/test-config": "5.3.0-next.71+3016834b1d",
|
|
87
|
+
"@repo/eslint-config": "5.3.0-next.71+3016834b1d",
|
|
88
|
+
"@repo/tsconfig": "5.3.0-next.71+3016834b1d"
|
|
111
89
|
},
|
|
112
90
|
"engines": {
|
|
113
91
|
"node": ">=20.19 <22 || >=22.12"
|