@comunica/bus-merge-bindings-context
Advanced tools
Comparing version 4.0.1-alpha.48.0 to 4.0.1
@@ -38,4 +38,4 @@ import type { IAction, IActorArgs, IActorOutput, IActorTest, Mediate } from '@comunica/core'; | ||
* The interface for a binding context merge handler. A merge handler is a function that accepts | ||
* two context entries (from different binding contexts) associated with the same key and | ||
* merges these two values. The merging strategy is dependent on the implementation of the | ||
* context entries (from different binding contexts) associated with the same key and | ||
* merges these values. The merging strategy is dependent on the implementation of the | ||
* interface. | ||
@@ -45,3 +45,3 @@ * @V denotes the type associated with the context key the merge handler operates on. | ||
export interface IBindingsContextMergeHandler<V> { | ||
run: (...args: V[]) => V[]; | ||
run: (...args: V[]) => V; | ||
} |
{ | ||
"name": "@comunica/bus-merge-bindings-context", | ||
"version": "4.0.1-alpha.48.0", | ||
"version": "4.0.1", | ||
"description": "A comunica bus for merge-bindings-context events.", | ||
@@ -43,6 +43,6 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/core": "4.0.1-alpha.48.0", | ||
"@comunica/types": "4.0.1-alpha.48.0" | ||
"@comunica/core": "^4.0.1", | ||
"@comunica/types": "^4.0.1" | ||
}, | ||
"gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1" | ||
"gitHead": "67831ba79e45ea1ced41fe3f83c5d6e8802dbeaa" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
24635
+ Added@comunica/core@4.0.2(transitive)
+ Added@comunica/types@4.0.2(transitive)
- Removed@comunica/core@4.0.1-alpha.48.0(transitive)
- Removed@comunica/types@4.0.1-alpha.48.0(transitive)
Updated@comunica/core@^4.0.1
Updated@comunica/types@^4.0.1