Release 1.8.1 (#1313)

* Update to ripple-binary-codec 1.0.2
This commit is contained in:
Elliot Lee
2020-09-25 14:08:20 -07:00
committed by GitHub
parent 2681e81d6b
commit a54655c0ff
3 changed files with 16 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-lib",
"version": "1.8.0",
"version": "1.8.1",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -28,7 +28,7 @@
"lodash": "^4.17.4",
"lodash.isequal": "^4.5.0",
"ripple-address-codec": "^4.1.1",
"ripple-binary-codec": "^0.2.5",
"ripple-binary-codec": "^1.0.2",
"ripple-keypairs": "^1.0.0",
"ripple-lib-transactionparser": "0.8.2",
"ws": "^7.2.0"