File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jspython-interpreter" ,
3
- "version" : " 2.0.15 " ,
3
+ "version" : " 2.0.16 " ,
4
4
"description" : " JSPython is a javascript implementation of Python language that runs within web browser or NodeJS environment" ,
5
5
"keywords" : [
6
6
" python" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { parseDatetimeOrNull } from "./common/utils";
2
2
3
3
export const INITIAL_SCOPE = {
4
4
jsPython ( ) : string {
5
- return [ `JSPython v2.0.12 ` , "(c) 2021 FalconSoft Ltd. All rights reserved." ] . join ( '\n' )
5
+ return [ `JSPython v2.0.16 ` , "(c) 2021 FalconSoft Ltd. All rights reserved." ] . join ( '\n' )
6
6
} ,
7
7
dateTime : ( str : number | string | any = null ) => parseDatetimeOrNull ( str ) || new Date ( ) ,
8
8
range : range ,
You can’t perform that action at this time.
0 commit comments