mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
reset version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@transia/ripple-address-codec",
|
||||
"version": "4.2.7-alpha.0",
|
||||
"version": "4.2.7-alpha.1",
|
||||
"description": "encodes/decodes base58 encoded XRP Ledger identifiers",
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@transia/ripple-binary-codec",
|
||||
"version": "1.4.5-alpha.0",
|
||||
"version": "1.4.5-alpha.1",
|
||||
"description": "XRP Ledger binary codec",
|
||||
"files": [
|
||||
"dist/*",
|
||||
@@ -12,7 +12,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@transia/ripple-address-codec": "^4.2.7-alpha.0",
|
||||
"@transia/ripple-address-codec": "^4.2.7-alpha.1",
|
||||
"assert": "^2.0.0",
|
||||
"big-integer": "^1.6.48",
|
||||
"buffer": "5.6.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@transia/ripple-keypairs",
|
||||
"version": "1.1.7-alpha.0",
|
||||
"version": "1.1.7-alpha.1",
|
||||
"description": "Cryptographic key pairs for the XRP Ledger",
|
||||
"scripts": {
|
||||
"build": "tsc -b",
|
||||
@@ -17,7 +17,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@transia/ripple-address-codec": "^4.2.7-alpha.0",
|
||||
"@transia/ripple-address-codec": "^4.2.7-alpha.1",
|
||||
"bn.js": "^5.1.1",
|
||||
"brorand": "^1.0.5",
|
||||
"elliptic": "^6.5.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@transia/xrpl",
|
||||
"version": "2.7.2-alpha.0",
|
||||
"version": "2.7.2-alpha.1",
|
||||
"license": "ISC",
|
||||
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
||||
"files": [
|
||||
@@ -22,9 +22,9 @@
|
||||
"https-proxy-agent": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@transia/ripple-address-codec": "^4.2.7-alpha.0",
|
||||
"@transia/ripple-binary-codec": "^1.4.5-alpha.0",
|
||||
"@transia/ripple-keypairs": "^1.1.7-alpha.0",
|
||||
"@transia/ripple-address-codec": "^4.2.7-alpha.1",
|
||||
"@transia/ripple-binary-codec": "^1.4.5-alpha.1",
|
||||
"@transia/ripple-keypairs": "^1.1.7-alpha.1",
|
||||
"bignumber.js": "^9.0.0",
|
||||
"bip32": "^2.0.6",
|
||||
"bip39": "^3.0.4",
|
||||
|
||||
Reference in New Issue
Block a user