From cae1a19588af7f020a4f03b4dd6d07a02769293d Mon Sep 17 00:00:00 2001 From: Dmitry Karyakin <skycrazyk@gmail.com> Date: Mon, 6 May 2024 20:57:42 +0500 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=BF=D1=80=D0=B8=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B5=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 7d5ab0b..71e1075 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 --allow-unrelated-histories + - git submodule update --remote --merge - 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 2cc1550..ccbf1b9 100644 --- a/config/package.json +++ b/config/package.json @@ -1,6 +1,6 @@ { "name": "@perxis-js/perxis-client", - "version": "1.4.4", + "version": "1.4.5", "description": "", "main": "dist/index.js", "files": [ diff --git a/perxis-proto b/perxis-proto index f10336d..297bff3 160000 --- a/perxis-proto +++ b/perxis-proto @@ -1 +1 @@ -Subproject commit f10336dc4a4f58111c12dd95afec82be18388803 +Subproject commit 297bff313df46a1b66b0d7683b7d078681990983 -- GitLab