[next] Updated latest Polyscript bringing in worker attribute (#1667)

This commit is contained in:
Andrea Giammarchi
2023-09-04 10:04:12 +02:00
committed by GitHub
parent 12428c0617
commit 94b0bf4131
4 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6",
"polyscript": "^0.1.13"
"polyscript": "^0.2.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
@@ -935,9 +935,9 @@
}
},
"node_modules/polyscript": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.1.13.tgz",
"integrity": "sha512-U7TXKnne6J8kaAGX5Q8vKDXArO5J3jnyMgKXHB6KaMNoyUhNtZfYwHfK9mOT60/9huXmN6D48vQkG3TuUevY3A==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.2.0.tgz",
"integrity": "sha512-4y0XIKKHhVHvsyMCu1ug5mTDOxVm5g4PhM3ahef6rwpB37hxRYYJXfogwR0pZqwjnb0pPgMC5GDhVBZbEGIduA==",
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
"@ungap/with-resolvers": "^0.1.0",

View File

@@ -33,7 +33,7 @@
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6",
"polyscript": "^0.1.13"
"polyscript": "^0.2.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",

View File

@@ -196,7 +196,7 @@ define("py", {
// resolve PyScriptElement to allow connectedCallback
element._pyodide.resolve(pyodide);
}
console.info("[pyscript/main] PyScript Ready");
console.debug("[pyscript/main] PyScript Ready");
},
});