Skip to content
Snippets Groups Projects
Commit 760ee79f authored by Dmitry Karyakin's avatar Dmitry Karyakin
Browse files

обновлена версия perxis-js

parent 5b69f142
No related branches found
No related tags found
1 merge request!32Обновлены версии JS зависимостей
Pipeline #63502 passed with stage
in 26 seconds
...@@ -9,6 +9,9 @@ publish_npm: ...@@ -9,6 +9,9 @@ publish_npm:
before_script: before_script:
- apk --no-cache add git - apk --no-cache add git
- git submodule update --remote --merge - git submodule update --remote --merge
- cd ./perxis-proto
- git log
- cd ../
- apk add --update make bash protobuf-dev - apk add --update make bash protobuf-dev
- cd ./config - cd ./config
- npm i - npm i
...@@ -33,6 +36,6 @@ publish_npm: ...@@ -33,6 +36,6 @@ publish_npm:
fi fi
- NPM_PACKAGE_NAME=$(node -p "require('./package.json').name") - NPM_PACKAGE_NAME=$(node -p "require('./package.json').name")
- NPM_PACKAGE_CURRENT_VERSION=$(npm show ${NPM_PACKAGE_NAME} version) - NPM_PACKAGE_CURRENT_VERSION=$(npm show ${NPM_PACKAGE_NAME} version)
- yarn pub - npm pub
- NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version") - NPM_PACKAGE_VERSION=$(node -p "require('./package.json').version")
- echo "Successfully published version ${NPM_PACKAGE_VERSION} of ${NPM_PACKAGE_NAME} to GitLab's NPM registry" - echo "Successfully published version ${NPM_PACKAGE_VERSION} of ${NPM_PACKAGE_NAME} to GitLab's NPM registry"
\ No newline at end of file
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis-js/perxis-client",
"version": "1.5.10", "version": "1.5.11",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment