release: 2.13.0 and pin typedoc@0.25.0 (#2531)

`typedoc@0.25.1` has breaking changes if you aren not using
`typescript@^5.2`
This commit is contained in:
Caleb Kniffen
2023-10-18 11:11:07 -05:00
committed by GitHub
parent 8b78147945
commit 29c5a70ebc
336 changed files with 11062 additions and 9758 deletions

View File

@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## Unreleased
## 2.13.0 (2023-10-18)
### Fixed
* Allow flag maps when submitting `NFTokenMint` and `NFTokenCreateOffer` transactions like others with flags
* Add pseudo transaction types to `tx` and `ledger` method responses.
@@ -12,13 +14,11 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
* Transaction fields that represent an address no longer allow an empty string (`''`). If you want to specify [ACCOUNT_ZERO](https://xrpl.org/addresses.html#special-addresses), you can specify `rrrrrrrrrrrrrrrrrrrrrhoLvTp`. ⚠️ **WARNING:** `rrrrrrrrrrrrrrrrrrrrrhoLvTp` is a black hole address, with no corresponding private key. Accounts/funds controlled by this address are not accessible.
* Invalid addresses on a transaction now throws a `ValidationError` when submitting a transaction instead of `Error('checksum_invalid')`
### Updated
### Changed
* Make `LedgerEntryResponse` a generic so it can be used like `LedgerEntryResponse<Escrow>`
* Clean up typing of `type` param and the response property `account_objects` of the `account_objects` request.
* Error messages for fields that equate to an address, `DestinationTag`, or `NFTokenID`. They will still be of type `ValidationError`.
* Add alias type of `Account` to improve intellisense for Transaction fields that equate to an address.
### Changed
* Removed sidechain-devnet faucet support as it is being moved to Devnet
## 2.12.0 (2023-09-27)

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "2.12.0",
"version": "2.13.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -47,7 +47,7 @@
"karma-webpack": "^5.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^18.2.0",
"typedoc": "^0.25.0"
"typedoc": "0.25.0"
},
"resolutions": {
"elliptic": "^6.5.4"