Updated Polyscript due flaky random failures (#2207)

This commit is contained in:
Andrea Giammarchi
2024-10-03 16:26:02 +02:00
committed by GitHub
parent 62c78b0f42
commit f562860e49
3 changed files with 13 additions and 13 deletions

20
core/package-lock.json generated
View File

@@ -1,18 +1,18 @@
{
"name": "@pyscript/core",
"version": "0.5.16",
"version": "0.6.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pyscript/core",
"version": "0.5.16",
"version": "0.6.2",
"license": "APACHE-2.0",
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
"@webreflection/idb-map": "^0.3.2",
"basic-devtools": "^0.1.6",
"polyscript": "^0.16.0",
"polyscript": "^0.16.2",
"sabayon": "^0.5.2",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
@@ -1287,9 +1287,9 @@
}
},
"node_modules/coincident": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/coincident/-/coincident-2.2.1.tgz",
"integrity": "sha512-Kwh0Sd+jbz63HwgJ8247SMEoZgeaMRiq7hHHrPLuop4BcwVURZMyaKnlloZgv4xX5w1/IXbgw0X/hCbAS2PK5g==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/coincident/-/coincident-2.2.2.tgz",
"integrity": "sha512-J+83hXTUEtxPZYZSR9Zihz8z23gFTyvQPROjCovEeyH/Jn8CVpjwo8DM49UJ5OTPa24ZeFxPViE6gbCtrUO7pQ==",
"license": "MIT",
"dependencies": {
"gc-hook": "^0.4.1",
@@ -2675,9 +2675,9 @@
}
},
"node_modules/polyscript": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.16.0.tgz",
"integrity": "sha512-NvrTSqhYxer1s/n2oFgZXZBZ2zXY3tWxWS9Hff5b0aAztiq2YE0UjoRNPJkzFVz5mqItRbdMSOHn05D90noCFA==",
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.16.2.tgz",
"integrity": "sha512-S+RHW3ogB4nFlajp+Pd+YWuoEJMRBNuFwcke3H/lxlq8ZkX2lEZhvvda+QcwAsQXitmWg3Wi0Oz8fuwXyIKZeg==",
"license": "APACHE-2.0",
"dependencies": {
"@ungap/structured-clone": "^1.2.0",
@@ -2686,7 +2686,7 @@
"@webreflection/idb-map": "^0.3.2",
"basic-devtools": "^0.1.6",
"codedent": "^0.1.2",
"coincident": "^2.2.1",
"coincident": "^2.2.2",
"gc-hook": "^0.4.1",
"html-escaper": "^3.0.3",
"proxy-target": "^3.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.5.16",
"version": "0.6.2",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -61,7 +61,7 @@
"@ungap/with-resolvers": "^0.1.0",
"@webreflection/idb-map": "^0.3.2",
"basic-devtools": "^0.1.6",
"polyscript": "^0.16.0",
"polyscript": "^0.16.2",
"sabayon": "^0.5.2",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",

File diff suppressed because one or more lines are too long