Added __terminal__ in non-persistent donkey (#2260)

This commit is contained in:
Andrea Giammarchi
2024-12-06 14:53:09 +01:00
committed by GitHub
parent 0d74a60227
commit d143b229ed
3 changed files with 102 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.6.20",
"version": "0.6.22",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -63,7 +63,7 @@
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.16.10",
"sabayon": "^0.6.0",
"sabayon": "^0.6.1",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
@@ -88,7 +88,7 @@
"codemirror": "^6.0.1",
"eslint": "^9.16.0",
"flatted": "^3.3.2",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"static-handler": "^0.5.3",