Skip to content

Commit e0e1340

Browse files
committed
updated pyodide to its 0.27.6 version
1 parent 66cb871 commit e0e1340

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esm/interpreter/pyodide.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const indexURLs = new WeakMap();
7070

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

node.importmap

+1-1
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.5/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
4+
"https://cdn.jsdelivr.net/pyodide/v0.27.6/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.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
"to-json-callback": "^0.1.1"
9797
},
9898
"worker": {
99-
"blob": "sha256-pPnaQgTCECMn3JYzEii3JVJ7VnQ0w2QmEt/Phiz1/Oo="
99+
"blob": "sha256-ewx2lRkKJ6uwQgWpftFjRvEhjXIITAvL6MfcTaeSxTk="
100100
}
101101
}

test/index.js

+1-1
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.5">${content}</script>`;
79+
document.head.innerHTML = `<script type="pyodide" version="0.27.6">${content}</script>`;
8080
await tick();
8181
assert(pyodide.content, dedent(content));
8282
assert(pyodide.target.tagName, "PYODIDE-SCRIPT");

versions/pyodide

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.5
1+
0.27.6

0 commit comments

Comments
 (0)