Compare commits
No commits in common. "main" and "v1.6.1" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/common",
|
||||
"version": "1.7.0",
|
||||
"version": "1.6.1",
|
||||
"description": "Common library for TeaCinema microservices",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@ -50,10 +50,5 @@ export const GRPC_CLIENTS = {
|
||||
package: 'screening.v1',
|
||||
protoPath: PROTO_PATHS.SCREENING,
|
||||
env: 'SCREENING_GRPC_URL'
|
||||
},
|
||||
PAYMENT_PACKAGE: {
|
||||
package: 'payment.v1',
|
||||
protoPath: PROTO_PATHS.PAYMENT,
|
||||
env: 'PAYMENT_GRPC_URL'
|
||||
}
|
||||
} as const;
|
||||
|
||||
@ -152,9 +152,9 @@
|
||||
tslib "2.8.1"
|
||||
|
||||
"@teacinema/contracts@^1.5.0":
|
||||
version "1.6.0"
|
||||
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.6.0/contracts-1.6.0.tgz#a6281f8d7e4d1ef8bea4f1dfe43f3f9c8ca799a8"
|
||||
integrity sha512-6ywkJv166HZRv+c2/D6m5GGpOXX6qgV1bMfb1ei7k6EruRHMIjTSdLX1p1XwlENgfsdz9BrBK8LO2E7OgsphPQ==
|
||||
version "1.5.0"
|
||||
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.5.0/contracts-1.5.0.tgz#d816ab6b847794328d58df1c1d08b4efeceb99bb"
|
||||
integrity sha512-pLgt117PXVt7XZOko4A2Et97aRZs0QdylZAonWyt6S2U1rmWfn7CKPdPJw77LsA+GaFuE/4ntZbXxTzIFdJYVA==
|
||||
dependencies:
|
||||
"@nestjs/microservices" "^11.1.12"
|
||||
protoc "33.4.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user