reset version

This commit is contained in:
Denis Angell
2023-05-29 17:01:12 +00:00
parent baae6b9a9a
commit c167b3a22d
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@transia/ripple-address-codec", "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", "description": "encodes/decodes base58 encoded XRP Ledger identifiers",
"files": [ "files": [
"dist/*", "dist/*",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@transia/ripple-binary-codec", "name": "@transia/ripple-binary-codec",
"version": "1.4.5-alpha.0", "version": "1.4.5-alpha.1",
"description": "XRP Ledger binary codec", "description": "XRP Ledger binary codec",
"files": [ "files": [
"dist/*", "dist/*",
@@ -12,7 +12,7 @@
"test": "test" "test": "test"
}, },
"dependencies": { "dependencies": {
"@transia/ripple-address-codec": "^4.2.7-alpha.0", "@transia/ripple-address-codec": "^4.2.7-alpha.1",
"assert": "^2.0.0", "assert": "^2.0.0",
"big-integer": "^1.6.48", "big-integer": "^1.6.48",
"buffer": "5.6.0", "buffer": "5.6.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@transia/ripple-keypairs", "name": "@transia/ripple-keypairs",
"version": "1.1.7-alpha.0", "version": "1.1.7-alpha.1",
"description": "Cryptographic key pairs for the XRP Ledger", "description": "Cryptographic key pairs for the XRP Ledger",
"scripts": { "scripts": {
"build": "tsc -b", "build": "tsc -b",
@@ -17,7 +17,7 @@
"test": "test" "test": "test"
}, },
"dependencies": { "dependencies": {
"@transia/ripple-address-codec": "^4.2.7-alpha.0", "@transia/ripple-address-codec": "^4.2.7-alpha.1",
"bn.js": "^5.1.1", "bn.js": "^5.1.1",
"brorand": "^1.0.5", "brorand": "^1.0.5",
"elliptic": "^6.5.4", "elliptic": "^6.5.4",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@transia/xrpl", "name": "@transia/xrpl",
"version": "2.7.2-alpha.0", "version": "2.7.2-alpha.1",
"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",
"files": [ "files": [
@@ -22,9 +22,9 @@
"https-proxy-agent": false "https-proxy-agent": false
}, },
"dependencies": { "dependencies": {
"@transia/ripple-address-codec": "^4.2.7-alpha.0", "@transia/ripple-address-codec": "^4.2.7-alpha.1",
"@transia/ripple-binary-codec": "^1.4.5-alpha.0", "@transia/ripple-binary-codec": "^1.4.5-alpha.1",
"@transia/ripple-keypairs": "^1.1.7-alpha.0", "@transia/ripple-keypairs": "^1.1.7-alpha.1",
"bignumber.js": "^9.0.0", "bignumber.js": "^9.0.0",
"bip32": "^2.0.6", "bip32": "^2.0.6",
"bip39": "^3.0.4", "bip39": "^3.0.4",