package.json public access

This commit is contained in:
Denis Angell
2023-03-28 20:41:00 +00:00
parent ef3f95475e
commit a2576ab74a
4 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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