From f3c0ae8c34155169197dfa914a0085ff8ef39f3a Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 7 Dec 2023 22:15:04 +0000 Subject: [PATCH] Use SDK 0.1.10 (#44) Reviewed-on: https://git.vdb.to/cerc-io/laconic-registry-cli/pulls/44 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8e29830..c254850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/laconic-registry-cli", - "version": "0.1.3", + "version": "0.1.4", "main": "index.js", "repository": "git@github.com:cerc-io/laconic-registry-cli.git", "author": "", @@ -15,7 +15,7 @@ }, "dependencies": { "fs-extra": "^10.1.0", - "@cerc-io/laconic-sdk": "0.1.9", + "@cerc-io/laconic-sdk": "^0.1.10", "js-yaml": "^3.14.1", "lodash": "^4.17.21", "lodash-clean": "^2.2.3", diff --git a/yarn.lock b/yarn.lock index 575647f..8e66cab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@cerc-io/laconic-sdk@0.1.9": - version "0.1.9" - resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Flaconic-sdk/-/0.1.9/laconic-sdk-0.1.9.tgz#cf11d20a22c75fd61126640824d27d687f925151" - integrity sha512-LlOBZ39cYalvu9YZBpf5KUkgJJDlsuUhAaBReedwVV5O7zwy+3zRaM4HkX+3saG3a4qR8VfYWEeS5GqF9b6Ixw== +"@cerc-io/laconic-sdk@^0.1.10": + version "0.1.10" + resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Flaconic-sdk/-/0.1.10/laconic-sdk-0.1.10.tgz#e706f3ad980df1e27c28dc1729d207b1419c6311" + integrity sha512-vS7WxTpSa7x+uraW920DJV/7MSHxPBKtOFUWg4nj+6r2llx2pCGiVa/FoPQsvLfAPKRy2Uju/I12EhvTYKXqfg== dependencies: "@cosmjs/amino" "^0.28.1" "@cosmjs/crypto" "^0.28.1"