@comunica/bus-merge-bindings-context
Advanced tools
Comparing version 3.2.4-alpha.47.0 to 3.3.0
@@ -15,9 +15,7 @@ import type { IAction, IActorArgs, IActorOutput, IActorTest, Mediate } from '@comunica/core'; | ||
*/ | ||
export declare abstract class ActorMergeBindingsContext<TS = undefined> extends Actor<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput, TS> { | ||
export declare abstract class ActorMergeBindingsContext extends Actor<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput> { | ||
/** | ||
* @param args - | ||
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {Merging of bindings contexts failed: none of the configured actors were able to handle the merging} busFailMessage | ||
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
*/ | ||
constructor(args: IActorMergeBindingsContextArgs<TS>); | ||
constructor(args: IActorMergeBindingsContextArgs); | ||
} | ||
@@ -35,3 +33,3 @@ export interface IActionMergeBindingsContext extends IAction { | ||
} | ||
export type IActorMergeBindingsContextArgs<TS = undefined> = IActorArgs<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput, TS>; | ||
export type IActorMergeBindingsContextArgs = IActorArgs<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput>; | ||
export type MediatorMergeBindingsContext = Mediate<IActionMergeBindingsContext, IActorMergeBindingsContextOutput>; | ||
@@ -38,0 +36,0 @@ /** |
@@ -17,9 +17,5 @@ "use strict"; | ||
class ActorMergeBindingsContext extends core_1.Actor { | ||
/* eslint-disable max-len */ | ||
/** | ||
* @param args - | ||
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {Merging of bindings contexts failed: none of the configured actors were able to handle the merging} busFailMessage | ||
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
*/ | ||
/* eslint-enable max-len */ | ||
constructor(args) { | ||
@@ -26,0 +22,0 @@ super(args); |
{ | ||
"name": "@comunica/bus-merge-bindings-context", | ||
"version": "3.2.4-alpha.47.0", | ||
"version": "3.3.0", | ||
"description": "A comunica bus for merge-bindings-context events.", | ||
"lsd:module": true, | ||
"license": "MIT", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/comunica-association" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
@@ -43,6 +39,6 @@ "repository": { | ||
"dependencies": { | ||
"@comunica/core": "3.2.4-alpha.47.0", | ||
"@comunica/types": "3.2.4-alpha.47.0" | ||
"@comunica/core": "^3.3.0", | ||
"@comunica/types": "^3.3.0" | ||
}, | ||
"gitHead": "85bd4c5cf07dfc293ebbc3a1416b70e2db8bfc48" | ||
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9" | ||
} |
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
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
21145
85
+ Added@comunica/core@3.3.0(transitive)
+ Added@comunica/types@3.3.0(transitive)
- Removed@comunica/core@3.2.4-alpha.47.0(transitive)
- Removed@comunica/types@3.2.4-alpha.47.0(transitive)
- Removedlru-cache@10.4.3(transitive)
Updated@comunica/core@^3.3.0
Updated@comunica/types@^3.3.0