Skip to content
Snippets Groups Projects
Commit 3858f546 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'chore/PRXS-1512-UpdateTsProto' into 'master'

Обновлена версия ts-proto до текущей

See merge request !9
parents 40cd417c e0843c56
No related branches found
No related tags found
1 merge request!9Обновлена версия ts-proto до текущей
Pipeline #35996 passed with stage
in 37 seconds
.idea .idea
/node_modules/**/* /node_modules/**/*
\ No newline at end of file node_modules
dist
\ No newline at end of file
...@@ -10,7 +10,7 @@ publish_npm: ...@@ -10,7 +10,7 @@ publish_npm:
- apk --no-cache add git - apk --no-cache add git
- git submodule update --remote --merge - git submodule update --remote --merge
- apk add --update make bash protobuf-dev yarn - apk add --update make bash protobuf-dev yarn
- npm install -g ts-proto@1.151.1 - npm install -g ts-proto@1.158.0
- npm install -g typescript@5.1.6 - npm install -g typescript@5.1.6
- npm i protobufjs@7.2.4 - npm i protobufjs@7.2.4
......
...@@ -55,7 +55,7 @@ ifeq (,$(shell which npm)) ...@@ -55,7 +55,7 @@ ifeq (,$(shell which npm))
endif endif
ifeq (,$(shell which protoc-gen-ts_proto)) ifeq (,$(shell which protoc-gen-ts_proto))
$(error "Ts-proto plugin for protoc not found. \ $(error "Ts-proto plugin for protoc not found. \
Run \"npm install -g ts-proto@1.151.1\" \ Run \"npm install -g ts-proto@1.158.0\" \
or visit \"https://github.com/stephenh/ts-proto\" for more.\n") or visit \"https://github.com/stephenh/ts-proto\" for more.\n")
endif endif
ifeq (,$(shell which tsc)) ifeq (,$(shell which tsc))
......
{ {
"name": "@perxis-js/perxis-client", "name": "@perxis-js/perxis-client",
"version": "1.1.5", "version": "1.1.6",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
......
This diff is collapsed.
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