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

@@ -1,6 +1,9 @@
# ripple-keypairs Release History
## Unreleased
## 2.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": "ripple-keypairs",
"version": "1.3.1",
"version": "2.0.0-beta.0",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc -b",
@@ -19,8 +19,8 @@
},
"dependencies": {
"@noble/curves": "^1.0.0",
"@xrplf/isomorphic": "1.0.0",
"ripple-address-codec": "^4.3.1"
"@xrplf/isomorphic": "^1.0.0-beta.0",
"ripple-address-codec": "^5.0.0-beta.0"
},
"keywords": [
"ripple",