Skip to content

Commit 71b5b29

Browse files
committed
Updated MicroPython to preview-256
1 parent e431d5e commit 71b5b29

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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/micropython.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const progress = createProgress('mpy');
2727

2828
export default {
2929
type,
30-
module: (version = '1.27.0-preview-255') =>
30+
module: (version = '1.27.0-preview-256') =>
3131
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
3232
async engine({ loadMicroPython }, config, url, baseURL) {
3333
const { stderr, stdout, get } = stdio({

node.importmap

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
"to-json-callback": "^0.1.1"
9696
},
9797
"worker": {
98-
"blob": "sha256-3Ty63a1uYrH3IMEVn5EN/skzmCDO+gWeRp1t+MB+Z6Y="
98+
"blob": "sha256-WA7okaRfT4eGqj3HkcOGiNRTDXg4EBTwE/PBNBTZ/rI="
9999
}
100100
}

versions/micropython

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.0-preview-255
1+
1.27.0-preview-256

0 commit comments

Comments
 (0)