Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 274d23c

Browse files
author
Chau Tran
committed
fix(index.ts): adjust proxy export from automapper and update package
1 parent 792bf7f commit 274d23c

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"typescript": "3.9.6"
118118
},
119119
"dependencies": {
120-
"@nartc/automapper": "6.3.13"
120+
"@nartc/automapper": "6.3.14"
121121
},
122122
"peerDependencies": {
123123
"@nestjs/common": ">7.3.1",

src/index.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
export * from './automapper.module';
22
export * from './interfaces';
33
export * from './decorators';
4+
export {
5+
AutoMapper,
6+
ProfileBase,
7+
AutoMap,
8+
mapWith,
9+
mapFrom,
10+
convertUsing,
11+
condition,
12+
preCondition,
13+
nullSubstitution,
14+
ignore,
15+
fromValue,
16+
mapDefer,
17+
} from '@nartc/automapper';

src/interfaces/index.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
export {
2-
AutoMapper,
3-
ProfileBase,
4-
AutoMap,
5-
mapWith,
6-
mapFrom,
7-
convertUsing,
8-
condition,
9-
preCondition,
10-
nullSubstitution,
11-
ignore,
12-
fromValue,
13-
} from '@nartc/automapper';
141
export * from './automapper-configuration.interface';

0 commit comments

Comments
 (0)