Compare commits
No commits in common. "a84ea18680ca5670abcc3be2407adfc6a0db3205" and "5f733195c4696c7c203567301380df6b940aad89" have entirely different histories.
a84ea18680
...
5f733195c4
|
@ -14,7 +14,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lumeweb/hyperswarm-web": "git+https://git.lumeweb.com/LumeWeb/hyperswarm-web.git",
|
"@lumeweb/hyperswarm-web": "git+https://git.lumeweb.com/LumeWeb/hyperswarm-web.git",
|
||||||
"@noble/ed25519": "^1.7.3",
|
"@noble/ed25519": "^1.7.2",
|
||||||
"b4a": "^1.6.1",
|
"b4a": "^1.6.1",
|
||||||
"hyperswarm": "^4.3.7",
|
"hyperswarm": "^4.3.7",
|
||||||
"libkmodule": "^0.2.53",
|
"libkmodule": "^0.2.53",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"jest": "^28.1.3",
|
"jest": "^28.1.3",
|
||||||
"jest-puppeteer": "^6.2.0",
|
"jest-puppeteer": "^6.2.0",
|
||||||
"libskynetnode": "^0.1.4",
|
"libskynetnode": "^0.1.4",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.3",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
"puppeteer": "^15.5.0",
|
"puppeteer": "^15.5.0",
|
||||||
"random-number-csprng": "^1.0.2",
|
"random-number-csprng": "^1.0.2",
|
||||||
|
|
|
@ -296,7 +296,7 @@ async function handleInit(aq: ActiveQuery) {
|
||||||
async function handleReady(aq: ActiveQuery) {
|
async function handleReady(aq: ActiveQuery) {
|
||||||
const swarm = await getSwarm(aq);
|
const swarm = await getSwarm(aq);
|
||||||
|
|
||||||
if (swarm.activeRelay && swarm.ready) {
|
if (swarm.activeRelay) {
|
||||||
aq.respond();
|
aq.respond();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue