@comunica/bus-init
Advanced tools
Comparing version 3.2.4-alpha.47.0 to 3.3.0
@@ -16,7 +16,5 @@ import type { IAction, IActorOutput, IActorTest, IActorArgs, Mediate } from '@comunica/core'; | ||
*/ | ||
export declare abstract class ActorInit extends Actor<IActionInit, IActorTest, IActorOutputInit, undefined> { | ||
export declare abstract class ActorInit extends Actor<IActionInit, IActorTest, IActorOutputInit> { | ||
/** | ||
* @param args - | ||
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {Initialization failed: none of the configured actors were to initialize} busFailMessage | ||
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
*/ | ||
@@ -23,0 +21,0 @@ constructor(args: IActorInitArgs); |
@@ -19,5 +19,3 @@ "use strict"; | ||
/** | ||
* @param args - | ||
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {Initialization failed: none of the configured actors were to initialize} busFailMessage | ||
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
*/ | ||
@@ -24,0 +22,0 @@ constructor(args) { |
{ | ||
"name": "@comunica/bus-init", | ||
"version": "3.2.4-alpha.47.0", | ||
"version": "3.3.0", | ||
"description": "A comunica bus for 'init' 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", | ||
"readable-stream": "^4.5.2" | ||
"@comunica/core": "^3.3.0", | ||
"readable-stream": "^4.4.2" | ||
}, | ||
"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
17735
93
+ 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
Updatedreadable-stream@^4.4.2