@comunica/core
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -115,3 +115,3 @@ import type { ActionObserver } from './ActionObserver'; | ||
} | ||
export declare type IReply<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = IActorReply<Actor<I, T, O>, I, T, O>; | ||
export declare type IBus<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = Bus<Actor<I, T, O>, I, T, O>; | ||
export type IReply<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = IActorReply<Actor<I, T, O>, I, T, O>; | ||
export type IBus<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = Bus<Actor<I, T, O>, I, T, O>; |
@@ -9,3 +9,3 @@ import { Logger as _Logger } from '@comunica/types'; | ||
*/ | ||
declare type Logger = _Logger; | ||
type Logger = _Logger; | ||
export { Logger }; | ||
@@ -12,0 +12,0 @@ export * from './ActionContext'; |
@@ -90,2 +90,2 @@ import type { Actor, IAction, IActorOutput, IActorTest } from './Actor'; | ||
} | ||
export declare type Mediate<I extends IAction, O extends IActorOutput, T extends IActorTest = IActorTest> = Mediator<Actor<I, T, O>, I, T, O>; | ||
export type Mediate<I extends IAction, O extends IActorOutput, T extends IActorTest = IActorTest> = Mediator<Actor<I, T, O>, I, T, O>; |
{ | ||
"name": "@comunica/core", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "Lightweight, semantic and modular actor framework", | ||
@@ -39,3 +39,3 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/types": "^2.7.0", | ||
"@comunica/types": "^2.8.0", | ||
"immutable": "^4.1.0" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91" | ||
"gitHead": "2459c84cb0ddc959436d8742f1f7b2805ce09825" | ||
} |
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
137555
Updated@comunica/types@^2.8.0