From f0e54ffa5393bce3702d904d433fb32f83089a51 Mon Sep 17 00:00:00 2001 From: apporc Date: Fri, 26 Apr 2024 15:46:54 +0800 Subject: [PATCH] Update protocol-scatter to 1.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e809d43..7e8e0aa 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepare": "make" }, "dependencies": { - "@wharfkit/protocol-scatter": "^1.1.0", + "@wharfkit/protocol-scatter": "^1.2.0", "tslib": "^2.1.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 6d9c5d3..7c14227 100644 --- a/yarn.lock +++ b/yarn.lock @@ -569,10 +569,10 @@ dependencies: tslib "^2.1.0" -"@wharfkit/protocol-scatter@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@wharfkit/protocol-scatter/-/protocol-scatter-1.1.0.tgz#f89f7f7efcf04811a000b9a2f58364b74417550f" - integrity sha512-31x6IZpwKnNu7V3ws5Fpq/cI3CW1Lw1j4SoNfToB/H2hEZFgv17N40MiVvf3qWsItD18qbToaCj3zag2JFX+4g== +"@wharfkit/protocol-scatter@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@wharfkit/protocol-scatter/-/protocol-scatter-1.2.0.tgz#7f74642e9b81c59e7b9034042e00f166e244bc6c" + integrity sha512-U9cLSGG5GHxuGTKQObWi1/PAGwlNc4ywOJAVdn9FoQqnU1cyD4ISAMKuiKC4LaKPrHcrArZZ/KsZnYHMuPs96Q== dependencies: eosjs "20.0.0" scatter-ts "^0.1.9"