mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
package.json public access
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"name": "@transia/ripple-binary-codec",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.3",
|
||||
"description": "XRP Ledger binary codec",
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"name": "@transia/ripple-keypairs",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.1.5",
|
||||
"description": "Cryptographic key pairs for the XRP Ledger",
|
||||
"scripts": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user