File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "test" : " mocha" ,
12- "build" : " tsc --declaration "
12+ "build" : " tsc"
1313 },
1414 "files" : [
1515 " *.json" ,
3737 },
3838 "dependencies" : {
3939 "aws-sdk" : " ^2.689.0" ,
40- "commander" : " ^5 .1.0" ,
40+ "commander" : " ^6 .1.0" ,
4141 "dotenv" : " ^8.2.0" ,
4242 "winston" : " ^3.2.1"
4343 },
4444 "devDependencies" : {
4545 "@types/node" : " ^14.0.10" ,
4646 "chai" : " ^4.2.0" ,
47- "mocha" : " ^7.2.0 " ,
47+ "mocha" : " ^8.1.3 " ,
4848 "sinon" : " ^9.0.2" ,
49- "typescript" : " ^3.9 .3"
49+ "typescript" : " ^4.0 .3"
5050 },
5151 "preferGlobal" : true ,
5252 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "outDir" : " ./build" ,
43 "allowJs" : true ,
4+ "declaration" : true ,
5+ "outDir" : " ./build" ,
56 "target" : " es5"
67 },
78 "include" : [
You can’t perform that action at this time.
0 commit comments