File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint" ,
3
- "version" : " 9.9 .0-sdk" ,
3
+ "version" : " 9.17 .0-sdk" ,
4
4
"main" : " ./lib/api.js" ,
5
5
"type" : " commonjs" ,
6
6
"bin" : {
7
7
"eslint" : " ./bin/eslint.js"
8
8
},
9
9
"exports" : {
10
+ "." : {
11
+ "types" : " ./lib/types/index.d.ts" ,
12
+ "default" : " ./lib/api.js"
13
+ },
10
14
"./package.json" : " ./package.json" ,
11
- "." : " ./lib/api.js" ,
12
- "./use-at-your-own-risk" : " ./lib/unsupported-api.js"
15
+ "./use-at-your-own-risk" : {
16
+ "types" : " ./lib/types/use-at-your-own-risk.d.ts" ,
17
+ "default" : " ./lib/unsupported-api.js"
18
+ },
19
+ "./rules" : {
20
+ "types" : " ./lib/types/rules/index.d.ts"
21
+ },
22
+ "./universal" : {
23
+ "types" : " ./lib/types/universal.d.ts" ,
24
+ "default" : " ./lib/universal.js"
25
+ }
13
26
}
14
27
}
Original file line number Diff line number Diff line change @@ -1047,18 +1047,7 @@ __metadata:
1047
1047
languageName : node
1048
1048
linkType : hard
1049
1049
1050
- " cross-spawn@npm:^7.0.0 " :
1051
- version : 7.0.3
1052
- resolution : " cross-spawn@npm:7.0.3"
1053
- dependencies :
1054
- path-key : " npm:^3.1.0"
1055
- shebang-command : " npm:^2.0.0"
1056
- which : " npm:^2.0.1"
1057
- checksum : 10/e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce
1058
- languageName : node
1059
- linkType : hard
1060
-
1061
- " cross-spawn@npm:^7.0.6 " :
1050
+ " cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.6 " :
1062
1051
version : 7.0.6
1063
1052
resolution : " cross-spawn@npm:7.0.6"
1064
1053
dependencies :
You can’t perform that action at this time.
0 commit comments