Compare commits
No commits in common. "d82b1a7503a1774260723b21544477b9044fa31c" and "a12e45ac0560abea462b7d18879a3beefc57a98e" have entirely different histories.
d82b1a7503
...
a12e45ac05
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@teacinema/common",
|
"name": "@teacinema/common",
|
||||||
"version": "1.6.0",
|
"version": "1.5.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",
|
||||||
|
|||||||
@ -45,10 +45,5 @@ export const GRPC_CLIENTS = {
|
|||||||
package: 'seat.v1',
|
package: 'seat.v1',
|
||||||
protoPath: PROTO_PATHS.SEAT,
|
protoPath: PROTO_PATHS.SEAT,
|
||||||
env: 'THEATER_GRPC_URL'
|
env: 'THEATER_GRPC_URL'
|
||||||
},
|
|
||||||
SCREENING_PACKAGE: {
|
|
||||||
package: 'screening.v1',
|
|
||||||
protoPath: PROTO_PATHS.SCREENING,
|
|
||||||
env: 'SCREENING_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.5.0"
|
version "1.4.0"
|
||||||
resolved "http://localhost:4873/@teacinema/contracts/-/contracts-1.5.0.tgz#d816ab6b847794328d58df1c1d08b4efeceb99bb"
|
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.4.0/contracts-1.4.0.tgz#96f3abb5fa2ddf8c134e040bb8f155cd0829fcaa"
|
||||||
integrity sha512-pLgt117PXVt7XZOko4A2Et97aRZs0QdylZAonWyt6S2U1rmWfn7CKPdPJw77LsA+GaFuE/4ntZbXxTzIFdJYVA==
|
integrity sha512-1bQdII9naDgEiOXA/F2mxw9d62yF7NFv6f0atfUGvWrSTtM+uARX+wwcLHTuPDu3I1y8XrAYc8y4stFZxt2RrQ==
|
||||||
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