Compare commits

..

No commits in common. "dc1523ad83f4e40efe0dcd09283bef0b6ff1628a" and "57b6d19005114b3732d5265ce389df807ec1f5da" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@teacinema/common",
"version": "1.3.2",
"version": "1.3.1",
"description": "Common library for TeaCinema microservices",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -16,12 +16,7 @@ export class GrpcClientFactory {
}) {
return ClientProxyFactory.create({
transport: Transport.GRPC,
options: {
...options,
loader: {
longs: Number,
},
}
options
}) as ClientGrpc
}
@ -38,4 +33,7 @@ export class GrpcClientFactory {
return client;
}
}