Compare commits
No commits in common. "a12e45ac0560abea462b7d18879a3beefc57a98e" and "bd25e4ee7abb444f019043b337af2dfc591519c1" have entirely different histories.
a12e45ac05
...
bd25e4ee7a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/common",
|
"name": "@teacinema/common",
|
||||||
"version": "1.5.0",
|
"version": "1.4.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",
|
||||||
|
|||||||
@ -35,15 +35,5 @@ export const GRPC_CLIENTS = {
|
|||||||
package: 'theater.v1',
|
package: 'theater.v1',
|
||||||
protoPath: PROTO_PATHS.THEATER,
|
protoPath: PROTO_PATHS.THEATER,
|
||||||
env: 'THEATER_GRPC_URL'
|
env: 'THEATER_GRPC_URL'
|
||||||
},
|
|
||||||
HALL_PACKAGE: {
|
|
||||||
package: 'hall.v1',
|
|
||||||
protoPath: PROTO_PATHS.HALL,
|
|
||||||
env: 'THEATER_GRPC_URL'
|
|
||||||
},
|
|
||||||
SEAT_PACKAGE: {
|
|
||||||
package: 'seat.v1',
|
|
||||||
protoPath: PROTO_PATHS.SEAT,
|
|
||||||
env: 'THEATER_GRPC_URL'
|
|
||||||
}
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@ -152,9 +152,9 @@
|
|||||||
tslib "2.8.1"
|
tslib "2.8.1"
|
||||||
|
|
||||||
"@teacinema/contracts@^1.1.3":
|
"@teacinema/contracts@^1.1.3":
|
||||||
version "1.4.0"
|
version "1.3.1"
|
||||||
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.4.0/contracts-1.4.0.tgz#96f3abb5fa2ddf8c134e040bb8f155cd0829fcaa"
|
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.3.1/contracts-1.3.1.tgz#f911a6d2a82a373ccf0f9a6223192e8bf3d7f933"
|
||||||
integrity sha512-1bQdII9naDgEiOXA/F2mxw9d62yF7NFv6f0atfUGvWrSTtM+uARX+wwcLHTuPDu3I1y8XrAYc8y4stFZxt2RrQ==
|
integrity sha512-iDvXw1zwvORps1d9qbvABVMRAx/WuftOciDAB1KG9TWD76nJT6CfCB9aJfovg3dfeeJo2WYc7mRbp8Ns6YeA/w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nestjs/microservices" "^11.1.12"
|
"@nestjs/microservices" "^11.1.12"
|
||||||
protoc "33.4.0"
|
protoc "33.4.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user