File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @lomray/microservice-nodejs-lib" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " Package for create microservice architecture based on NodeJS & inverted json." ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import ConsoleLogDriver from '@drivers/console-log';
66import AbstractMicroservice from '@services/abstract-microservice' ;
77import Gateway from '@services/gateway' ;
88import Microservice from '@services/microservice' ;
9- import RemoteMiddleware from '@services/remote-middleware' ;
109
1110export {
1211 EXCEPTION_CODE ,
@@ -17,5 +16,4 @@ export {
1716 AbstractMicroservice ,
1817 Gateway ,
1918 Microservice ,
20- RemoteMiddleware ,
2119} ;
You can’t perform that action at this time.
0 commit comments