Compare commits

...

2 Commits

Author SHA1 Message Date
Denis Angell
036312d361 Publish
- @transia/ripple-binary-codec@1.4.6-alpha.8
 - @transia/xrpl@2.7.3-alpha.24
2024-01-27 18:19:08 +01:00
Denis Angell
3467680506 Update definitions.json 2024-01-27 18:18:29 +01:00
3 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@transia/ripple-binary-codec",
"version": "1.4.6-alpha.7",
"version": "1.4.6-alpha.8",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",

View File

@@ -141,40 +141,40 @@
[
"LedgerEntry",
{
"nth": 257,
"nth": 1,
"isVLEncoded": false,
"isSerialized": false,
"isSigningField": false,
"isSigningField": true,
"type": "LedgerEntry"
}
],
[
"Transaction",
{
"nth": 257,
"nth": 1,
"isVLEncoded": false,
"isSerialized": false,
"isSigningField": false,
"isSigningField": true,
"type": "Transaction"
}
],
[
"Validation",
{
"nth": 257,
"nth": 1,
"isVLEncoded": false,
"isSerialized": false,
"isSigningField": false,
"isSigningField": true,
"type": "Validation"
}
],
[
"Metadata",
{
"nth": 257,
"nth": 1,
"isVLEncoded": false,
"isSerialized": false,
"isSigningField": false,
"isSerialized": true,
"isSigningField": true,
"type": "Metadata"
}
],

View File

@@ -1,6 +1,6 @@
{
"name": "@transia/xrpl",
"version": "2.7.3-alpha.23",
"version": "2.7.3-alpha.24",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -23,7 +23,7 @@
},
"dependencies": {
"@transia/ripple-address-codec": "^4.2.8-alpha.0",
"@transia/ripple-binary-codec": "^1.4.6-alpha.7",
"@transia/ripple-binary-codec": "^1.4.6-alpha.8",
"@transia/ripple-keypairs": "^1.1.8-alpha.0",
"bignumber.js": "^9.0.0",
"bip32": "^2.0.6",