Skip to content

Commit

Permalink
Bump tm2-js-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Sep 25, 2023
1 parent 76418b2 commit 7430b7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnolang/gno-js-client",
"version": "1.1.5",
"version": "1.1.6",
"description": "Gno JS / TS Client",
"main": "./bin/index.js",
"author": "Milos Zivkovic <[email protected]>",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@cosmjs/ledger-amino": "^0.31.0",
"@gnolang/tm2-js-client": "^1.1.3",
"@gnolang/tm2-js-client": "^1.1.4",
"long": "^5.2.3",
"protobufjs": "^7.2.3"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==

"@gnolang/tm2-js-client@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@gnolang/tm2-js-client/-/tm2-js-client-1.1.3.tgz#1cee982a114b3f79607df8c1f198b969846e4261"
integrity sha512-twX7jj9cklU9rnyTdNXYCLk4TfUTzNy5uRNtF/h5xympKLxaWmftAhZIGKvF+3PWDTzZ0wYwt2gWa7HGVe8yJw==
"@gnolang/tm2-js-client@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@gnolang/tm2-js-client/-/tm2-js-client-1.1.4.tgz#4cfdc667a256d27f3505bf4465cffd4530db19ab"
integrity sha512-nHBfc6cnxE4srdKWmdwS68ubizELzQnFzbtBnML51iOTke1Z46u+eX6sX25RXzpHXKaAIYNhk/Vps+xxm0XO9Q==
dependencies:
"@cosmjs/amino" "^0.31.0"
"@cosmjs/crypto" "^0.31.0"
Expand Down

0 comments on commit 7430b7e

Please sign in to comment.