File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- 0.5.5
1+ 0.5.6
Original file line number Diff line number Diff line change 11{
22 "name" : " asyncreview" ,
3- "version" : " 0.5.4 " ,
3+ "version" : " 0.5.5 " ,
44 "description" : " AI-powered GitHub PR/Issue reviews from the command line" ,
55 "type" : " module" ,
66 "bin" : {
77 "asyncreview" : " ./dist/launcher.js"
88 },
99 "scripts" : {
1010 "build" : " tsc" ,
11+ "build:runtime" : " tsc -p tsconfig.runtime.json" ,
1112 "dev" : " tsc --watch" ,
1213 "prepublishOnly" : " npm run build"
1314 },
4041 "node" : " >=18.0.0"
4142 },
4243 "dependencies" : {
44+ "commander" : " ^12.1.0" ,
45+ "inquirer" : " ^9.2.12" ,
46+ "chalk" : " ^5.3.0" ,
47+ "ora" : " ^8.0.1" ,
4348 "tar" : " ^7.0.0"
4449 },
4550 "devDependencies" : {
4651 "typescript" : " ^5.3.3" ,
4752 "@types/node" : " ^20.11.0" ,
53+ "@types/inquirer" : " ^9.0.7" ,
4854 "@types/tar" : " ^6.1.0"
4955 }
50- }
56+ }
You can’t perform that action at this time.
0 commit comments