mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
committed by
GitHub
parent
283eabdb30
commit
0db79e0f02
12
core/package-lock.json
generated
12
core/package-lock.json
generated
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "@pyscript/core",
|
||||
"version": "0.6.13",
|
||||
"version": "0.6.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@pyscript/core",
|
||||
"version": "0.6.13",
|
||||
"version": "0.6.14",
|
||||
"license": "APACHE-2.0",
|
||||
"dependencies": {
|
||||
"@ungap/with-resolvers": "^0.1.0",
|
||||
"@webreflection/idb-map": "^0.3.2",
|
||||
"add-promise-listener": "^0.1.3",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"polyscript": "^0.16.4",
|
||||
"polyscript": "^0.16.5",
|
||||
"sabayon": "^0.6.0",
|
||||
"sticky-module": "^0.1.1",
|
||||
"to-json-callback": "^0.1.1",
|
||||
@@ -2667,9 +2667,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/polyscript": {
|
||||
"version": "0.16.4",
|
||||
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.16.4.tgz",
|
||||
"integrity": "sha512-Sth8HFEjK8MY1zJ90fVMy1xiDlHWheq+BxiNOg2wyvsGDZHgLbnt4LCpiLisBnFEsBX6/pj2OJbgATnXnxp6jA==",
|
||||
"version": "0.16.5",
|
||||
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.16.5.tgz",
|
||||
"integrity": "sha512-wxSRmwhWW/uGIhmiQWgMGV9nzYNUIjsjdpYLswanue0BCmu2i6xIZPOtionTwgSwu99SQy+aEr13cm2L6nsJiw==",
|
||||
"license": "APACHE-2.0",
|
||||
"dependencies": {
|
||||
"@ungap/structured-clone": "^1.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pyscript/core",
|
||||
"version": "0.6.13",
|
||||
"version": "0.6.14",
|
||||
"type": "module",
|
||||
"description": "PyScript",
|
||||
"module": "./index.js",
|
||||
@@ -62,7 +62,7 @@
|
||||
"@webreflection/idb-map": "^0.3.2",
|
||||
"add-promise-listener": "^0.1.3",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"polyscript": "^0.16.4",
|
||||
"polyscript": "^0.16.5",
|
||||
"sabayon": "^0.6.0",
|
||||
"sticky-module": "^0.1.1",
|
||||
"to-json-callback": "^0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user