File tree Expand file tree Collapse file tree 6 files changed +6
-23
lines changed
Expand file tree Collapse file tree 6 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 11
2- ## 6.0.0
2+ ## 6.0.5
33
44- Bun support - Fixes #5893 #5774 #5682 #5675 #5777
55- Disable git parsing by default #5909 #2182 #5801 #5051 #5696
Original file line number Diff line number Diff line change 1- #!/bin/sh -
2- ':' /*-
3- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4- node=$(node --version 2>&1) && exec node "$0" "$@"
5- */
1+ #!/usr/bin/env node
62
73require ( '../lib/binaries/CLI.js' ) ;
Original file line number Diff line number Diff line change 1- #!/bin/sh -
2- ':' /*-
3- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4- node=$(node --version 2>&1) && exec node "$0" "$@"
5- */
1+ #!/usr/bin/env node
62
73require ( '../lib/binaries/DevCLI.js' ) ;
Original file line number Diff line number Diff line change 1- #!/bin/sh -
2- ':' /*-
3- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4- node=$(node --version 2>&1) && exec node "$0" "$@"
5- */
1+ #!/usr/bin/env node
62
73require ( '../lib/binaries/Runtime4Docker.js' ) ;
Original file line number Diff line number Diff line change 1- #!/bin/sh -
2- ':' /*-
3- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
4- node=$(node --version 2>&1) && exec node "$0" "$@"
5- */
1+ #!/usr/bin/env node
62
73require ( '../lib/binaries/Runtime4Docker.js' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " pm2" ,
33 "preferGlobal" : true ,
4- "version" : " 6.0.4 " ,
4+ "version" : " 6.0.5 " ,
55 "engines" : {
66 "node" : " >=16.0.0"
77 },
102102 "test:unit" : " bash test/unit.sh" ,
103103 "test:e2e" : " bash test/e2e.sh" ,
104104 "test" : " bash test/unit.sh && bash test/e2e.sh" ,
105- "preinstall" : " node ./preinstall.js"
106105 },
107106 "keywords" : [
108107 " cli" ,
You can’t perform that action at this time.
0 commit comments