Skip to content

Commit

Permalink
various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 19, 2022
1 parent df4c4c5 commit a6d3dcb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyve/evm",
"version": "1.3.4",
"version": "1.3.5",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyve/core": "1.3.4",
"@kyve/core": "1.3.5",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
to-fast-properties "^2.0.0"

"@babel/types@^7.18.2":
version "7.18.8"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.8.tgz#c5af199951bf41ba4a6a9a6d0d8ad722b30cd42f"
integrity sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==
version "7.18.9"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
dependencies:
"@babel/helper-validator-identifier" "^7.18.6"
to-fast-properties "^2.0.0"
Expand Down Expand Up @@ -881,9 +881,10 @@
big-integer "^1.6.48"
utility-types "^3.10.0"

"@kyve/core@KYVENetwork/core#v1.3.4":
version "1.3.4"
resolved "https://codeload.github.com/KYVENetwork/core/tar.gz/fe210e963eb25b3a5cb0fee23e3b76dfb69d1a44"
"@kyve/core@1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.3.5.tgz#eee18ac180780402755c3ff0f5cc7b3b4815d306"
integrity sha512-8EbwMnmSnA22q67e9MSJ9Tlsqkx29xKVR8qRV6KN5NhXnrrwy8XMpKzqUcbv5pnTPhNsCzmjWVWmUvLlxJDCXQ==
dependencies:
"@cosmjs/proto-signing" "^0.27.1"
"@cosmjs/stargate" "^0.27.1"
Expand Down Expand Up @@ -1071,9 +1072,9 @@
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==

"@types/node@*", "@types/node@>=13.7.0":
version "18.0.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.5.tgz#96be8113b014e9e7f0c3609c4a25afadd85ff659"
integrity sha512-En7tneq+j0qAiVwysBD79y86MT3ModuoIJbe7JXp+sb5UAjInSShmK3nXXMioBzfF7rXC12hv12d4IyCVwN4dA==
version "18.0.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7"
integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==

"@types/node@10.12.18":
version "10.12.18"
Expand Down

0 comments on commit a6d3dcb

Please sign in to comment.