Compare commits
2 Commits
67f2fc6472
...
eead3d5078
| Author | SHA1 | Date | |
|---|---|---|---|
| eead3d5078 | |||
| 276e1bb7e7 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/contracts",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "Protocol Buffers contracts for microservices",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
|
||||
@ -34,4 +34,6 @@ export const PROTO_PATHS = {
|
||||
MOVIE: join(__dirname, '../../proto/movie.proto'),
|
||||
/** Путь к `category.proto` (пакет `category.v1`) */
|
||||
CATEGORY: join(__dirname, '../../proto/category.proto'),
|
||||
/** Путь к `theater.proto` (пакет `theater.v1`) */
|
||||
THEATER: join(__dirname, '../../proto/theater.proto'),
|
||||
} as const
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user