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 24, 2023
1 parent 9bb9f8b commit 76418b2
Show file tree
Hide file tree
Showing 2 changed files with 18 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.4",
"version": "1.1.5",
"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.2",
"@gnolang/tm2-js-client": "^1.1.3",
"long": "^5.2.3",
"protobufjs": "^7.2.3"
}
Expand Down
20 changes: 16 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,17 +400,19 @@
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.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@gnolang/tm2-js-client/-/tm2-js-client-1.1.2.tgz#790fb9a1e09aa943726dcac0add8d3d494f0490f"
integrity sha512-LflU+V/SQxDr7ZKrEq1y4+ukeuYtAfubQTz5OJNelz+0nZJsr77igQsi46X83v1lxpun8lA0ZwzocRCt7L1TIQ==
"@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==
dependencies:
"@cosmjs/amino" "^0.31.0"
"@cosmjs/crypto" "^0.31.0"
"@cosmjs/ledger-amino" "^0.31.0"
"@types/uuid" "^9.0.4"
axios "^1.4.0"
long "^5.2.3"
protobufjs "^7.2.3"
uuid "^9.0.1"
ws "^8.13.0"

"@humanwhocodes/config-array@^0.11.10":
Expand Down Expand Up @@ -927,6 +929,11 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==

"@types/uuid@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.4.tgz#e884a59338da907bda8d2ed03e01c5c49d036f1c"
integrity sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==

"@types/yargs-parser@*":
version "21.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
Expand Down Expand Up @@ -3435,6 +3442,11 @@ util-deprecate@^1.0.1:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==

uuid@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==

v8-to-istanbul@^9.0.1:
version "9.1.0"
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz#1b83ed4e397f58c85c266a570fc2558b5feb9265"
Expand Down

0 comments on commit 76418b2

Please sign in to comment.