File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0c57c5290de53ca7c84a912999dab169c35d57d1
1+ 5fc9b955fd4b5be4791adbed218471abdbba456e
Original file line number Diff line number Diff line change 11{
22 "name" : " xata-cli" ,
33 "description" : " Xata CLI" ,
4- "version" : " 1.2.3 " ,
4+ "version" : " 1.2.4 " ,
55 "private" : true ,
66 "module" : " src/app.ts" ,
77 "type" : " module" ,
3838 "zod-config" : " 1.4.0" ,
3939 "@xata.io/ai" : " 0.1.0" ,
4040 "@xata.io/api" : " 0.1.0" ,
41- "@xata.io/lang" : " 0.0.1" ,
4241 "@xata.io/config" : " 0.0.0" ,
42+ "@xata.io/lang" : " 0.0.1" ,
4343 "@xata.io/pgroll" : " 0.9.0" ,
4444 "@xata.io/pgstream" : " 0.2.0" ,
4545 "@xata.io/sql" : " 0.1.3" ,
4646 "@xata.io/test-utils" : " 0.0.0" ,
47- "@xata.io/tsconfig " : " 0.0.1 " ,
48- "@xata.io/utils " : " 0.1.0 "
47+ "@xata.io/utils " : " 0.1.0 " ,
48+ "@xata.io/tsconfig " : " 0.0.1 "
4949 },
5050 "scripts" : {
5151 "dev" : " bun src/bin/cli.ts" ,
Original file line number Diff line number Diff line change @@ -466,7 +466,8 @@ export const BranchMetricsCommand = buildCommand({
466466 ]
467467 } ,
468468 aliases : {
469- o : 'output'
469+ o : 'output' ,
470+ w : 'watch'
470471 }
471472 } ,
472473 func : implementation
You can’t perform that action at this time.
0 commit comments