mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
[next] Updated to latest coincident + MicroPython (#1595)
This commit is contained in:
committed by
GitHub
parent
77234f6df3
commit
7e0aceced1
@@ -13,7 +13,7 @@ const type = "micropython";
|
||||
/* c8 ignore start */
|
||||
export default {
|
||||
type,
|
||||
module: (version = "1.20.0-295") =>
|
||||
module: (version = "1.20.0-297") =>
|
||||
`https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@${version}/micropython.mjs`,
|
||||
async engine({ loadMicroPython }, config, url) {
|
||||
const { stderr, stdout, get } = stdio();
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"imports": {
|
||||
"http://pyodide": "./test/mocked/pyodide.mjs",
|
||||
"https://cdn.jsdelivr.net/pyodide/v0.23.2/full/pyodide.mjs": "./test/mocked/pyodide.mjs",
|
||||
"https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.20.0-295/micropython.mjs": "./test/mocked/micropython.mjs",
|
||||
"https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.20.0-297/micropython.mjs": "./test/mocked/micropython.mjs",
|
||||
"https://cdn.jsdelivr.net/npm/basic-toml@0.3.1/es.js": "./test/mocked/toml.mjs"
|
||||
}
|
||||
}
|
||||
|
||||
14
pyscript.core/package-lock.json
generated
14
pyscript.core/package-lock.json
generated
@@ -12,7 +12,7 @@
|
||||
"@ungap/structured-clone": "^1.2.0",
|
||||
"@ungap/with-resolvers": "^0.1.0",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"coincident": "^0.11.0"
|
||||
"coincident": "^0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@node-loader/import-maps": "^1.1.0",
|
||||
@@ -609,9 +609,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/coincident": {
|
||||
"version": "0.11.0",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.11.0.tgz",
|
||||
"integrity": "sha512-5WF1WNWGoDEedYCVXEkikcGrfXrsBvS7s9sjm6uORB8UJDt/iY1Wlb+JpUnPpnzYaGkQaJBVZmT9miXiGa+kEA==",
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.11.1.tgz",
|
||||
"integrity": "sha512-qZ2AhKp/mpB7QB8QM6lIN2rzOlBtxIZQBfrmnmTgQdA2z9pfpLP5SPBbTnj8yOD/5PUVixeh9AMPPb78WEtTcw==",
|
||||
"dependencies": {
|
||||
"@ungap/structured-clone": "^1.2.0",
|
||||
"@ungap/with-resolvers": "^0.1.0"
|
||||
@@ -2665,9 +2665,9 @@
|
||||
}
|
||||
},
|
||||
"coincident": {
|
||||
"version": "0.11.0",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.11.0.tgz",
|
||||
"integrity": "sha512-5WF1WNWGoDEedYCVXEkikcGrfXrsBvS7s9sjm6uORB8UJDt/iY1Wlb+JpUnPpnzYaGkQaJBVZmT9miXiGa+kEA==",
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.11.1.tgz",
|
||||
"integrity": "sha512-qZ2AhKp/mpB7QB8QM6lIN2rzOlBtxIZQBfrmnmTgQdA2z9pfpLP5SPBbTnj8yOD/5PUVixeh9AMPPb78WEtTcw==",
|
||||
"requires": {
|
||||
"@ungap/structured-clone": "^1.2.0",
|
||||
"@ungap/with-resolvers": "^0.1.0",
|
||||
|
||||
@@ -63,9 +63,9 @@
|
||||
"@ungap/structured-clone": "^1.2.0",
|
||||
"@ungap/with-resolvers": "^0.1.0",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"coincident": "^0.11.0"
|
||||
"coincident": "^0.11.1"
|
||||
},
|
||||
"worker": {
|
||||
"blob": "sha256-et4sTPirdlCWiNezIVZP4KVcDIX//rqZyy8vIPTJ2LA="
|
||||
"blob": "sha256-idLCB+fF+/sTx1vHssJPaTaZgW6neAWX5SJ6leLl1kA="
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<script
|
||||
type="micropython"
|
||||
version="https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.20.0-295/micropython.mjs"
|
||||
version="https://cdn.jsdelivr.net/npm/@micropython/micropython-webassembly-pyscript@1.20.0-297/micropython.mjs"
|
||||
>
|
||||
import sys
|
||||
import js
|
||||
|
||||
Reference in New Issue
Block a user