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", "name": "@transia/ripple-address-codec",
"publishConfig": {
"access": "public"
},
"version": "4.2.5", "version": "4.2.5",
"description": "encodes/decodes base58 encoded XRP Ledger identifiers", "description": "encodes/decodes base58 encoded XRP Ledger identifiers",
"files": [ "files": [

View File

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

View File

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

View File

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