From d842e4a87fb1fee0e28b153d1a0987acdb2814dd Mon Sep 17 00:00:00 2001 From: GTO90 Date: Sun, 16 Oct 2022 12:09:09 -0500 Subject: [PATCH] chore: Updated rosetta-node-sdk-client dependency to the release v1.4.1 Signed-off-by: GTO90 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba968d1..064c9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "nyc": "^15.1.0", "ono": "^5.0.1", "openapi-sampler": "^1.0.0-beta.15", - "rosetta-node-sdk-client": "git+https://github.com/DigiByte-Core/rosetta-node-sdk-client.git#1.4.1", + "rosetta-node-sdk-client": "git+https://github.com/DigiByte-Core/rosetta-node-sdk-client.git#v1.4.1", "superagent": "3.7.0", "swagger-ui-express": "^4.0.2", "winston": "^3.2.1" @@ -4685,8 +4685,8 @@ } }, "node_modules/rosetta-node-sdk-client": { - "version": "1.3.1", - "resolved": "git+ssh://git@github.com/DigiByte-Core/rosetta-node-sdk-client.git#7d9943f43e621a878650b543a5ff6b0674d00325", + "version": "1.4.1", + "resolved": "git+ssh://git@github.com/DigiByte-Core/rosetta-node-sdk-client.git#2398c53cafe08972fedb94b8aa40073c324583b0", "license": "MIT", "dependencies": { "@babel/cli": "^7.0.0", @@ -9300,8 +9300,8 @@ } }, "rosetta-node-sdk-client": { - "version": "git+ssh://git@github.com/DigiByte-Core/rosetta-node-sdk-client.git#7d9943f43e621a878650b543a5ff6b0674d00325", - "from": "rosetta-node-sdk-client@git+https://github.com/DigiByte-Core/rosetta-node-sdk-client.git#1.4.1", + "version": "git+ssh://git@github.com/DigiByte-Core/rosetta-node-sdk-client.git#2398c53cafe08972fedb94b8aa40073c324583b0", + "from": "rosetta-node-sdk-client@git+https://github.com/DigiByte-Core/rosetta-node-sdk-client.git#v1.4.1", "requires": { "@babel/cli": "^7.0.0", "superagent": "3.7.0" diff --git a/package.json b/package.json index 26deb26..9797520 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "nyc": "^15.1.0", "ono": "^5.0.1", "openapi-sampler": "^1.0.0-beta.15", - "rosetta-node-sdk-client": "git+https://github.com/DigiByte-Core/rosetta-node-sdk-client.git#1.4.1", + "rosetta-node-sdk-client": "git+https://github.com/DigiByte-Core/rosetta-node-sdk-client.git#v1.4.1", "superagent": "3.7.0", "swagger-ui-express": "^4.0.2", "winston": "^3.2.1"