first commit
All checks were successful
Publish / Publish Job (push) Successful in 1m14s

This commit is contained in:
Дмитрий
2026-03-26 15:45:17 +03:00
parent 0c494faa6b
commit f5d18a63e5
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
registry-url: "https://git.lendry.ru/api/packages/lendry-erp/npm/"
scope: "@lendry-erp"
- name: Install protoc
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler

View File

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