Skip to content

Commit ee832d1

Browse files
committed
Updated Pyodide to latest 0.27.7
1 parent 3bc3473 commit ee832d1

File tree

8 files changed

+106
-106
lines changed

8 files changed

+106
-106
lines changed

docs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/interpreter/pyodide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const indexURLs = new WeakMap();
6969

7070
export default {
7171
type,
72-
module: (version = '0.27.6') =>
72+
module: (version = '0.27.7') =>
7373
`https://cdn.jsdelivr.net/pyodide/v${version}/full/pyodide.mjs`,
7474
async engine({ loadPyodide }, config, url, baseURL) {
7575
progress('Loading Pyodide');

node.importmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
33
"http://pyodide": "./test/mocked/pyodide.mjs",
4-
"https://cdn.jsdelivr.net/pyodide/v0.27.6/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
4+
"https://cdn.jsdelivr.net/pyodide/v0.27.7/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
55
"https://cdn.jsdelivr.net/npm/@micropython/[email protected]/micropython.mjs": "./test/mocked/micropython.mjs",
66
"./3rd-party/toml.js": "./test/mocked/toml.mjs"
77
}

package-lock.json

Lines changed: 96 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"@zip.js/zip.js": "^2.7.62",
5454
"c8": "^10.1.3",
5555
"chokidar": "^4.0.3",
56-
"eslint": "^9.27.0",
57-
"linkedom": "^0.18.10",
58-
"rollup": "^4.41.0",
56+
"eslint": "^9.28.0",
57+
"linkedom": "^0.18.11",
58+
"rollup": "^4.41.1",
5959
"static-handler": "^0.5.3",
6060
"typescript": "^5.8.3"
6161
},
@@ -96,6 +96,6 @@
9696
"to-json-callback": "^0.1.1"
9797
},
9898
"worker": {
99-
"blob": "sha256-njAP9gh0346rwls0/v7WuPKuPpyXlml5dq6tKpVKZe8="
99+
"blob": "sha256-r0U/VtJygY6fg+fxA5EmlTuuuexl0VKM0jF7BPE7XXg="
100100
}
101101
}

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import("../esm/index.js").then(async polyscript => {
7676
// all tests
7777
for (const test of [
7878
async function versionedRuntime() {
79-
document.head.innerHTML = `<script type="pyodide" version="0.27.6">${content}</script>`;
79+
document.head.innerHTML = `<script type="pyodide" version="0.27.7">${content}</script>`;
8080
await tick();
8181
assert(pyodide.content, dedent(content));
8282
assert(pyodide.target.tagName, "PYODIDE-SCRIPT");

versions/pyodide

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.6
1+
0.27.7

0 commit comments

Comments
 (0)