feat: add movie grpc
Some checks failed
Publish / Publish npm package action (push) Failing after 35s
Some checks failed
Publish / Publish npm package action (push) Failing after 35s
This commit is contained in:
parent
e3dcf3be52
commit
050eabb52b
@ -20,5 +20,15 @@ export const GRPC_CLIENTS = {
|
|||||||
package: 'media.v1',
|
package: 'media.v1',
|
||||||
protoPath: PROTO_PATHS.MEDIA,
|
protoPath: PROTO_PATHS.MEDIA,
|
||||||
env: 'MEDIA_GRPC_URL'
|
env: 'MEDIA_GRPC_URL'
|
||||||
|
},
|
||||||
|
MOVIE_PACKAGE: {
|
||||||
|
package: 'movie.v1',
|
||||||
|
protoPath: PROTO_PATHS.MOVIE,
|
||||||
|
env: 'MOVIE_GRPC_URL'
|
||||||
|
},
|
||||||
|
CATEGORY_PACKAGE: {
|
||||||
|
package: 'category.v1',
|
||||||
|
protoPath: PROTO_PATHS.CATEGORY,
|
||||||
|
env: 'MOVIE_GRPC_URL'
|
||||||
}
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
12
yarn.lock
12
yarn.lock
@ -136,9 +136,9 @@
|
|||||||
lodash "4.17.23"
|
lodash "4.17.23"
|
||||||
|
|
||||||
"@nestjs/microservices@^11.1.12":
|
"@nestjs/microservices@^11.1.12":
|
||||||
version "11.1.17"
|
version "11.1.18"
|
||||||
resolved "https://registry.yarnpkg.com/@nestjs/microservices/-/microservices-11.1.17.tgz#f2b1aa25e24532377477a437583f1af002118602"
|
resolved "https://registry.yarnpkg.com/@nestjs/microservices/-/microservices-11.1.18.tgz#3f5edd756e32f7c85c1c67c65f8ba3b62a736ebf"
|
||||||
integrity sha512-rubBPEEXS9PwA3LwdNN/ytjEUmON+d8+4fbiUCIFGW8i+rR/g36vrpwuvoAzcGpxlu45/TpZPfHTb0nJciG9Yw==
|
integrity sha512-sodzBqqKAcOv5GctTbb0j3vzgx+X3/IxmJ8pBKL9hEmsarsYPkig6dcOcVFmM2Pknm+o6Cxaqv1YZZETISNi+w==
|
||||||
dependencies:
|
dependencies:
|
||||||
iterare "1.2.1"
|
iterare "1.2.1"
|
||||||
tslib "2.8.1"
|
tslib "2.8.1"
|
||||||
@ -152,9 +152,9 @@
|
|||||||
tslib "2.8.1"
|
tslib "2.8.1"
|
||||||
|
|
||||||
"@teacinema/contracts@^1.1.3":
|
"@teacinema/contracts@^1.1.3":
|
||||||
version "1.1.8"
|
version "1.2.3"
|
||||||
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.1.8/contracts-1.1.8.tgz#e96c23a957d2682503c157250672eb4c46bf4ef9"
|
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.2.3/contracts-1.2.3.tgz#d356a9dc7395b304a9d5ab639565fa9bcebb9c74"
|
||||||
integrity sha512-wSFTntA0IoQrC/iYz3rylJW6qK6KGWa25oQrl/n55aSOcMk1ACmSBt0aqAPML86SQWAsn7yikpr/foaTgJH3zg==
|
integrity sha512-Rvw8DVmIpRD/I2Yk1gQyO8ZmxyOIY3FW+purxwiLBIi22gHQtVAXV27a9xK6sO/XXHx70KhrY/8fU8JH/+ehkw==
|
||||||
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