From f0d4edcbfa23919549031b9d2a269ad0eb586ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Lewandowski?= Date: Thu, 25 Oct 2018 17:36:49 +0200 Subject: [PATCH] feat: update nodeJS to 10 --- .nvmrc | 2 +- Dockerfile | 4 ++-- README.md | 2 +- package-lock.json | 2 +- package.json | 9 ++++----- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.nvmrc b/.nvmrc index 93740f7..83dec08 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v9.11 \ No newline at end of file +v10.12 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 8607e4d..02c0604 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #§ 'FROM node:' + data.config.npm.node.version + '-slim' -FROM node:9.11-slim +FROM node:10.12-slim LABEL maintainer="Jędrzej Lewandowski " @@ -20,7 +20,7 @@ CMD ["wise daemon"] ##§ '\n' + data.config.docker.generateDockerfileFrontMatter(data) + '\n' §## LABEL maintainer="The Wise Team (https://wise-team.io/) " -LABEL vote.wise.wise-version="1.2.2" +LABEL vote.wise.wise-version="2.2.2" LABEL vote.wise.license="MIT" LABEL vote.wise.repository="steem-wise-cli" ##§ §.## \ No newline at end of file diff --git a/README.md b/README.md index 653ee2e..700766a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Steem WISE (cli tool) -[![npm](https://img.shields.io/npm/v/steem-wise-cli.svg?style=flat-square)](https://www.npmjs.com/package/steem-wise-cli) [![License](https://img.shields.io/github/license/wise-team/steem-wise-cli.svg?style=flat-square)](https://github.com/wise-team/steem-wise-cli/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Chat](https://img.shields.io/badge/chat%20on%20discord-6b11ff.svg?style=flat-square)](https://discordapp.com/invite/CwxQDbG) [![Wise operations count](https://img.shields.io/badge/dynamic/json.svg?label=wise%20operations%20count&url=https%3A%2F%2Fsql.wise.vote%3A%2Foperations%3Fselect%3Dcount&query=%24%5B0%5D.count&colorB=blue&style=flat-square)](https://sql.wise.vote/operations?select=moment,delegator,voter,operation_type&order=moment.desc) +[![npm](https://img.shields.io/npm/v/steem-wise-cli.svg?style=flat-square)](https://www.npmjs.com/package/steem-wise-cli) [![License](https://img.shields.io/github/license/wise-team/steem-wise-cli.svg?style=flat-square)](https://github.com/wise-team/steem-wise-cli/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Chat](https://img.shields.io/badge/chat%20on%20discord-6b11ff.svg?style=flat-square)](https://discordapp.com/invite/CwxQDbG) [![Wise operations count](https://img.shields.io/badge/dynamic/json.svg?label=wise%20operations%20count&url=https%3A%2F%2Fsql.wise.vote%2Foperations%3Fselect%3Dcount&query=%24%5B0%5D.count&colorB=blue&style=flat-square)](https://sql.wise.vote/operations?select=moment,delegator,voter,operation_type&order=moment.desc) Vote delegation system for STEEM blockchain: cli tool. diff --git a/package-lock.json b/package-lock.json index 31cb45a..5777138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "steem-wise-cli", - "version": "1.2.0", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4fc6ff5..a018fce 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "steem-wise-cli", - "version": "1.2.2", + "version": "2.2.2", "description": "Vote delegation system for STEEM blockchain: cli tool for delegators", "main": "dist/app.js", "bin": { "wise": "./dist/app.js" }, "engines": { - "node": ">=9.11" + "node": ">=10.12" }, "dependencies": { "bluebird": "^3.5.2", @@ -15,8 +15,7 @@ "js-yaml": "^3.12.0", "lodash": "^4.17.11", "prompt": "^1.0.0", - "steem-wise-core": "^1.2.1", - "winston": "^3.1.0" + "steem-wise-core": "^2.2.2" }, "devDependencies": { "@types/bluebird": "^3.5.24", @@ -68,4 +67,4 @@ "bugs": { "url": "https://github.com/wise-team/steem-wise-cli/issues" } -} \ No newline at end of file +}