Compare commits

...

1 Commits

Author SHA1 Message Date
tequ
c9a22ffa23 4.1.0-alpha.0 (#69) 2026-06-19 22:47:26 +09:00
3 changed files with 6 additions and 6 deletions

6
package-lock.json generated
View File

@@ -16048,7 +16048,7 @@
}
},
"packages/xahau": {
"version": "4.0.4",
"version": "4.1.0-alpha.0",
"license": "ISC",
"dependencies": {
"@scure/bip32": "^1.3.1",
@@ -16058,7 +16058,7 @@
"bignumber.js": "^9.0.0",
"eventemitter3": "^5.0.1",
"xahau-address-codec": "^5.0.0",
"xahau-binary-codec": "^2.1.3",
"xahau-binary-codec": "^2.2.0-alpha.0",
"xahau-keypairs": "^2.0.0"
},
"devDependencies": {
@@ -16091,7 +16091,7 @@
}
},
"packages/xahau-binary-codec": {
"version": "2.1.3",
"version": "2.2.0-alpha.0",
"license": "ISC",
"dependencies": {
"@xrplf/isomorphic": "^1.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "xahau-binary-codec",
"version": "2.1.3",
"version": "2.2.0-alpha.0",
"description": "Xahau Network binary codec",
"files": [
"dist/*",

View File

@@ -1,6 +1,6 @@
{
"name": "xahau",
"version": "4.0.4",
"version": "4.1.0-alpha.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the Xahau Network 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.3",
"xahau-binary-codec": "^2.2.0-alpha.0",
"xahau-keypairs": "^2.0.0"
},
"devDependencies": {