Release xrpl packages (#2028)

* update package and package-lock json

* update HISTORY files
This commit is contained in:
Omar Khan
2022-06-27 21:11:07 -04:00
committed by GitHub
parent 9ff9fc7767
commit aff6988f09
6 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.3.0",
"version": "2.3.1",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -27,7 +27,7 @@
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.2.4",
"ripple-binary-codec": "^1.4.1",
"ripple-binary-codec": "^1.4.2",
"ripple-keypairs": "^1.1.4",
"ws": "^8.2.2"
},