@comunica/mediator-combine-union
Advanced tools
Comparing version 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0
@@ -52,3 +52,4 @@ "use strict"; | ||
[{}].concat(results.map((result) => result[this.field])) | ||
.forEach((value, index, arr) => { | ||
// eslint-disable-next-line unicorn/no-array-for-each | ||
.forEach((value) => { | ||
data[this.field] = { ...value, ...data[this.field] }; | ||
@@ -55,0 +56,0 @@ }); |
{ | ||
"name": "@comunica/mediator-combine-union", | ||
"version": "3.0.1-alpha.45.0", | ||
"version": "3.0.1-alpha.46.0", | ||
"description": "A combine-union mediator", | ||
"lsd:module": true, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"license": "MIT", | ||
"homepage": "https://comunica.dev/", | ||
"repository": { | ||
@@ -13,6 +13,5 @@ "type": "git", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
}, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -22,7 +21,8 @@ "comunica", | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
"files": [ | ||
@@ -34,5 +34,2 @@ "components", | ||
], | ||
"dependencies": { | ||
"@comunica/core": "3.0.1-alpha.45.0" | ||
}, | ||
"scripts": { | ||
@@ -43,3 +40,6 @@ "build": "npm run build:ts && npm run build:components", | ||
}, | ||
"gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8" | ||
"dependencies": { | ||
"@comunica/core": "3.0.1-alpha.46.0" | ||
}, | ||
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023" | ||
} |
@@ -25,3 +25,3 @@ # Comunica Mediator Combine Union | ||
... | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-union/^3.0.0/components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-union/^3.0.0/components/context.jsonld" | ||
], | ||
@@ -48,2 +48,1 @@ "actors": [ | ||
* `filterErrors`: Optional flag to indicate if actors that throw test errors should be filtered out of the pipeline, defaults to false. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
26663
104
47
+ Added@comunica/core@3.0.1-alpha.46.0(transitive)
+ Added@comunica/types@3.0.1-alpha.46.0(transitive)
+ Added@types/node@22.9.1(transitive)
- Removed@comunica/core@3.0.1-alpha.45.0(transitive)
- Removed@comunica/types@3.0.1-alpha.45.0(transitive)
- Removed@types/node@22.9.2(transitive)