Lerna changes (#1968)

This commit is contained in:
Jackson Mills
2022-04-19 10:16:39 -07:00
committed by GitHub
parent 9d94f4a8ab
commit 8ab4240f02
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "1.3.2",
"version": "1.4.0",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.1.1",
"version": "2.2.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -25,7 +25,7 @@
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.2.3",
"ripple-binary-codec": "^1.3.0",
"ripple-binary-codec": "^1.4.0",
"ripple-keypairs": "^1.1.3",
"ws": "^8.2.2"
},