Fix #2065 - Allow usage of index_urls for Pyodide (#2235)

This commit is contained in:
Andrea Giammarchi
2024-10-30 10:34:45 +01:00
committed by GitHub
parent 283eabdb30
commit 0db79e0f02
2 changed files with 8 additions and 8 deletions

12
core/package-lock.json generated
View File

@@ -1,19 +1,19 @@
{ {
"name": "@pyscript/core", "name": "@pyscript/core",
"version": "0.6.13", "version": "0.6.14",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pyscript/core", "name": "@pyscript/core",
"version": "0.6.13", "version": "0.6.14",
"license": "APACHE-2.0", "license": "APACHE-2.0",
"dependencies": { "dependencies": {
"@ungap/with-resolvers": "^0.1.0", "@ungap/with-resolvers": "^0.1.0",
"@webreflection/idb-map": "^0.3.2", "@webreflection/idb-map": "^0.3.2",
"add-promise-listener": "^0.1.3", "add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6", "basic-devtools": "^0.1.6",
"polyscript": "^0.16.4", "polyscript": "^0.16.5",
"sabayon": "^0.6.0", "sabayon": "^0.6.0",
"sticky-module": "^0.1.1", "sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1", "to-json-callback": "^0.1.1",
@@ -2667,9 +2667,9 @@
} }
}, },
"node_modules/polyscript": { "node_modules/polyscript": {
"version": "0.16.4", "version": "0.16.5",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.16.4.tgz", "resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.16.5.tgz",
"integrity": "sha512-Sth8HFEjK8MY1zJ90fVMy1xiDlHWheq+BxiNOg2wyvsGDZHgLbnt4LCpiLisBnFEsBX6/pj2OJbgATnXnxp6jA==", "integrity": "sha512-wxSRmwhWW/uGIhmiQWgMGV9nzYNUIjsjdpYLswanue0BCmu2i6xIZPOtionTwgSwu99SQy+aEr13cm2L6nsJiw==",
"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.6.13", "version": "0.6.14",
"type": "module", "type": "module",
"description": "PyScript", "description": "PyScript",
"module": "./index.js", "module": "./index.js",
@@ -62,7 +62,7 @@
"@webreflection/idb-map": "^0.3.2", "@webreflection/idb-map": "^0.3.2",
"add-promise-listener": "^0.1.3", "add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6", "basic-devtools": "^0.1.6",
"polyscript": "^0.16.4", "polyscript": "^0.16.5",
"sabayon": "^0.6.0", "sabayon": "^0.6.0",
"sticky-module": "^0.1.1", "sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1", "to-json-callback": "^0.1.1",