update versions

This commit is contained in:
Denis Angell
2023-03-28 18:51:51 +00:00
parent 05f75b7316
commit cbbeebffa9
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@transia/ripple-address-codec",
"version": "4.2.5",
"version": "4.2.5-tbeta",
"description": "encodes/decodes base58 encoded XRP Ledger identifiers",
"files": [
"dist/*",

View File

@@ -1,6 +1,6 @@
{
"name": "@transia/ripple-binary-codec",
"version": "1.4.3",
"version": "1.4.3-tbeta",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",

View File

@@ -1,6 +1,6 @@
{
"name": "@transia/ripple-keypairs",
"version": "1.1.5",
"version": "1.1.5-tbeta",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc -b",

View File

@@ -1,6 +1,6 @@
{
"name": "@transia/xrpl",
"version": "2.7.0",
"version": "2.7.0-tbeta",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [