From efe0236532ab2948f6edc5a222baaa61fe5ff4fd Mon Sep 17 00:00:00 2001 From: Karyakin Dmitry <karyakin@perx.ru> Date: Mon, 6 May 2024 11:05:19 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=BE=D0=B7=D0=BD=D0=B8=D0=BA=D0=B0=D1=8E=D1=89=D0=B0?= =?UTF-8?q?=D1=8F=20=D0=BF=D1=80=D0=B8=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA?= =?UTF-8?q?=D0=B5=20=D0=B2=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- config/package.json | 2 +- perxis-proto | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71e1075..7d5ab0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ publish_npm: GIT_SUBMODULE_STRATEGY: recursive before_script: - apk --no-cache add git - - git submodule update --remote --merge + - git submodule update --remote --merge --allow-unrelated-histories - apk add --update make bash protobuf-dev yarn - npm install -g ts-proto@1.158.0 - npm install -g typescript@5.1.6 diff --git a/config/package.json b/config/package.json index 2a2a617..f2439b4 100644 --- a/config/package.json +++ b/config/package.json @@ -1,6 +1,6 @@ { "name": "@perxis-js/perxis-client", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "dist/index.js", "files": [ diff --git a/perxis-proto b/perxis-proto index 283b118..f10336d 160000 --- a/perxis-proto +++ b/perxis-proto @@ -1 +1 @@ -Subproject commit 283b11871c14d15e8fdd596dc1b50116f87f1653 +Subproject commit f10336dc4a4f58111c12dd95afec82be18388803 -- GitLab