Compare commits

..

No commits in common. "eead3d5078bebc25aa89ff26f6c1bebcdb439557" and "67f2fc64722f508fa5956e205e2a1e52bb1b2d38" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@teacinema/contracts", "name": "@teacinema/contracts",
"version": "1.3.1", "version": "1.3.0",
"description": "Protocol Buffers contracts for microservices", "description": "Protocol Buffers contracts for microservices",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.build.json", "build": "tsc -p tsconfig.build.json",

View File

@ -34,6 +34,4 @@ export const PROTO_PATHS = {
MOVIE: join(__dirname, '../../proto/movie.proto'), MOVIE: join(__dirname, '../../proto/movie.proto'),
/** Путь к `category.proto` (пакет `category.v1`) */ /** Путь к `category.proto` (пакет `category.v1`) */
CATEGORY: join(__dirname, '../../proto/category.proto'), CATEGORY: join(__dirname, '../../proto/category.proto'),
/** Путь к `theater.proto` (пакет `theater.v1`) */
THEATER: join(__dirname, '../../proto/theater.proto'),
} as const } as const