File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @twilio-labs/serverless-api " : patch
3+ " twilio-run " : patch
4+ " create-twilio-function " : patch
5+ " @twilio-labs/plugin-serverless " : patch
6+ ---
7+
8+ FRIDGE-9: Update toolkit to default to node18
9+
10+ Fix CI and twilio-run build
Original file line number Diff line number Diff line change 4141 "@types/is-ci" : " ^2.0.0" ,
4242 "@types/qs" : " ^6.9.4" ,
4343 "@types/semver" : " ^7.3.6" ,
44- "@types/wrap-ansi" : " ^8.0.1" ,
4544 "body-parser" : " ^1.18.3" ,
4645 "boxen" : " ^5.1.2" ,
4746 "chalk" : " ^2.4.2" ,
Original file line number Diff line number Diff line change 1+ declare module 'wrap-ansi' ;
2+
13declare module 'columnify' {
24 function columnify ( obj : any , config : any ) : string ;
35 export = columnify ;
@@ -64,7 +66,7 @@ declare module 'chalk' {
6466 /**
6567 Return a new Chalk instance.
6668 */
67- new ( options ?: Options ) : Chalk ;
69+ new ( options ?: Options ) : Chalk ;
6870 }
6971
7072 /**
You can’t perform that action at this time.
0 commit comments