Compare commits
No commits in common. "76c02bf3fa87fe574007ec0909b536c88b8ddbc0" and "10e83564001c193e029744742a4752a2fc21328a" have entirely different histories.
76c02bf3fa
...
10e8356400
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/common",
|
"name": "@teacinema/common",
|
||||||
"version": "1.1.1",
|
"version": "1.1.0",
|
||||||
"description": "Common library for TeaCinema microservices",
|
"description": "Common library for TeaCinema microservices",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@ -31,7 +31,7 @@ export class GrpcModule {
|
|||||||
|
|
||||||
return client
|
return client
|
||||||
},
|
},
|
||||||
inject: [GrpcClientFactory, ConfigService]
|
inject: [ConfigService, GrpcClientFactory]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user