Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit efa8018

Browse filesBrowse files
committed
jspython version update
1 parent de5bb6f commit efa8018
Copy full SHA for efa8018

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspython-cli",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"description": "CLI for jspython. Allows you to run jspython (*.jspy) files",
55
"main": "src/index.ts",
66
"bin": {
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/jspython-dev/jspython-cli#readme",
3131
"dependencies": {
3232
"arg": "^4.1.2",
33-
"jspython-interpreter": "~2.0.14"
33+
"jspython-interpreter": "~2.0.16"
3434
},
3535
"devDependencies": {
3636
"rollup": "^1.27.13",

‎src/index.ts

Copy file name to clipboardExpand all lines: src/index.ts
+2-2
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ async function main() {
233233
}
234234

235235
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))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.