@comunica/mediator-combine-union
Advanced tools
Comparing version 1.19.2 to 1.20.0
@@ -37,2 +37,3 @@ "use strict"; | ||
data[this.field] = {}; | ||
// eslint-disable-next-line unicorn/prefer-spread | ||
[{}].concat(results.map((result) => result[this.field])) | ||
@@ -39,0 +40,0 @@ .forEach((value, index, arr) => { |
{ | ||
"name": "@comunica/mediator-combine-union", | ||
"version": "1.19.2", | ||
"version": "1.20.0", | ||
"description": "A combine-union mediator", | ||
@@ -36,3 +36,3 @@ "lsd:module": true, | ||
"devDependencies": { | ||
"@comunica/core": "^1.19.2" | ||
"@comunica/core": "^1.20.0" | ||
}, | ||
@@ -61,3 +61,3 @@ "jest": { | ||
}, | ||
"gitHead": "73525f72e616c1f8ee244ea5c64e10e4a6032cf5" | ||
"gitHead": "e939e0abd92972407bd8dc04d8073720efdfe2f1" | ||
} |
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
9226
81