- @transia/ripple-address-codec@4.2.6-alpha.0
 - @transia/ripple-binary-codec@1.4.4-alpha.0
 - @transia/ripple-keypairs@1.1.6-alpha.0
 - @transia/xrpl@2.7.1-alpha.0
This commit is contained in:
Denis Angell
2023-03-28 20:41:46 +00:00
parent a2576ab74a
commit 05bea18d66
6 changed files with 300 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "ripple-address-codec",
"version": "4.2.5",
"version": "4.2.6-alpha.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ripple-address-codec",
"version": "4.2.4",
"version": "4.2.6-alpha.0",
"license": "ISC",
"dependencies": {
"base-x": "^3.0.9",

View File

@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.2.5",
"version": "4.2.6-alpha.0",
"description": "encodes/decodes base58 encoded XRP Ledger identifiers",
"files": [
"dist/*",

View File

@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.4.3",
"version": "1.4.4-alpha.0",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",

View File

@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.5",
"version": "1.1.6-alpha.0",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc -b",

View File

@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.7.0",
"version": "2.7.1-alpha.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [