Updated Polyscript with latest MicroPython (#2103)

This commit is contained in:
Andrea Giammarchi
2024-06-19 17:56:22 +02:00
committed by GitHub
parent d0406be84c
commit 15c19aa708
2 changed files with 8 additions and 8 deletions

View File

@@ -1,17 +1,17 @@
{ {
"name": "@pyscript/core", "name": "@pyscript/core",
"version": "0.4.47", "version": "0.4.48",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pyscript/core", "name": "@pyscript/core",
"version": "0.4.47", "version": "0.4.48",
"license": "APACHE-2.0", "license": "APACHE-2.0",
"dependencies": { "dependencies": {
"@ungap/with-resolvers": "^0.1.0", "@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6", "basic-devtools": "^0.1.6",
"polyscript": "^0.13.4", "polyscript": "^0.13.5",
"sticky-module": "^0.1.1", "sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1", "to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7" "type-checked-collections": "^0.1.7"
@@ -2918,9 +2918,9 @@
} }
}, },
"node_modules/polyscript": { "node_modules/polyscript": {
"version": "0.13.4", "version": "0.13.5",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.13.4.tgz", "resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.13.5.tgz",
"integrity": "sha512-kpr2GDq4FLswasiX9QETez3hXTHglzKyNC7gzmH1+dTHEh/GYsa7rbbv0pLr8JWlTm6Rs13fHB8qnaQ0DweCVg==", "integrity": "sha512-PwXWnhLbOMtvZWFIN271JhaN7KnxESaMtv9Rcdrq1TKTCMnkz9idvYb3Od1iumBJlr49lLlwyUKeGb423rFR4w==",
"license": "APACHE-2.0", "license": "APACHE-2.0",
"dependencies": { "dependencies": {
"@ungap/structured-clone": "^1.2.0", "@ungap/structured-clone": "^1.2.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@pyscript/core", "name": "@pyscript/core",
"version": "0.4.47", "version": "0.4.48",
"type": "module", "type": "module",
"description": "PyScript", "description": "PyScript",
"module": "./index.js", "module": "./index.js",
@@ -44,7 +44,7 @@
"dependencies": { "dependencies": {
"@ungap/with-resolvers": "^0.1.0", "@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6", "basic-devtools": "^0.1.6",
"polyscript": "^0.13.4", "polyscript": "^0.13.5",
"sticky-module": "^0.1.1", "sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1", "to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7" "type-checked-collections": "^0.1.7"