File tree 2 files changed +4
-4
lines changed
Filter options
2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jspython-cli" ,
3
- "version" : " 2.0.18 " ,
3
+ "version" : " 2.0.19 " ,
4
4
"description" : " CLI for jspython. Allows you to run jspython (*.jspy) files" ,
5
5
"main" : " src/index.ts" ,
6
6
"bin" : {
30
30
"homepage" : " https://github.com/jspython-dev/jspython-cli#readme" ,
31
31
"dependencies" : {
32
32
"arg" : " ^4.1.2" ,
33
- "jspython-interpreter" : " ~2.0.14 "
33
+ "jspython-interpreter" : " ~2.0.16 "
34
34
},
35
35
"devDependencies" : {
36
36
"rollup" : " ^1.27.13" ,
Original file line number Diff line number Diff line change @@ -233,5 +233,5 @@ async function main() {
233
233
}
234
234
235
235
main ( )
236
- . then ( s => console . log ( 'Completed :' , s ) )
237
- . catch ( e => console . log ( 'Error :' , e ?. message || e ) )
236
+ . then ( s => console . log ( 'completed :' , s ) )
237
+ . catch ( e => console . log ( 'error :' , e ?. message || e ) )
You can’t perform that action at this time.
0 commit comments