From 53cd960c2f45cd91d578c4953b35880604b1ceaa Mon Sep 17 00:00:00 2001 From: JP Lomas Date: Fri, 15 May 2020 08:20:42 +0100 Subject: [PATCH] fix: explorer-helpers dependency following npm release --- README.md | 40 ++++++++++++++++++++-------------------- package.json | 4 ++-- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 73e4723..cb337a6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ npm install -g @theqrl/cli $ qrl-cli COMMAND running command... $ qrl-cli (-v|--version|version) -@theqrl/cli/1.7.0 darwin-x64 node-v12.3.1 +@theqrl/cli/1.7.1 darwin-x64 node-v12.3.1 $ qrl-cli --help [COMMAND] USAGE $ qrl-cli COMMAND @@ -78,7 +78,7 @@ DESCRIPTION See the documentation at https://docs.theqrl.org/developers/qrl-cli ``` -_See code: [src/commands/balance.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/balance.js)_ +_See code: [src/commands/balance.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/balance.js)_ ## `qrl-cli create-lattice` @@ -107,7 +107,7 @@ DESCRIPTION Documentation at https://docs.theqrl.org/developers/qrl-cli ``` -_See code: [src/commands/create-lattice.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/create-lattice.js)_ +_See code: [src/commands/create-lattice.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/create-lattice.js)_ ## `qrl-cli create-wallet` @@ -132,7 +132,7 @@ DESCRIPTION Documentation at https://docs.theqrl.org/developers/qrl-cli ``` -_See code: [src/commands/create-wallet.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/create-wallet.js)_ +_See code: [src/commands/create-wallet.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/create-wallet.js)_ ## `qrl-cli decrypt` @@ -148,7 +148,7 @@ OPTIONS -t, --testnet queries testnet for the OTS state ``` -_See code: [src/commands/decrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/decrypt.js)_ +_See code: [src/commands/decrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/decrypt.js)_ ## `qrl-cli encrypt [ADDRESS] [ITEM_PER_PAGE] [PAGE_NUMBER] [MESSAGE]` @@ -172,7 +172,7 @@ OPTIONS -t, --testnet queries testnet for the OTS state ``` -_See code: [src/commands/encrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/encrypt.js)_ +_See code: [src/commands/encrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/encrypt.js)_ ## `qrl-cli get-keys ADDRESS ITEM_PER_PAGE PAGE_NUMBER` @@ -194,7 +194,7 @@ OPTIONS -t, --testnet queries testnet for the OTS state ``` -_See code: [src/commands/get-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/get-keys.js)_ +_See code: [src/commands/get-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/get-keys.js)_ ## `qrl-cli help [COMMAND]` @@ -211,7 +211,7 @@ OPTIONS --all see all commands in CLI ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.0/src/commands/help.ts)_ ## `qrl-cli ots ADDRESS` @@ -238,7 +238,7 @@ DESCRIPTION If the wallet file is encrypted use the -p flag to pass the wallet file encryption password. ``` -_See code: [src/commands/ots.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/ots.js)_ +_See code: [src/commands/ots.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/ots.js)_ ## `qrl-cli receive ADDRESS` @@ -259,7 +259,7 @@ DESCRIPTION If using an encrypted wallet file pass the encryption password with the (-p) flag. ``` -_See code: [src/commands/receive.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/receive.js)_ +_See code: [src/commands/receive.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/receive.js)_ ## `qrl-cli receive-initial-message FILE` @@ -281,7 +281,7 @@ OPTIONS -t, --testnet uses testnet for this function ``` -_See code: [src/commands/receive-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/receive-initial-message.js)_ +_See code: [src/commands/receive-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/receive-initial-message.js)_ ## `qrl-cli receive-next-message INDEX` @@ -300,7 +300,7 @@ OPTIONS -t, --testnet uses testnet for this function ``` -_See code: [src/commands/receive-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/receive-next-message.js)_ +_See code: [src/commands/receive-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/receive-next-message.js)_ ## `qrl-cli search SEARCH` @@ -325,7 +325,7 @@ DESCRIPTION Advanced: you can use a custom defined node to query for status. Use the (-g) grpc endpoint. ``` -_See code: [src/commands/search.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/search.js)_ +_See code: [src/commands/search.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/search.js)_ ## `qrl-cli send QUANTITY` @@ -357,7 +357,7 @@ DESCRIPTION TODO ``` -_See code: [src/commands/send.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/send.js)_ +_See code: [src/commands/send.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/send.js)_ ## `qrl-cli send-initial-message FILE` @@ -379,7 +379,7 @@ OPTIONS -t, --testnet queries testnet for the OTS state ``` -_See code: [src/commands/send-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/send-initial-message.js)_ +_See code: [src/commands/send-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/send-initial-message.js)_ ## `qrl-cli send-next-message INDEX MESSAGE` @@ -399,7 +399,7 @@ OPTIONS -t, --testnet queries testnet for the OTS state ``` -_See code: [src/commands/send-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/send-next-message.js)_ +_See code: [src/commands/send-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/send-next-message.js)_ ## `qrl-cli sign` @@ -418,7 +418,7 @@ OPTIONS -t, --testnet queries testnet for the OTS state ``` -_See code: [src/commands/sign.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/sign.js)_ +_See code: [src/commands/sign.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/sign.js)_ ## `qrl-cli status` @@ -439,7 +439,7 @@ DESCRIPTION Advanced: you can use a custom defined node to query for status. Use the (-g) grpc endpoint. ``` -_See code: [src/commands/status.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/status.js)_ +_See code: [src/commands/status.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/status.js)_ ## `qrl-cli validate ADDRESS` @@ -460,7 +460,7 @@ DESCRIPTION when passed a QRL address in hexstring (preceded by 'Q'), will return details about the addresses validity. ``` -_See code: [src/commands/validate.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/validate.js)_ +_See code: [src/commands/validate.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/validate.js)_ ## `qrl-cli verify ADDRESS ITEM_PER_PAGE PAGE_NUMBER` @@ -481,5 +481,5 @@ OPTIONS -t, --testnet queries testnet for the OTS state ``` -_See code: [src/commands/verify.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/verify.js)_ +_See code: [src/commands/verify.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/verify.js)_ diff --git a/package.json b/package.json index dad76be..678b0d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@theqrl/cli", "description": "QRL CLI functions", - "version": "1.7.0", + "version": "1.7.1", "author": "JP Lomas , The QRL Foundation", "bin": { "qrl-cli": "./bin/run" @@ -13,7 +13,7 @@ "@oclif/command": "^1", "@oclif/config": "^1", "@oclif/plugin-help": "^2", - "@theqrl/explorer-helpers": "^0.2.5", + "@theqrl/explorer-helpers": "^2.0.0", "@theqrl/qrl-proto-sha256": "^2.0.3", "@theqrl/validate-qrl-address": "^1.1.0", "acorn": "^7.2.0",