Compare commits

..

No commits in common. "a84ea18680ca5670abcc3be2407adfc6a0db3205" and "5f733195c4696c7c203567301380df6b940aad89" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
"type": "module",
"dependencies": {
"@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",
"hyperswarm": "^4.3.7",
"libkmodule": "^0.2.53",
@ -40,7 +40,7 @@
"jest": "^28.1.3",
"jest-puppeteer": "^6.2.0",
"libskynetnode": "^0.1.4",
"prettier": "^2.8.4",
"prettier": "^2.8.3",
"process": "^0.11.10",
"puppeteer": "^15.5.0",
"random-number-csprng": "^1.0.2",

View File

@ -296,7 +296,7 @@ async function handleInit(aq: ActiveQuery) {
async function handleReady(aq: ActiveQuery) {
const swarm = await getSwarm(aq);
if (swarm.activeRelay && swarm.ready) {
if (swarm.activeRelay) {
aq.respond();
return;
}