From f5d18a63e529e7b970dc029fd7dfa3f7afb905af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Thu, 26 Mar 2026 15:45:17 +0300 Subject: [PATCH] first commit --- .github/workflows/publish.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4876bb8..c916456 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/package.json b/package.json index 2288099..b7a3516 100644 --- a/package.json +++ b/package.json @@ -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",