Release 1.6.3-beta.1 (#1195)

* Update ripple-keypairs and fix types
This commit is contained in:
Elliot Lee
2020-02-02 15:14:44 -08:00
committed by GitHub
parent 59ec56db4c
commit 6b40e4fe9d
5 changed files with 28 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-lib",
"version": "1.6.2",
"version": "1.6.3-beta.1",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -29,7 +29,7 @@
"lodash.isequal": "^4.5.0",
"ripple-address-codec": "^4.0.0",
"ripple-binary-codec": "^0.2.5",
"ripple-keypairs": "^0.11.0",
"ripple-keypairs": "^1.0.0-beta.6",
"ripple-lib-transactionparser": "0.8.2",
"ws": "^7.2.0"
},