mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
release: xrpl@3.0.0-beta.1 and friends (#2592)
Release beta versions of all the packages and fix history file version numbers for first beta.
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 2.0.0 Beta 1 (2023-11-30)
|
||||
|
||||
### Breaking Changes
|
||||
* `Buffer` has been replaced with `UInt8Array` for both params and return values. `Buffer` may continue to work with params since they extend `UInt8Arrays`.
|
||||
|
||||
### Changes
|
||||
* Eliminates 4 runtime dependencies: `base-x`, `base64-js`, `buffer`, and `ieee754`.
|
||||
|
||||
## 2.0.0 Beta 1 (2023-10-19)
|
||||
## 2.0.0 Beta 0 (2023-10-19)
|
||||
|
||||
### Breaking Changes
|
||||
* Bump typescript to 5.x
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-keypairs",
|
||||
"version": "2.0.0-beta.0",
|
||||
"version": "2.0.0-beta.1",
|
||||
"description": "Cryptographic key pairs for the XRP Ledger",
|
||||
"scripts": {
|
||||
"build": "tsc --build tsconfig.build.json",
|
||||
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/curves": "^1.0.0",
|
||||
"@xrplf/isomorphic": "^1.0.0-beta.0",
|
||||
"ripple-address-codec": "^5.0.0-beta.0"
|
||||
"@xrplf/isomorphic": "^1.0.0-beta.1",
|
||||
"ripple-address-codec": "^5.0.0-beta.1"
|
||||
},
|
||||
"keywords": [
|
||||
"ripple",
|
||||
|
||||
Reference in New Issue
Block a user