[next] Rename all runtime(s) references to interpreter(s) (#1536)

This commit is contained in:
Andrea Giammarchi
2023-06-15 15:34:07 +02:00
committed by GitHub
parent db27d52352
commit 6284c02032
21 changed files with 214 additions and 198 deletions

View File

@@ -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"
}