@comunica/actor-init-query 2.3.1-alpha.31.0 → 2.4.3

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.
@@ -4,6 +4,11 @@ exports.ActorInitQuery = void 0;
4
4
  /* eslint-disable unicorn/filename-case */
5
5
  /* eslint-enable unicorn/filename-case */
6
6
  const ActorInitQueryBase_1 = require("./ActorInitQueryBase");
7
+ /* istanbul ignore next */
8
+ if (typeof process === 'undefined') {
9
+ // Polyfills process.nextTick for readable-stream
10
+ global.process = require('process'); // eslint-disable-line import/no-nodejs-modules
11
+ }
7
12
  class ActorInitQuery extends ActorInitQueryBase_1.ActorInitQueryBase {
8
13
  }
9
14
  exports.ActorInitQuery = ActorInitQuery;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ActorInitQuery = void 0;
4
+ /* eslint-disable import/no-nodejs-modules */
4
5
  const fs_1 = require("fs");
5
6
  const context_entries_1 = require("@comunica/context-entries");
6
7
  const yargs_1 = require("yargs");
@@ -82,4 +83,5 @@ class ActorInitQuery extends ActorInitQueryBase_1.ActorInitQueryBase {
82
83
  }
83
84
  }
84
85
  exports.ActorInitQuery = ActorInitQuery;
86
+ /* eslint-enable import/no-nodejs-modules */
85
87
  //# sourceMappingURL=ActorInitQuery.js.map
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HttpServiceSparqlEndpoint = void 0;
4
+ /* eslint-disable import/no-nodejs-modules */
4
5
  const cluster = require("cluster");
5
6
  const http = require("http");
6
7
  const querystring = require("querystring");
@@ -515,4 +516,5 @@ class HttpServiceSparqlEndpoint {
515
516
  exports.HttpServiceSparqlEndpoint = HttpServiceSparqlEndpoint;
516
517
  HttpServiceSparqlEndpoint.MIME_PLAIN = 'text/plain';
517
518
  HttpServiceSparqlEndpoint.MIME_JSON = 'application/json';
519
+ /* eslint-enable import/no-nodejs-modules */
518
520
  //# sourceMappingURL=HttpServiceSparqlEndpoint.js.map
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CliArgsHandlerBase = void 0;
4
+ /* eslint-disable import/no-nodejs-modules */
4
5
  const child_process_1 = require("child_process");
5
6
  const fs_1 = require("fs");
6
7
  const OS = require("os");
@@ -194,4 +195,5 @@ class CliArgsHandlerBase {
194
195
  }
195
196
  }
196
197
  exports.CliArgsHandlerBase = CliArgsHandlerBase;
198
+ /* eslint-enable import/no-nodejs-modules */
197
199
  //# sourceMappingURL=CliArgsHandlerBase.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-init-query",
3
- "version": "2.3.1-alpha.31.0",
3
+ "version": "2.4.3",
4
4
  "description": "A query init actor",
5
5
  "lsd:module": true,
6
6
  "main": "lib/index.js",
@@ -31,22 +31,22 @@
31
31
  "lib/**/*.js"
32
32
  ],
33
33
  "dependencies": {
34
- "@comunica/actor-http-proxy": "2.3.1-alpha.31.0",
35
- "@comunica/bus-context-preprocess": "2.3.1-alpha.31.0",
36
- "@comunica/bus-http-invalidate": "2.3.1-alpha.31.0",
37
- "@comunica/bus-init": "2.3.1-alpha.31.0",
38
- "@comunica/bus-optimize-query-operation": "2.3.1-alpha.31.0",
39
- "@comunica/bus-query-operation": "2.3.1-alpha.31.0",
40
- "@comunica/bus-query-parse": "2.3.1-alpha.31.0",
41
- "@comunica/bus-query-result-serialize": "2.3.1-alpha.31.0",
42
- "@comunica/context-entries": "2.3.1-alpha.31.0",
43
- "@comunica/core": "2.3.1-alpha.31.0",
44
- "@comunica/logger-pretty": "2.3.1-alpha.31.0",
45
- "@comunica/runner": "2.3.1-alpha.31.0",
46
- "@comunica/types": "2.3.1-alpha.31.0",
34
+ "@comunica/actor-http-proxy": "^2.4.0",
35
+ "@comunica/bus-context-preprocess": "^2.4.0",
36
+ "@comunica/bus-http-invalidate": "^2.4.0",
37
+ "@comunica/bus-init": "^2.4.0",
38
+ "@comunica/bus-optimize-query-operation": "^2.4.0",
39
+ "@comunica/bus-query-operation": "^2.4.0",
40
+ "@comunica/bus-query-parse": "^2.4.0",
41
+ "@comunica/bus-query-result-serialize": "^2.4.0",
42
+ "@comunica/context-entries": "^2.4.0",
43
+ "@comunica/core": "^2.4.0",
44
+ "@comunica/logger-pretty": "^2.4.0",
45
+ "@comunica/runner": "^2.4.0",
46
+ "@comunica/types": "^2.4.0",
47
47
  "@rdfjs/types": "*",
48
48
  "@types/yargs": "^17.0.2",
49
- "asynciterator": "^3.4.2",
49
+ "asynciterator": "^3.7.0",
50
50
  "negotiate": "^1.0.1",
51
51
  "rdf-quad": "^1.4.0",
52
52
  "rdf-string": "^1.5.0",
@@ -54,6 +54,9 @@
54
54
  "streamify-string": "^1.0.1",
55
55
  "yargs": "^17.1.1"
56
56
  },
57
+ "optionalDependencies": {
58
+ "process": "^0.11.10"
59
+ },
57
60
  "scripts": {
58
61
  "build": "npm run build:ts && npm run build:components",
59
62
  "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
@@ -62,5 +65,5 @@
62
65
  "browser": {
63
66
  "./lib/index.js": "./lib/index-browser.js"
64
67
  },
65
- "gitHead": "394c95ab244c04c8cf56abe8bfafd0ab44226539"
68
+ "gitHead": "8d1e8773e976da66eefbe224f5ffa19e81614ebc"
66
69
  }