Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/ripple-binary-codec/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.5.0 (2025-07-29)

### Added
* Support for `Single Asset Vault` (XLS-65)
* Adds new `STNumber` serialization type.
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-binary-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "2.4.1",
"version": "2.5.0",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",
Expand Down
2 changes: 2 additions & 0 deletions packages/secret-numbers/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr

## Unreleased

## 2.0.0 (2025-07-29)

### BREAKING CHANGES:
* Renamed `build/xrplf-secret-numbers-latest.min.js` to `build/xrplf-secret-numbers-latest-min.js`.

Expand Down
2 changes: 1 addition & 1 deletion packages/secret-numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xrplf/secret-numbers",
"version": "1.0.0",
"version": "2.0.0",
"description": "Generate XRPL Accounts with a number-based secret: 8 chunks of 6 digits",
"main": "dist/index.js",
"unpkg": "build/xrplf-secret-numbers-latest-min.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/xrpl/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr

## Unreleased

## 4.4.0 (2025-07-29)

### Added
* Support for `PermissionedDEX` (XLS-81d)
* Support for `Token Escrow` (XLS-85)
Expand Down
6 changes: 3 additions & 3 deletions packages/xrpl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "4.3.0",
"version": "4.4.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
Expand All @@ -25,11 +25,11 @@
"@scure/bip32": "^1.3.1",
"@scure/bip39": "^1.2.1",
"@xrplf/isomorphic": "^1.0.1",
"@xrplf/secret-numbers": "^1.0.0",
"@xrplf/secret-numbers": "^2.0.0",
"bignumber.js": "^9.0.0",
"eventemitter3": "^5.0.1",
"ripple-address-codec": "^5.0.0",
"ripple-binary-codec": "^2.4.1",
"ripple-binary-codec": "^2.5.0",
"ripple-keypairs": "^2.0.0"
},
"devDependencies": {
Expand Down
Loading