querysub 0.118.0 → 0.119.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.118.0",
3
+ "version": "0.119.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",
@@ -57,4 +57,4 @@
57
57
  "resolutions": {
58
58
  "node-forge": "https://github.com/sliftist/forge#e618181b469b07bdc70b968b0391beb8ef5fecd6"
59
59
  }
60
- }
60
+ }
@@ -110,7 +110,6 @@ async function loadEntryPointsByHash(config: {
110
110
  let entryPaths = config.entryPaths;
111
111
 
112
112
 
113
-
114
113
  let module = await getModuleFromConfig({
115
114
  gitURL: getGitURL(),
116
115
  gitRef: gitHash,