From 1074c00b6045abaf3468f48157de94ee4da15787 Mon Sep 17 00:00:00 2001 From: Le Zhang Date: Sat, 16 Nov 2019 01:05:48 -0800 Subject: [PATCH 1/2] Bump ripple-lib-transactionparser to 0.8.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e1cd366a..56c58034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "1.4.2", + "version": "1.4.3", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser", "files": [ @@ -27,7 +27,7 @@ "ripple-address-codec": "^4.0.0", "ripple-binary-codec": "^0.2.4", "ripple-keypairs": "^0.11.0", - "ripple-lib-transactionparser": "0.8.0", + "ripple-lib-transactionparser": "0.8.1", "ws": "^7.2.0" }, "devDependencies": { From a2348b5133df3129759c210671264e9a819cfc5a Mon Sep 17 00:00:00 2001 From: FKSRipple <56697533+FKSRipple@users.noreply.github.com> Date: Mon, 18 Nov 2019 00:01:18 -0800 Subject: [PATCH 2/2] revert package version change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56c58034..f5d9ee43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "1.4.3", + "version": "1.4.2", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser", "files": [