add support metadata from grpc typescript
All checks were successful
Publish / Publish Job (push) Successful in 2m36s

This commit is contained in:
Дмитрий
2026-04-02 15:20:37 +03:00
parent ae192553a0
commit dbf71f91ef
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ jobs:
npm install -g ts-proto
mkdir -p ./gen/go # Создаем вложенную папку для Go
protoc -I ./proto ./proto/*.proto \
--ts_proto_out=nestJs=true,package=omit:./gen \
--ts_proto_out=nestJs=true,addGrpcMetadata=true,package=omit:./gen \
--go_out=paths=source_relative:./gen/go \
--go-grpc_out=paths=source_relative:./gen/go

View File

@@ -1,6 +1,6 @@
{
"name": "@lendry-erp/contracts",
"version": "1.0.26",
"version": "1.0.27",
"description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs",
"main": "./dist/index.js",