mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-15 18:15:49 +00:00
4.1.0 release (#2851)
* update HISTORY * update package-lock * update ripple-binary-codec HISTORY * update release dates * update release dates * update HISTORY files
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -14896,7 +14896,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/ripple-binary-codec": {
|
"packages/ripple-binary-codec": {
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xrplf/isomorphic": "^1.0.1",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
@@ -14929,7 +14929,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/xrpl": {
|
"packages/xrpl": {
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scure/bip32": "^1.3.1",
|
"@scure/bip32": "^1.3.1",
|
||||||
@@ -14939,7 +14939,7 @@
|
|||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"ripple-address-codec": "^5.0.0",
|
"ripple-address-codec": "^5.0.0",
|
||||||
"ripple-binary-codec": "^2.1.0",
|
"ripple-binary-codec": "^2.2.0",
|
||||||
"ripple-keypairs": "^2.0.0"
|
"ripple-keypairs": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 2.2.0 (2024-12-23)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Support for the Multi-Purpose Token amendment (XLS-33)
|
* Support for the Multi-Purpose Token amendment (XLS-33)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-binary-codec",
|
"name": "ripple-binary-codec",
|
||||||
"version": "2.1.0",
|
"version": "2.2.0",
|
||||||
"description": "XRP Ledger binary codec",
|
"description": "XRP Ledger binary codec",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
|
|||||||
|
|
||||||
## Unreleased Changes
|
## Unreleased Changes
|
||||||
|
|
||||||
|
## 4.1.0 (2024-12-23)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added new MPT transaction definitions (XLS-33)
|
* Added new MPT transaction definitions (XLS-33)
|
||||||
* New `MPTAmount` type support for `Payment` and `Clawback` transactions
|
* New `MPTAmount` type support for `Payment` and `Clawback` transactions
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xrpl",
|
"name": "xrpl",
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
||||||
"files": [
|
"files": [
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"ripple-address-codec": "^5.0.0",
|
"ripple-address-codec": "^5.0.0",
|
||||||
"ripple-binary-codec": "^2.1.0",
|
"ripple-binary-codec": "^2.2.0",
|
||||||
"ripple-keypairs": "^2.0.0"
|
"ripple-keypairs": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user