mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-31 17:03:24 -04:00
[next] Rename all runtime(s) references to interpreter(s) (#1536)
This commit is contained in:
committed by
GitHub
parent
db27d52352
commit
6284c02032
14
pyscript.core/package-lock.json
generated
14
pyscript.core/package-lock.json
generated
@@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@ungap/with-resolvers": "^0.1.0",
|
||||
"basic-devtools": "^0.1.6",
|
||||
"coincident": "^0.4.0"
|
||||
"coincident": "^0.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@node-loader/import-maps": "^1.1.0",
|
||||
@@ -534,9 +534,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/coincident": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.4.0.tgz",
|
||||
"integrity": "sha512-s4uoaRx9Tbaigy3iuD9+ap92hIp16ZejiF/S4ngI4AEtcXWs5Ad5GoKoUWfjUkYXwXtGQ6hlghwUTyW8j32vXw==",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.4.1.tgz",
|
||||
"integrity": "sha512-CiHZVx/eUano0G+sSc0S0pXTBH51q0W7pMw1ScRa57BgfBw8l19pMW2Z6sVDHjOih5c9NYrP0budO8SslJv2sA==",
|
||||
"dependencies": {
|
||||
"@ungap/structured-clone": "^1.2.0"
|
||||
}
|
||||
@@ -2447,9 +2447,9 @@
|
||||
}
|
||||
},
|
||||
"coincident": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.4.0.tgz",
|
||||
"integrity": "sha512-s4uoaRx9Tbaigy3iuD9+ap92hIp16ZejiF/S4ngI4AEtcXWs5Ad5GoKoUWfjUkYXwXtGQ6hlghwUTyW8j32vXw==",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/coincident/-/coincident-0.4.1.tgz",
|
||||
"integrity": "sha512-CiHZVx/eUano0G+sSc0S0pXTBH51q0W7pMw1ScRa57BgfBw8l19pMW2Z6sVDHjOih5c9NYrP0budO8SslJv2sA==",
|
||||
"requires": {
|
||||
"@ungap/structured-clone": "^1.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user