Amend on MicroPython latest (#2382)

This commit is contained in:
Andrea Giammarchi
2025-10-02 15:32:38 +02:00
committed by GitHub
parent 4ce989acf3
commit 482d57c27c
2 changed files with 8 additions and 8 deletions

12
core/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@pyscript/core",
"version": "0.6.71",
"version": "0.6.72",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pyscript/core",
"version": "0.6.71",
"version": "0.6.72",
"license": "APACHE-2.0",
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
@@ -14,7 +14,7 @@
"@webreflection/utils": "^0.1.1",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.18.13",
"polyscript": "^0.18.14",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
@@ -2761,9 +2761,9 @@
}
},
"node_modules/polyscript": {
"version": "0.18.13",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.18.13.tgz",
"integrity": "sha512-eieGNvncoJJ7sf5tgROIV2F+P5FfuT6wyeG0uCpZ0TEzz5CASadBcHKPC87vWQhIxUDjxrLWLLi42T+EtOskJg==",
"version": "0.18.14",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.18.14.tgz",
"integrity": "sha512-FQ0x1oVcj85jsjQfU5QuD+CkdnFgPT3jYCbt1NK1208U/XQOdChY/gX768Mzgh+eNCDUcdv9f/uip2quUXL6dw==",
"license": "APACHE-2.0",
"dependencies": {
"@webreflection/fetch": "^0.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.6.71",
"version": "0.6.72",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -70,7 +70,7 @@
"@webreflection/utils": "^0.1.1",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.18.13",
"polyscript": "^0.18.14",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"