Compare commits

..

No commits in common. "76c02bf3fa87fe574007ec0909b536c88b8ddbc0" and "10e83564001c193e029744742a4752a2fc21328a" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -31,7 +31,7 @@ export class GrpcModule {
return client return client
}, },
inject: [GrpcClientFactory, ConfigService] inject: [ConfigService, GrpcClientFactory]
} }
}) })
], ],