Skip to content

Commit 6901500

Browse files
committed
Updated MicroPython to its latest
1 parent 7ce5bdf commit 6901500

File tree

6 files changed

+6
-6
lines changed

6 files changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const mkdir = (FS, path) => {
2121

2222
export default {
2323
type,
24-
module: (version = '1.22.0-335') =>
24+
module: (version = '1.22.0-356') =>
2525
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
2626
async engine({ loadMicroPython }, config, url) {
2727
const { stderr, stdout, get } = stdio({

node.importmap

+1-1
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.25.1/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
5-
"https://cdn.jsdelivr.net/npm/@micropython/[email protected]335/micropython.mjs": "./test/mocked/micropython.mjs",
5+
"https://cdn.jsdelivr.net/npm/@micropython/[email protected]356/micropython.mjs": "./test/mocked/micropython.mjs",
66
"./3rd-party/toml.js": "./test/mocked/toml.mjs"
77
}
88
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"to-json-callback": "^0.1.1"
9191
},
9292
"worker": {
93-
"blob": "sha256-OA40mqV9CZgjPSvFdUr2LrclH6I7NeAlXXqB6wRYDRc="
93+
"blob": "sha256-5bhX6Jgu0tLwy+mZ9tCrID+xVZf10xf2GjFmcvIdqDg="
9494
}
9595
}

versions/micropython

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.0-335
1+
1.22.0-356

0 commit comments

Comments
 (0)