@comunica/mediator-combine-pipeline
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -22,3 +22,3 @@ "use strict"; | ||
// Delegate test errors. | ||
await Promise.all(require('lodash.map')(testResults, 'reply')); | ||
await Promise.all(testResults.map(({ reply }) => reply)); | ||
// Pass action to first actor, | ||
@@ -25,0 +25,0 @@ // and each actor output as input to the following actor. |
{ | ||
"name": "@comunica/mediator-combine-pipeline", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "A sequential combine mediator", | ||
@@ -35,5 +35,2 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-pipeline", | ||
], | ||
"dependencies": { | ||
"lodash.map": "^4.6.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -43,3 +40,3 @@ "@comunica/core": "^1.0.0" | ||
"devDependencies": { | ||
"@comunica/core": "^1.8.0" | ||
"@comunica/core": "^1.9.0" | ||
}, | ||
@@ -69,3 +66,3 @@ "jest": { | ||
}, | ||
"gitHead": "7e65817dad65cf10c032f7548b37cedf3055eea1" | ||
"gitHead": "2e0cba815fd65d5660f15c96ffc734f9099d8b6a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
7437
- Removedlodash.map@^4.6.0
- Removedlodash.map@4.6.0(transitive)