File tree Expand file tree Collapse file tree 21 files changed +193
-79
lines changed Expand file tree Collapse file tree 21 files changed +193
-79
lines changed Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
28
"." : {
28
- "require" : " ./dist/index.js" ,
29
- "import" : " ./dist/.esm-wrapper.mjs" ,
30
- "types" : " ./dist/index.d.ts"
29
+ "require" : {
30
+ "default" : " ./dist/index.js" ,
31
+ "types" : " ./dist/index.d.ts"
32
+ },
33
+ "import" : {
34
+ "default" : " ./dist/.esm-wrapper.mjs" ,
35
+ "types" : " ./dist/index.d.ts"
36
+ }
31
37
}
32
38
},
33
- "types" : " ./dist/index.d.ts" ,
34
39
"scripts" : {
35
40
"bootstrap" : " npm run compile" ,
36
41
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
28
"." : {
28
- "require" : " ./dist/index.js" ,
29
- "import" : " ./dist/.esm-wrapper.mjs" ,
30
- "types" : " ./dist/index.d.ts"
29
+ "require" : {
30
+ "default" : " ./dist/index.js" ,
31
+ "types" : " ./dist/index.d.ts"
32
+ },
33
+ "import" : {
34
+ "default" : " ./dist/.esm-wrapper.mjs" ,
35
+ "types" : " ./dist/index.d.ts"
36
+ }
31
37
},
32
38
"./proxy-options" : {
33
- "require" : " ./dist/proxy-options-public.js" ,
34
- "import" : " ./dist/.esm-wrapper-po.mjs" ,
35
- "types" : " ./dist/proxy-options-public.d.ts"
39
+ "require" : {
40
+ "default" : " ./dist/proxy-options-public.js" ,
41
+ "types" : " ./dist/proxy-options-public.d.ts"
42
+ },
43
+ "import" : {
44
+ "default" : " ./dist/.esm-wrapper-po.mjs" ,
45
+ "types" : " ./dist/proxy-options-public.d.ts"
46
+ }
36
47
}
37
48
},
38
- "types" : " ./dist/index.d.ts" ,
39
49
"scripts" : {
40
50
"bootstrap" : " npm run compile" ,
41
51
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"generate-config-from-schema" : " json2ts -i src/download-center-config.schema.json -o src/download-center-config.ts --bannerComment \" /* AUTO-GENERATED DO NOT EDIT. */\" " ,
34
39
"pretest" : " npm run generate-config-from-schema && npm run reformat" ,
Original file line number Diff line number Diff line change 21
21
"reformat" : " npm run prettier -- --write ."
22
22
},
23
23
"main" : " lib/index.js" ,
24
+ "types" : " lib/index.d.ts" ,
24
25
"exports" : {
25
- "require" : " ./lib/index.js" ,
26
- "import" : " ./.esm-wrapper.mjs" ,
27
- "types" : " ./lib/index.d.ts"
26
+ "require" : {
27
+ "default" : " ./lib/index.js" ,
28
+ "types" : " ./lib/index.d.ts"
29
+ },
30
+ "import" : {
31
+ "default" : " ./.esm-wrapper.mjs" ,
32
+ "types" : " ./lib/index.d.ts"
33
+ }
28
34
},
29
- "typings" : " lib/index.d.ts" ,
30
35
"bin" : {
31
36
"mongodb-download-url" : " bin/mongodb-download-url.js"
32
37
},
Original file line number Diff line number Diff line change 24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
26
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
27
+ "require" : {
28
+ "default" : " ./dist/index.js" ,
29
+ "types" : " ./dist/index.d.ts"
30
+ },
31
+ "import" : {
32
+ "default" : " ./dist/.esm-wrapper.mjs" ,
33
+ "types" : " ./dist/index.d.ts"
34
+ }
30
35
},
31
36
"types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"bootstrap" : " npm run compile" ,
34
39
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"bootstrap" : " npm run compile" ,
34
39
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"bootstrap" : " npm run compile" ,
34
39
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"bootstrap" : " npm run compile" ,
34
39
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 27
27
},
28
28
"license" : " Apache-2.0" ,
29
29
"main" : " dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts" ,
30
31
"exports" : {
31
- "." : {
32
- "require" : " ./dist/index.js" ,
33
- "import" : " ./dist/.esm-wrapper.mjs" ,
32
+ "require" : {
33
+ "default" : " ./dist/index.js" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ },
36
+ "import" : {
37
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
38
"types" : " ./dist/index.d.ts"
35
39
}
36
40
},
37
- "types" : " ./dist/index.d.ts" ,
38
41
"scripts" : {
39
42
"bootstrap" : " npm run compile" ,
40
43
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"bootstrap" : " npm run compile" ,
34
39
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 27
27
},
28
28
"license" : " Apache-2.0" ,
29
29
"main" : " dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts" ,
30
31
"exports" : {
32
+ "." : {
33
+ "require" : {
34
+ "default" : " ./dist/index.js" ,
35
+ "types" : " ./dist/index.d.ts"
36
+ },
37
+ "import" : {
38
+ "default" : " ./dist/.esm-wrapper.mjs" ,
39
+ "types" : " ./dist/index.d.ts"
40
+ }
41
+ },
31
42
"./schema" : {
32
43
"types" : " ./out/schema.d.ts"
33
44
}
34
45
},
35
- "types" : " ./dist/index.d.ts" ,
36
46
"scripts" : {
37
47
"bootstrap" : " npm run compile" ,
38
48
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 28
28
},
29
29
"license" : " Apache-2.0" ,
30
30
"exports" : {
31
- "." : {
32
- "require" : " ./dist/index.js" ,
33
- "import" : " ./dist/.esm-wrapper.mjs" ,
31
+ "require" : {
32
+ "default" : " ./dist/index.js" ,
33
+ "types" : " ./dist/index.d.ts"
34
+ },
35
+ "import" : {
36
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
37
"types" : " ./dist/index.d.ts"
35
38
}
36
39
},
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"bootstrap" : " npm run compile" ,
34
39
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 28
28
},
29
29
"license" : " Apache-2.0" ,
30
30
"main" : " dist/index.js" ,
31
+ "types" : " ./dist/index.d.ts" ,
31
32
"exports" : {
32
- "require" : " ./dist/index.js" ,
33
- "import" : " ./dist/.esm-wrapper.mjs" ,
34
- "types" : " ./dist/index.d.ts"
33
+ "require" : {
34
+ "default" : " ./dist/index.js" ,
35
+ "types" : " ./dist/index.d.ts"
36
+ },
37
+ "import" : {
38
+ "default" : " ./dist/.esm-wrapper.mjs" ,
39
+ "types" : " ./dist/index.d.ts"
40
+ }
35
41
},
36
- "types" : " ./dist/index.d.ts" ,
37
42
"scripts" : {
38
43
"bootstrap" : " npm run compile" ,
39
44
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " Apache-2.0" ,
25
25
"main" : " dist/index.js" ,
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"exports" : {
27
- "require" : " ./dist/index.js" ,
28
- "import" : " ./dist/.esm-wrapper.mjs" ,
29
- "types" : " ./dist/index.d.ts"
28
+ "require" : {
29
+ "default" : " ./dist/index.js" ,
30
+ "types" : " ./dist/index.d.ts"
31
+ },
32
+ "import" : {
33
+ "default" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
30
36
},
31
- "types" : " ./dist/index.d.ts" ,
32
37
"scripts" : {
33
38
"bootstrap" : " npm run compile" ,
34
39
"prepublishOnly" : " npm run compile" ,
Original file line number Diff line number Diff line change 26
26
],
27
27
"license" : " Apache-2.0" ,
28
28
"main" : " dist/index.js" ,
29
+ "types" : " ./dist/index.d.ts" ,
29
30
"exports" : {
30
- "require" : " ./dist/index.js" ,
31
- "import" : " ./dist/.esm-wrapper.mjs" ,
32
- "types" : " ./dist/index.d.ts"
31
+ "require" : {
32
+ "default" : " ./dist/index.js" ,
33
+ "types" : " ./dist/index.d.ts"
34
+ },
35
+ "import" : {
36
+ "default" : " ./dist/.esm-wrapper.mjs" ,
37
+ "types" : " ./dist/index.d.ts"
38
+ }
33
39
},
34
- "types" : " ./dist/index.d.ts" ,
35
40
"scripts" : {
36
41
"bootstrap" : " npm run compile" ,
37
42
"prepublishOnly" : " npm run compile" ,
You can’t perform that action at this time.
0 commit comments