mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
release: 3.0.0-beta.0 (#2533)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user