diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71e10756949a73210a18ab2108e604371315803b..7d5ab0bcce0d2abc6cacc9a310a6bfcfc8600ffb 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 2a2a617bd560fedd4637defeced6f1e696e9e8f6..f2439b45064d4de0e1af28e87afdfe2fa57eb6b5 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 283b11871c14d15e8fdd596dc1b50116f87f1653..f10336dc4a4f58111c12dd95afec82be18388803 160000 --- a/perxis-proto +++ b/perxis-proto @@ -1 +1 @@ -Subproject commit 283b11871c14d15e8fdd596dc1b50116f87f1653 +Subproject commit f10336dc4a4f58111c12dd95afec82be18388803