Skip to content

Commit

Permalink
Updated nestjs-context
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Dharandas committed Jul 1, 2021
1 parent 7f3cd6d commit 1aab954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-geteventstore",
"version": "2.3.1",
"version": "2.3.2",
"description": "Event Store connector for NestJS-Cqrs",
"author": "Vincent Vermersch <vincent.vermersch@prestashop.com >",
"contributors": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"@nestjs/terminus": "*",
"class-transformer": "*",
"class-validator": "*",
"nestjs-context": "^0.11.0",
"nestjs-context": "^0.11.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.6.3"
Expand Down
1 change: 0 additions & 1 deletion src/cqrs/default-event-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export const defaultEventMapper = (
allEvents: ReadEventBusConfigType['allowedEvents'],
) => {
const logger = new Logger('Default Event Mapper');
logger.log(`Will build events from ${Object.keys(allEvents).join(', ')}`);
return ((data, options: ReadEventOptionsType) => {
let className = `${options.eventType}`;
if (allEvents[className]) {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7159,6 +7159,7 @@ __metadata:
"@nestjs/terminus": "*"
class-transformer: "*"
class-validator: "*"
nestjs-context: ^0.11.1
reflect-metadata: ^0.1.13
rimraf: ^3.0.2
rxjs: ^6.6.3
Expand Down

0 comments on commit 1aab954

Please sign in to comment.