cut v4.0.1

This commit is contained in:
Denis Angell
2025-10-02 19:09:24 +02:00
parent 5ec5ad8e1e
commit b5f15ac075
3 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "xahau-binary-codec",
"version": "2.1.0",
"version": "2.1.1",
"description": "XAH Ledger binary codec",
"files": [
"dist/*",

View File

@@ -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": {