Update packages (#1990)

This commit is contained in:
Jackson Mills
2022-05-02 13:19:50 -07:00
committed by GitHub
parent 91403ec2fa
commit 6d3b2d3a9e
3 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.2.1",
"version": "2.2.2",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -26,7 +26,7 @@
"lodash": "^4.17.4",
"ripple-address-codec": "^4.2.4",
"ripple-binary-codec": "^1.4.0",
"ripple-keypairs": "^1.1.3",
"ripple-keypairs": "^1.1.4",
"ws": "^8.2.2"
},
"devDependencies": {