querysub 0.151.0 → 0.152.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.151.0",
3
+ "version": "0.152.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",
@@ -209,8 +209,6 @@ async function edgeNodeFunction(config: {
209
209
  };
210
210
  }
211
211
 
212
- await new Promise(resolve => setTimeout(resolve, 1000 * 10));
213
-
214
212
  let cachedConfig = config.cachedConfig;
215
213
 
216
214
  let liveHashOverride = "";