Compare commits

..

2 Commits

Author SHA1 Message Date
cc2e93743d 1.6.1
All checks were successful
Publish / Publish npm package action (push) Successful in 39s
2026-04-25 08:53:33 +03:00
5f94d32e29 fix: fix deps 2026-04-25 08:53:27 +03:00
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@teacinema/common",
"version": "1.6.0",
"version": "1.6.1",
"description": "Common library for TeaCinema microservices",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -20,6 +20,6 @@
"@nestjs/common": "^11.1.16",
"@nestjs/config": "^4.0.3",
"@nestjs/microservices": "^11.1.16",
"@teacinema/contracts": "^1.1.3"
"@teacinema/contracts": "^1.5.0"
}
}

View File

@ -80,9 +80,9 @@
integrity sha512-k7vvKPbf7J2fZ5klGRD9AeKfUvojuZIQ3BT5u7Jfv+puwXkUBUT5PVyMDfJZpy30CBDXGMgw7fguK/lpOMBvgw==
"@bufbuild/protobuf@^2.0.0", "@bufbuild/protobuf@^2.10.2":
version "2.11.0"
resolved "https://registry.yarnpkg.com/@bufbuild/protobuf/-/protobuf-2.11.0.tgz#3ec3985c9074b23aea337957225fe15a0e845f8e"
integrity sha512-sBXGT13cpmPR5BMgHE6UEEfEaShh5Ror6rfN3yEK5si7QVrtZg8LEPQb0VVhiLRUslD2yLnXtnRzG035J/mZXQ==
version "2.12.0"
resolved "https://registry.yarnpkg.com/@bufbuild/protobuf/-/protobuf-2.12.0.tgz#53225636a8fcebb2bd94998ad9d42f99f96add4d"
integrity sha512-B/XlCaFIP8LOwzo+bz5uFzATYokcwCKQcghqnlfwSmM5eX/qTkvDBnDPs+gXtX/RyjxJ4DRikECcPJbyALA8FA==
"@jridgewell/gen-mapping@^0.3.12":
version "0.3.13"
@ -151,9 +151,9 @@
iterare "1.2.1"
tslib "2.8.1"
"@teacinema/contracts@^1.1.3":
"@teacinema/contracts@^1.5.0":
version "1.5.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.5.0/contracts-1.5.0.tgz#d816ab6b847794328d58df1c1d08b4efeceb99bb"
integrity sha512-pLgt117PXVt7XZOko4A2Et97aRZs0QdylZAonWyt6S2U1rmWfn7CKPdPJw77LsA+GaFuE/4ntZbXxTzIFdJYVA==
dependencies:
"@nestjs/microservices" "^11.1.12"