mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
release: 3.0.0-beta.0 (#2533)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# ripple-address-codec
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 5.0.0 Beta 1
|
||||
|
||||
### Breaking Changes
|
||||
* Bump typescript to 5.x
|
||||
* Remove Node 14 support
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-address-codec",
|
||||
"version": "4.3.1",
|
||||
"version": "5.0.0-beta.0",
|
||||
"description": "encodes/decodes base58 encoded XRP Ledger identifiers",
|
||||
"files": [
|
||||
"dist/*",
|
||||
@@ -10,7 +10,7 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@xrplf/isomorphic": "1.0.0",
|
||||
"@xrplf/isomorphic": "^1.0.0-beta.0",
|
||||
"base-x": "^3.0.9"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user