@comunica/mediator-combine-union
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -19,3 +19,3 @@ "use strict"; | ||
// Run action on all actors. | ||
const results = await Promise.all(testResults.map((result) => result.actor.run(action))); | ||
const results = await Promise.all(testResults.map((result) => result.actor.runObservable(action))); | ||
// Return the combined results. | ||
@@ -22,0 +22,0 @@ return this.combiner(results); |
{ | ||
"name": "@comunica/mediator-combine-union", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A combine-union mediator", | ||
@@ -8,4 +8,7 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-union", | ||
"lsd:contexts": { | ||
"https://linkedsoftwaredependencies.org/contexts/comunica-mediator-combine-union.jsonld": "components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-union/^1.0.0/components/context.jsonld": "components/context.jsonld" | ||
}, | ||
"lsd:importPaths": { | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-union/^1.0.0/components/": "components/" | ||
}, | ||
"main": "index.js", | ||
@@ -41,11 +44,8 @@ "typings": "index", | ||
"devDependencies": { | ||
"@comunica/core": "^1.1.0" | ||
"@comunica/core": "^1.2.0" | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.ts$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js" | ||
"^.+\\.ts$": "ts-jest" | ||
}, | ||
"transformIgnorePatterns": [ | ||
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" | ||
], | ||
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", | ||
@@ -52,0 +52,0 @@ "moduleFileExtensions": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6908