release: Update package.json files (#2425)

Update package.json files
This commit is contained in:
Jackson Mills
2023-08-07 14:50:14 -07:00
committed by GitHub
parent c4097935a9
commit 002ec77218
3 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@@ -16257,7 +16257,7 @@
}
},
"packages/ripple-binary-codec": {
"version": "1.7.1",
"version": "1.8.0",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
@@ -16286,7 +16286,7 @@
}
},
"packages/xrpl": {
"version": "2.9.1",
"version": "2.10.0",
"license": "ISC",
"dependencies": {
"bignumber.js": "^9.0.0",
@@ -16295,7 +16295,7 @@
"https-proxy-agent": "^5.0.0",
"lodash": "^4.17.4",
"ripple-address-codec": "^4.3.0",
"ripple-binary-codec": "^1.7.1",
"ripple-binary-codec": "^1.8.0",
"ripple-keypairs": "^1.3.0",
"ws": "^8.2.2"
},
@@ -29006,7 +29006,7 @@
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^18.2.0",
"ripple-address-codec": "^4.3.0",
"ripple-binary-codec": "^1.7.1",
"ripple-binary-codec": "^1.8.0",
"ripple-keypairs": "^1.3.0",
"typedoc": "^0.24.6",
"ws": "^8.2.2"

View File

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

View File

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