Compare commits

...

2 Commits

Author SHA1 Message Date
d82b1a7503 1.6.0
Some checks failed
Publish / Publish npm package action (push) Failing after 46s
2026-04-24 05:22:23 +03:00
4813ac90e3 feat: add screening rpc to registry 2026-04-24 05:22:14 +03:00
3 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@teacinema/common", "name": "@teacinema/common",
"version": "1.5.0", "version": "1.6.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

@ -45,5 +45,10 @@ 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;

View File

@ -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.5.0"
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.4.0/contracts-1.4.0.tgz#96f3abb5fa2ddf8c134e040bb8f155cd0829fcaa" resolved "http://localhost:4873/@teacinema/contracts/-/contracts-1.5.0.tgz#d816ab6b847794328d58df1c1d08b4efeceb99bb"
integrity sha512-1bQdII9naDgEiOXA/F2mxw9d62yF7NFv6f0atfUGvWrSTtM+uARX+wwcLHTuPDu3I1y8XrAYc8y4stFZxt2RrQ== integrity sha512-pLgt117PXVt7XZOko4A2Et97aRZs0QdylZAonWyt6S2U1rmWfn7CKPdPJw77LsA+GaFuE/4ntZbXxTzIFdJYVA==
dependencies: dependencies:
"@nestjs/microservices" "^11.1.12" "@nestjs/microservices" "^11.1.12"
protoc "33.4.0" protoc "33.4.0"