Skip to content

Commit 64b6c58

Browse files
committed
Updated MicroPython to its latest
1 parent f35f102 commit 64b6c58

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
@@ -28,7 +28,7 @@ const progress = createProgress('mpy');
2828

2929
export default {
3030
type,
31-
module: (version = '1.27.0') =>
31+
module: (version = '1.28.0-preview-230') =>
3232
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
3333
async engine({ loadMicroPython }, config, url, baseURL) {
3434
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.29.3/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
5-
"https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.27.0/micropython.mjs": "./test/mocked/micropython.mjs",
5+
"https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.28.0-preview-230/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
@@ -98,6 +98,6 @@
9898
"to-json-callback": "^0.1.1"
9999
},
100100
"worker": {
101-
"blob": "sha256-6UDjmE9IoNChQgl0Ym91vJqcpwvrshZwDQQTuB4XP2Y="
101+
"blob": "sha256-lnocv4oN4KMFIVitrpmpLOQ8Wequtegu2pIcBgbZW8E="
102102
}
103103
}

versions/micropython

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

0 commit comments

Comments
 (0)