Updated Polyscript to its latest (#2392)

* Updated Polyscript to its latest

* forgot to update the README for the next release
This commit is contained in:
Andrea Giammarchi
2025-10-21 12:53:35 +02:00
committed by GitHub
parent ec090922cb
commit 66966a732e
3 changed files with 293 additions and 297 deletions

View File

@@ -13,11 +13,11 @@ Using PyScript is as simple as:
<title>PyScript!</title>
<link
rel="stylesheet"
href="https://pyscript.net/releases/2025.8.1/core.css"
href="https://pyscript.net/releases/2025.10.1/core.css"
/>
<script
type="module"
src="https://pyscript.net/releases/2025.8.1/core.js"
src="https://pyscript.net/releases/2025.10.1/core.js"
></script>
</head>
<body>

568
core/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.7.2",
"version": "0.7.4",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -70,7 +70,7 @@
"@webreflection/utils": "^0.1.1",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.19.3",
"polyscript": "^0.19.6",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
@@ -80,22 +80,22 @@
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.5",
"@playwright/test": "^1.56.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.2",
"@codemirror/view": "^6.38.6",
"@playwright/test": "^1.56.1",
"@rollup/plugin-commonjs": "^28.0.8",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@webreflection/toml-j0.4": "^1.1.4",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"bun": "^1.2.23",
"bun": "^1.3.0",
"chokidar": "^4.0.3",
"codedent": "^0.1.2",
"codemirror": "^6.0.2",
"eslint": "^9.37.0",
"eslint": "^9.38.0",
"flatted": "^3.3.3",
"rollup": "^4.52.4",
"rollup": "^4.52.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"static-handler": "^0.5.3",