release: 3.0.0-beta.0 (#2533)

This commit is contained in:
Caleb Kniffen
2023-10-19 14:52:01 -05:00
parent 294509cf79
commit c5fc25efc2
350 changed files with 8008 additions and 9798 deletions

View File

@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## Unreleased
## 3.0.0 Beta 1 (2023-10-19)
### Breaking Changes
* Bump typescript to 5.x
* Remove Node 14 support

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.14.1",
"version": "3.0.0-beta.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -24,15 +24,14 @@
"dependencies": {
"@scure/bip32": "^1.3.1",
"@scure/bip39": "^1.2.1",
"@xrplf/isomorphic": "1.0.0",
"@xrplf/secret-numbers": "^1.0.0",
"@xrplf/isomorphic": "^1.0.0-beta.0",
"@xrplf/secret-numbers": "^1.0.0-beta.0",
"bignumber.js": "^9.0.0",
"cross-fetch": "^4.0.0",
"eventemitter3": "^5.0.1",
"ripple-address-codec": "^4.3.1",
"ripple-binary-codec": "^1.11.0",
"ripple-keypairs": "^1.3.1",
"ws": "^8.2.2"
"ripple-address-codec": "^5.0.0-beta.0",
"ripple-binary-codec": "^2.0.0-beta.0",
"ripple-keypairs": "^2.0.0-beta.0"
},
"devDependencies": {
"@types/node": "^16.18.38",
@@ -43,8 +42,8 @@
"karma-jasmine": "^5.1.0",
"karma-webpack": "^5.0.0",
"lodash": "^4.17.4",
"run-s": "^0.0.0",
"react": "^18.2.0",
"run-s": "^0.0.0",
"typedoc": "0.25.0",
"ws": "^8.14.2"
},