@comunica/core
Advanced tools
Comparing version 2.10.0 to 3.0.1-alpha.43.0
@@ -1,11 +0,1 @@ | ||
import { Logger as _Logger } from '@comunica/types'; | ||
/** | ||
* @deprecated Logger should be imported from \@comunica/types | ||
*/ | ||
declare const Logger: typeof _Logger; | ||
/** | ||
* @deprecated Logger should be imported from \@comunica/types | ||
*/ | ||
type Logger = _Logger; | ||
export { Logger }; | ||
export * from './ActionContext'; | ||
@@ -12,0 +2,0 @@ export * from './Bus'; |
@@ -17,11 +17,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Logger = void 0; | ||
/* eslint no-redeclare: "off" */ | ||
const types_1 = require("@comunica/types"); | ||
// TODO: Remove this export, and move test suite to \@comunica/types in the next release | ||
/** | ||
* @deprecated Logger should be imported from \@comunica/types | ||
*/ | ||
const Logger = types_1.Logger; | ||
exports.Logger = Logger; | ||
__exportStar(require("./ActionContext"), exports); | ||
@@ -28,0 +19,0 @@ __exportStar(require("./Bus"), exports); |
{ | ||
"name": "@comunica/core", | ||
"version": "2.10.0", | ||
"version": "3.0.1-alpha.43.0", | ||
"description": "Lightweight, semantic and modular actor framework", | ||
@@ -39,3 +39,3 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/types": "^2.10.0", | ||
"@comunica/types": "3.0.1-alpha.43.0", | ||
"immutable": "^4.1.0" | ||
@@ -48,3 +48,3 @@ }, | ||
}, | ||
"gitHead": "4d8603ca7e7606ca8eaef305e8753b3f91668f4e" | ||
"gitHead": "d11e44cf07d4699f9d2c51d5851b5ed443de1997" | ||
} |
@@ -22,8 +22,8 @@ # Comunica Core | ||
* [`Actor`](https://comunica.github.io/comunica/classes/core.actor.html): An actor can act on messages of certain types and provide output of a certain type. | ||
* [`Bus`](https://comunica.github.io/comunica/classes/core.bus.html): A publish-subscribe bus for sending actions to actors to test whether or not they can run an action. | ||
* [`Mediator`](https://comunica.github.io/comunica/classes/core.mediator.html): A mediator can mediate an action over a bus of actors. | ||
* [`ActionObserver`](https://comunica.github.io/comunica/classes/core.actionobserver.html): An ActionObserver can passively listen to Actor.run inputs and outputs for all actors on a certain bus. | ||
* [`BusIndexed`](https://comunica.github.io/comunica/classes/core.busindexed.html): A bus that indexes identified actors, so that actions with a corresponding identifier can be published more efficiently. | ||
* [`Logger`](https://comunica.github.io/comunica/classes/core.logger.html): A logger accepts messages from different levels and emits them in a certain way. | ||
* [`ActionContext`](https://comunica.github.io/comunica/classes/core.actioncontext.html): Implementation of IActionContext using Immutable.js. | ||
* [`Actor`](https://comunica.github.io/comunica/classes/_comunica_core.Actor.html): An actor can act on messages of certain types and provide output of a certain type. | ||
* [`Bus`](https://comunica.github.io/comunica/classes/_comunica_core.Bus.html): A publish-subscribe bus for sending actions to actors to test whether or not they can run an action. | ||
* [`Mediator`](https://comunica.github.io/comunica/classes/_comunica_core.Mediator.html): A mediator can mediate an action over a bus of actors. | ||
* [`ActionObserver`](https://comunica.github.io/comunica/classes/_comunica_core.ActionObserver.html): An ActionObserver can passively listen to Actor.run inputs and outputs for all actors on a certain bus. | ||
* [`BusIndexed`](https://comunica.github.io/comunica/classes/_comunica_core.BusIndexed.html): A bus that indexes identified actors, so that actions with a corresponding identifier can be published more efficiently. | ||
* [`Logger`](https://comunica.github.io/comunica/classes/_comunica_types.Logger.html): A logger accepts messages from different levels and emits them in a certain way. | ||
* [`ActionContext`](https://comunica.github.io/comunica/classes/_comunica_core.ActionContext.html): Implementation of IActionContext using Immutable.js. |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
134942
35
1068
1
+ Added@comunica/types@3.0.1-alpha.43.0(transitive)
- Removed@comunica/types@2.10.0(transitive)