Skip to content

Commit ef91394

Browse files
authored
Merge pull request #59 from klerick/deploy-new-version
Deploy new version
2 parents 37b8a11 + 055419b commit ef91394

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libs/json-api-nestjs-sdk/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ export * from './lib/service/json-api-utils/json-api-utils.service';
44
export { EmptyArrayRelation } from './lib/utils';
55

66
export * from './lib/init';
7+
8+

libs/json-api-nestjs/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ export { excludeMethod } from './lib/config/bindings';
44
export * from './lib/types';
55
export * from './lib/types-common';
66
export * from './lib/mixin/controller';
7+
8+

0 commit comments

Comments
 (0)