querysub 0.664.0 → 0.666.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "querysub",
3
- "version": "0.664.0",
3
+ "version": "0.666.0",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "note1": "note on node-forge fork, see https://github.com/digitalbazaar/forge/issues/744 for details",
@@ -79,7 +79,7 @@
79
79
  "node-forge": "https://github.com/sliftist/forge#e618181b469b07bdc70b968b0391beb8ef5fecd6",
80
80
  "pako": "^2.1.0",
81
81
  "peggy": "^5.0.6",
82
- "sliftutils": "^1.7.133",
82
+ "sliftutils": "^1.7.137",
83
83
  "socket-function": "^1.2.35",
84
84
  "terser": "^5.31.0",
85
85
  "typenode": "^6.6.1",
@@ -304,7 +304,6 @@ const changeIdentityOnce = cacheWeak(async function changeIdentityOnce(connectio
304
304
  IdentityController.nodes[nodeId].changeIdentity(signature, payload),
305
305
  () => new Error(`Timeout calling changeIdentity for ${nodeId}`)
306
306
  );
307
- /*
308
307
  if (!response) {
309
308
  throw new Error(`No identity response from ${nodeId}, so we can't know who we are talking to.`);
310
309
  }
@@ -322,7 +321,6 @@ const changeIdentityOnce = cacheWeak(async function changeIdentityOnce(connectio
322
321
  throw new Error(`Identity response is from another machine. We connected to ${nodeId} (machine ${expectedMachineId}), but the response was signed by machine ${signerMachineId}`);
323
322
  }
324
323
  }
325
- */
326
324
  if (isServer() && !payload.mountedPort) {
327
325
  logErrors((async () => {
328
326
  await SocketFunction.mountPromise;