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 11{
22 "name" : " jspython-interpreter" ,
3- "version" : " 2.1.6 " ,
3+ "version" : " 2.1.7 " ,
44 "description" : " JSPython is a javascript implementation of Python language that runs within web browser or NodeJS environment" ,
55 "keywords" : [
66 " python" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { parseDatetimeOrNull } from "./common/utils";
22
33export const INITIAL_SCOPE = {
44 jsPython ( ) : string {
5- return [ `JSPython v2.1.5 ` , "(c) 2021 FalconSoft Ltd. All rights reserved." ] . join ( '\n' )
5+ return [ `JSPython v2.1.7 ` , "(c) 2021 FalconSoft Ltd. All rights reserved." ] . join ( '\n' )
66 } ,
77 dateTime : ( str : number | string | any = null ) => parseDatetimeOrNull ( str ) || new Date ( ) ,
88 range : range ,
You can’t perform that action at this time.
0 commit comments