From 515bf2d00de92c6540c82a91b7e780fddf80d41f Mon Sep 17 00:00:00 2001 From: Andrei Bancioiu Date: Mon, 11 Apr 2022 16:33:50 +0300 Subject: [PATCH] Prepare pre-release. --- package-lock.json | 4 ++-- package.json | 2 +- src/balance.ts | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c70267c7..c2a043fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@elrondnetwork/erdjs", - "version": "10.0.0-alpha.5", + "version": "10.0.1-beta.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@elrondnetwork/erdjs", - "version": "10.0.0-alpha.5", + "version": "10.0.1-beta.0", "license": "GPL-3.0-or-later", "dependencies": { "@elrondnetwork/transaction-decoder": "0.1.0", diff --git a/package.json b/package.json index a237c42d..ab7132f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elrondnetwork/erdjs", - "version": "10.0.0-alpha.5", + "version": "10.0.1-beta.0", "description": "Smart Contracts interaction framework", "main": "out/index.js", "types": "out/index.d.js", diff --git a/src/balance.ts b/src/balance.ts index 2797bf76..2efd50c8 100644 --- a/src/balance.ts +++ b/src/balance.ts @@ -100,6 +100,7 @@ export class Balance { } // TODO: We should not keep a property of a token instance (its nonce) here, in the "Tokens" (still called "Balance") class. + // however, "tokenIdentifier" and "decimals" still have to be available. getNonce(): BigNumber { return this.nonce; }