Update Polyscript with its latest untar.gz and unzip abilities (#2004)

This commit is contained in:
Andrea Giammarchi
2024-03-22 10:42:01 +01:00
committed by GitHub
parent d080246a0f
commit eee2f64c1d
2 changed files with 8 additions and 8 deletions

View File

@@ -1,17 +1,17 @@
{
"name": "@pyscript/core",
"version": "0.4.8",
"version": "0.4.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pyscript/core",
"version": "0.4.8",
"version": "0.4.9",
"license": "APACHE-2.0",
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
"basic-devtools": "^0.1.6",
"polyscript": "^0.11.2",
"polyscript": "^0.11.3",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
@@ -2414,9 +2414,9 @@
}
},
"node_modules/polyscript": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.11.2.tgz",
"integrity": "sha512-ITDUPvb63iuew2PxET8UQV/NduCTMesB6EHdbuBtESapJ21+WFyDAyIttXKc0W9fzFRUn1j9udEEH7vDbz6MKg==",
"version": "0.11.3",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.11.3.tgz",
"integrity": "sha512-0wzunsH9b/h+EoB0tZKMRUg0YoFHraRuBuPK+cJsmUmNr1bVM1LvzFk21grDstXjo6Ah78dEC7SjaA0sSBsJeQ==",
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
"@ungap/with-resolvers": "^0.1.0",

View File

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