Skip to content

Commit

Permalink
Update @gnolang/tm2-js-client
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Apr 29, 2024
1 parent 8519777 commit cb5d9ed
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.2.2",
"version": "1.2.3",
"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.32.0",
"@gnolang/tm2-js-client": "^1.1.7",
"@gnolang/tm2-js-client": "^1.2.0",
"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 @@ -566,10 +566,10 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==

"@gnolang/tm2-js-client@^1.1.7":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@gnolang/tm2-js-client/-/tm2-js-client-1.1.7.tgz#848754cfbe53397529e0e52b765c750a6e649191"
integrity sha512-Jryxbi5zXurNdgjwCQVyIScf/c9qtaPVKmT+7jE6mkAXWQtuePsRRvx/pLyUyGugV5lVBGTiyYC8Bu8uvGh9Yw==
"@gnolang/tm2-js-client@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@gnolang/tm2-js-client/-/tm2-js-client-1.2.0.tgz#cc8b4e038202cf2feaee688cef2888c9a983b01e"
integrity sha512-PjE2QT6tb1SGeY4lkT0MCh7S1aowJBj519NoaQWG9lK3VIYi4DbrVpuplg/e4RSb4b2g1Zo/6rWCtsLHdXT9Jg==
dependencies:
"@cosmjs/amino" "^0.32.0"
"@cosmjs/crypto" "^0.32.0"
Expand Down

0 comments on commit cb5d9ed

Please sign in to comment.