Skip to content

Commit d5fc38c

Browse files
bump v5.0.15
1 parent 4b17381 commit d5fc38c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-geteventstore",
3-
"version": "5.0.14",
3+
"version": "5.0.15",
44
"description": "Event Store connector for NestJS-Cqrs",
55
"author": "Vincent Vermersch <[email protected] >",
66
"contributors": [

src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ export * from './event-store';
77
export * from './exceptions';
88
export * from './interfaces';
99
export * from './tools';
10+
11+
export * from './cqrs-event-store.module';
12+
export * from './constants';

0 commit comments

Comments
 (0)