fix: add dist to files

This commit is contained in:
Дмитрий
2026-03-25 16:22:15 +03:00
parent 287cd340de
commit 7cbe61f226

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.0.7", "version": "1.0.8",
"description": "Protobuf definitions and generated TypeScript types", "description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs", "type": "commonjs",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -10,6 +10,7 @@
"generate": "protoc -I ./proto ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit" "generate": "protoc -I ./proto ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit"
}, },
"files": [ "files": [
"dist",
"proto", "proto",
"gen" "gen"
], ],