update repo name

This commit is contained in:
Denis Angell
2023-03-28 17:39:37 +00:00
parent 5429930c0d
commit 6f72189c13
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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