Compare commits

..

No commits in common. "ca1b18f0381fca233d6fd4a4416e80181d365b63" and "4c325ed4f73b315f24c924664e3aed380503b9c3" have entirely different histories.

3 changed files with 5 additions and 18 deletions

View File

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

@ -15,10 +15,5 @@ export const GRPC_CLIENTS = {
package: 'users.v1', package: 'users.v1',
protoPath: PROTO_PATHS.USERS, protoPath: PROTO_PATHS.USERS,
env: 'USERS_GRPC_URL' env: 'USERS_GRPC_URL'
},
MEDIA_PACKAGE: {
package: 'media.v1',
protoPath: PROTO_PATHS.MEDIA,
env: 'MEDIA_GRPC_URL'
} }
} as const; } as const;

View File

@ -135,15 +135,7 @@
dotenv-expand "12.0.3" dotenv-expand "12.0.3"
lodash "4.17.23" lodash "4.17.23"
"@nestjs/microservices@^11.1.12": "@nestjs/microservices@^11.1.12", "@nestjs/microservices@^11.1.16":
version "11.1.17"
resolved "https://registry.yarnpkg.com/@nestjs/microservices/-/microservices-11.1.17.tgz#f2b1aa25e24532377477a437583f1af002118602"
integrity sha512-rubBPEEXS9PwA3LwdNN/ytjEUmON+d8+4fbiUCIFGW8i+rR/g36vrpwuvoAzcGpxlu45/TpZPfHTb0nJciG9Yw==
dependencies:
iterare "1.2.1"
tslib "2.8.1"
"@nestjs/microservices@^11.1.16":
version "11.1.16" version "11.1.16"
resolved "https://registry.yarnpkg.com/@nestjs/microservices/-/microservices-11.1.16.tgz#6f445c44adcee88af983830e0667c93ccefe2869" resolved "https://registry.yarnpkg.com/@nestjs/microservices/-/microservices-11.1.16.tgz#6f445c44adcee88af983830e0667c93ccefe2869"
integrity sha512-eG/ArIq0UJyR3i/GTYuApA4OZylhuLGacVaVT9mMxQgT7ZTpp5CZgOwLNdcUUdOS6qypK3waG1m2AC54xzdf0Q== integrity sha512-eG/ArIq0UJyR3i/GTYuApA4OZylhuLGacVaVT9mMxQgT7ZTpp5CZgOwLNdcUUdOS6qypK3waG1m2AC54xzdf0Q==
@ -152,9 +144,9 @@
tslib "2.8.1" tslib "2.8.1"
"@teacinema/contracts@^1.1.3": "@teacinema/contracts@^1.1.3":
version "1.1.7" version "1.1.3"
resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.1.7/contracts-1.1.7.tgz#8c298e7a811d91ae69dd4de05f1e3b351ea00542" resolved "https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/%40teacinema%2Fcontracts/-/1.1.3/contracts-1.1.3.tgz#e08600a8dc09977dae35654d372e29e411029e33"
integrity sha512-KDXMAcux131gSS8f0/c0s0GHeWPz8DBSmVnR7UMnAG1j1jNjQxljn/M/XHBuARqUxuJD0l2ucJbFhvCDl+FKmg== integrity sha512-kwcSh2YIxmoBJQ56L+tQpGj12ySwNwf9KRNcUqhPffLPO60PR5aiKA2eN2SfKc23TKp0YoSkdC9LWeor0a9Ysg==
dependencies: dependencies:
"@nestjs/microservices" "^11.1.12" "@nestjs/microservices" "^11.1.12"
protoc "33.4.0" protoc "33.4.0"