8000 Updated interpreters by WebReflection · Pull Request #2283 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Updated interpreters #2283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated interpreters
  • Loading branch information
WebReflection committed Feb 7, 2025
commit d3060fb3b2135fd761b11dae7b5935a7afc1ccd8
174 changes: 87 additions & 87 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.6.25",
"version": "0.6.26",
"type": "module",
"description": "PyScript",
"module": "./index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@webreflection/idb-map": "^0.3.2",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.16.10",
"polyscript": "^0.16.11",
"sabayon": "^0.6.6",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
Expand All @@ -88,7 +88,7 @@
"codemirror": "^6.0.1",
"eslint": "^9.19.0",
"flatted": "^3.3.2",
"rollup": "^4.34.3",
"rollup": "^4.34.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"static-handler": "^0.5.3",
Expand Down
Loading
0