From db7001a41709200766ddb7f69e13f9d739cf1c6e Mon Sep 17 00:00:00 2001 From: Aryeh Harris Date: Wed, 18 Oct 2023 21:19:05 -0400 Subject: [PATCH] getTez: Bump version + update readme --- getTez/README.md | 2 +- getTez/package-lock.json | 4 ++-- getTez/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/getTez/README.md b/getTez/README.md index bd5f947..a2ad3d6 100644 --- a/getTez/README.md +++ b/getTez/README.md @@ -26,7 +26,7 @@ import getTez from "@oxheadalpha/get-tez" You can then use the `getTez` function to interact with the Tezos faucet. The function takes an object as an argument, with the following properties: -- `address`: The address to send Tez to. +- `address`: The address to send Tez to. This can be a raw Tezos public key hash or a local address's alias. - `amount`: The amount of Tez to request. - `network`: The faucet's network name. Must match a network name with a faucet listed at https://teztnets.xyz. Ignored if `faucetUrl` is set. - `faucetUrl`: The custom faucet URL. Ignores `network`. diff --git a/getTez/package-lock.json b/getTez/package-lock.json index f5c4e9f..99c6460 100644 --- a/getTez/package-lock.json +++ b/getTez/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oxheadalpha/get-tez", - "version": "1.0.4", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@oxheadalpha/get-tez", - "version": "1.0.4", + "version": "1.0.6", "license": "MIT", "bin": { "get-tez": "dist/getTez.js" diff --git a/getTez/package.json b/getTez/package.json index 266be36..9bddf1c 100644 --- a/getTez/package.json +++ b/getTez/package.json @@ -1,6 +1,6 @@ { "name": "@oxheadalpha/get-tez", - "version": "1.0.4", + "version": "1.0.6", "description": "Programmatic script to get Tezos from faucet", "main": "dist/getTez.js", "bin": {