@comunica/actor-init-query 2.2.2-alpha.20.0 → 2.3.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.
@@ -206,7 +206,6 @@ class HttpServiceSparqlEndpoint {
206
206
  await new Promise(resolve => connection.end('!TIMEDOUT!', resolve));
207
207
  }
208
208
  // Kill the worker once the connections have been closed
209
- // eslint-disable-next-line unicorn/no-process-exit
210
209
  process.exit(15);
211
210
  }
212
211
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-init-query",
3
- "version": "2.2.2-alpha.20.0",
3
+ "version": "2.3.0",
4
4
  "description": "A query init actor",
5
5
  "lsd:module": true,
6
6
  "main": "lib/index.js",
@@ -31,19 +31,19 @@
31
31
  "lib/**/*.js"
32
32
  ],
33
33
  "dependencies": {
34
- "@comunica/actor-http-proxy": "2.2.2-alpha.20.0",
35
- "@comunica/bus-context-preprocess": "2.2.2-alpha.20.0",
36
- "@comunica/bus-http-invalidate": "2.2.2-alpha.20.0",
37
- "@comunica/bus-init": "2.2.2-alpha.20.0",
38
- "@comunica/bus-optimize-query-operation": "2.2.2-alpha.20.0",
39
- "@comunica/bus-query-operation": "2.2.2-alpha.20.0",
40
- "@comunica/bus-query-parse": "2.2.2-alpha.20.0",
41
- "@comunica/bus-query-result-serialize": "2.2.2-alpha.20.0",
42
- "@comunica/context-entries": "2.2.2-alpha.20.0",
43
- "@comunica/core": "2.2.2-alpha.20.0",
44
- "@comunica/logger-pretty": "2.2.2-alpha.20.0",
45
- "@comunica/runner": "2.2.2-alpha.20.0",
46
- "@comunica/types": "2.2.2-alpha.20.0",
34
+ "@comunica/actor-http-proxy": "^2.3.0",
35
+ "@comunica/bus-context-preprocess": "^2.3.0",
36
+ "@comunica/bus-http-invalidate": "^2.3.0",
37
+ "@comunica/bus-init": "^2.3.0",
38
+ "@comunica/bus-optimize-query-operation": "^2.3.0",
39
+ "@comunica/bus-query-operation": "^2.3.0",
40
+ "@comunica/bus-query-parse": "^2.3.0",
41
+ "@comunica/bus-query-result-serialize": "^2.3.0",
42
+ "@comunica/context-entries": "^2.3.0",
43
+ "@comunica/core": "^2.3.0",
44
+ "@comunica/logger-pretty": "^2.3.0",
45
+ "@comunica/runner": "^2.3.0",
46
+ "@comunica/types": "^2.3.0",
47
47
  "@rdfjs/types": "*",
48
48
  "@types/yargs": "^17.0.2",
49
49
  "asynciterator": "^3.4.2",
@@ -62,5 +62,5 @@
62
62
  "browser": {
63
63
  "./lib/index.js": "./lib/index-browser.js"
64
64
  },
65
- "gitHead": "cde1c9148ae06ad0878515d011601daebb659665"
65
+ "gitHead": "1e88a2053c15d75cc2e93c5161abdb24a4346c3d"
66
66
  }