@comunica/actor-init-query 2.4.0 → 2.4.1

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,8 +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
- // Polyfills process.nextTick for readable-stream
8
- global.process = require('process'); // eslint-disable-line import/no-nodejs-modules
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
+ }
9
12
  class ActorInitQuery extends ActorInitQueryBase_1.ActorInitQueryBase {
10
13
  }
11
14
  exports.ActorInitQuery = ActorInitQuery;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-init-query",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "A query init actor",
5
5
  "lsd:module": true,
6
6
  "main": "lib/index.js",
@@ -65,5 +65,5 @@
65
65
  "browser": {
66
66
  "./lib/index.js": "./lib/index-browser.js"
67
67
  },
68
- "gitHead": "cb5a1560c9ab9ebaf3335888a1411a7e1654de1e"
68
+ "gitHead": "9072ac119d0001c6aecdf4b55c9e051a31a7064f"
69
69
  }