From b5f15ac075c1c68568d22839e15c21a4f294f5ee Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Thu, 2 Oct 2025 19:09:24 +0200 Subject: [PATCH] cut v4.0.1 --- package-lock.json | 6 +++--- packages/xahau-binary-codec/package.json | 2 +- packages/xahau/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d18c2f3..cdd666b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14746,7 +14746,7 @@ } }, "packages/xahau": { - "version": "4.0.0", + "version": "4.0.1", "license": "ISC", "dependencies": { "@scure/bip32": "^1.3.1", @@ -14756,7 +14756,7 @@ "bignumber.js": "^9.0.0", "eventemitter3": "^5.0.1", "xahau-address-codec": "^5.0.0", - "xahau-binary-codec": "^2.1.0", + "xahau-binary-codec": "^2.1.1", "xahau-keypairs": "^2.0.0" }, "devDependencies": { @@ -14789,7 +14789,7 @@ } }, "packages/xahau-binary-codec": { - "version": "2.1.0", + "version": "2.1.1", "license": "ISC", "dependencies": { "@xrplf/isomorphic": "^1.0.1", diff --git a/packages/xahau-binary-codec/package.json b/packages/xahau-binary-codec/package.json index c91076c1..52e8834f 100644 --- a/packages/xahau-binary-codec/package.json +++ b/packages/xahau-binary-codec/package.json @@ -1,6 +1,6 @@ { "name": "xahau-binary-codec", - "version": "2.1.0", + "version": "2.1.1", "description": "XAH Ledger binary codec", "files": [ "dist/*", diff --git a/packages/xahau/package.json b/packages/xahau/package.json index 858340aa..f33b886d 100644 --- a/packages/xahau/package.json +++ b/packages/xahau/package.json @@ -1,6 +1,6 @@ { "name": "xahau", - "version": "4.0.0", + "version": "4.0.1", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XAH Ledger in Node.js and the browser", "files": [ @@ -29,7 +29,7 @@ "bignumber.js": "^9.0.0", "eventemitter3": "^5.0.1", "xahau-address-codec": "^5.0.0", - "xahau-binary-codec": "^2.1.0", + "xahau-binary-codec": "^2.1.1", "xahau-keypairs": "^2.0.0" }, "devDependencies": {