mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Update packages (#1990)
This commit is contained in:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -4,6 +4,7 @@
|
|||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
|
"name": "xrpl.js",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
@@ -16686,7 +16687,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/ripple-keypairs": {
|
"packages/ripple-keypairs": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"integrity": "sha512-Zlmbtn2YUpW4uKlLm2/tpkY5RC/EXQlkJwIIKp0AoF9D23pJ43/EuipNW2F6qURdbkUezDwB0bMV7uRXip3x2w==",
|
"integrity": "sha512-Zlmbtn2YUpW4uKlLm2/tpkY5RC/EXQlkJwIIKp0AoF9D23pJ43/EuipNW2F6qURdbkUezDwB0bMV7uRXip3x2w==",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -16701,7 +16702,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/xrpl": {
|
"packages/xrpl": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"integrity": "sha512-NmrSYpXym7NzGABeXU1H8g4ZtCxRhr/3wu0lguxzcIYpcKPgWLYimg+s9NLLNbPWTZdxXu9SeSWu5zh4gyqAeA==",
|
"integrity": "sha512-NmrSYpXym7NzGABeXU1H8g4ZtCxRhr/3wu0lguxzcIYpcKPgWLYimg+s9NLLNbPWTZdxXu9SeSWu5zh4gyqAeA==",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -16712,7 +16713,7 @@
|
|||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"ripple-address-codec": "^4.2.4",
|
"ripple-address-codec": "^4.2.4",
|
||||||
"ripple-binary-codec": "^1.4.0",
|
"ripple-binary-codec": "^1.4.0",
|
||||||
"ripple-keypairs": "^1.1.3",
|
"ripple-keypairs": "^1.1.4",
|
||||||
"ws": "^8.2.2"
|
"ws": "^8.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -29351,7 +29352,7 @@
|
|||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"ripple-address-codec": "^4.2.4",
|
"ripple-address-codec": "^4.2.4",
|
||||||
"ripple-binary-codec": "^1.4.0",
|
"ripple-binary-codec": "^1.4.0",
|
||||||
"ripple-keypairs": "^1.1.3",
|
"ripple-keypairs": "^1.1.4",
|
||||||
"ws": "^8.2.2",
|
"ws": "^8.2.2",
|
||||||
"xrpl-local": "file:src"
|
"xrpl-local": "file:src"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-keypairs",
|
"name": "ripple-keypairs",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"description": "Cryptographic key pairs for the XRP Ledger",
|
"description": "Cryptographic key pairs for the XRP Ledger",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -b",
|
"build": "tsc -b",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xrpl",
|
"name": "xrpl",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"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": [
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"ripple-address-codec": "^4.2.4",
|
"ripple-address-codec": "^4.2.4",
|
||||||
"ripple-binary-codec": "^1.4.0",
|
"ripple-binary-codec": "^1.4.0",
|
||||||
"ripple-keypairs": "^1.1.3",
|
"ripple-keypairs": "^1.1.4",
|
||||||
"ws": "^8.2.2"
|
"ws": "^8.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user