Skip to content

Commit

Permalink
build(deps): bump @subql/types-cosmos from 3.2.1 to 3.2.2
Browse files Browse the repository at this point in the history
Bumps [@subql/types-cosmos](https://github.com/subquery/subql-cosmos) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/subquery/subql-cosmos/releases)
- [Commits](subquery/subql-cosmos@types-cosmos/3.2.1...types-cosmos/3.2.2)

---
updated-dependencies:
- dependency-name: "@subql/types-cosmos"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent fafd0af commit e2c1abf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@subql/types-cosmos": "3.2.1",
"@subql/types-cosmos": "3.2.2",
"@types/node": "^20.10.1",
"pino": "^8.16.2",
"ts-proto": "^1.165.0",
Expand Down
17 changes: 17 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3611,6 +3611,13 @@
dependencies:
package-json-type "^1.0.3"

"@subql/types-core@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@subql/types-core/-/types-core-0.4.0.tgz#56254b559ce357062f19aa22cf020a6477c231c0"
integrity sha512-SknwtffckOqLLaWUFOLZCLTRY/3PlwJLEZZMMW/xb0TQBCnixGS8njFWdk3kq+LqeGrnfhpIYS9HrPHsjfqsrQ==
dependencies:
package-json-type "^1.0.3"

"@subql/[email protected]":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@subql/types-cosmos/-/types-cosmos-3.2.1.tgz#1edc405bc4a984b4c9935e5a8febe18c1756447d"
Expand All @@ -3621,6 +3628,16 @@
"@cosmjs/stargate" "^0.30.1"
"@subql/types-core" "^0.3.0"

"@subql/[email protected]":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@subql/types-cosmos/-/types-cosmos-3.2.2.tgz#33539f60665f646e3c57fbc71b6e28246a934b2d"
integrity sha512-+XnxTSBiFFP97RgVFS94HlerfVfdKXz0omVizLlgHT2S961qRUDt+DaWuzUphv4NvvJJPdn5+5YXtRrrz5P1LA==
dependencies:
"@cosmjs/cosmwasm-stargate" "^0.30.1"
"@cosmjs/proto-signing" "^0.30.1"
"@cosmjs/stargate" "^0.30.1"
"@subql/types-core" "^0.4.0"

"@subql/[email protected]":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@subql/types-ethereum/-/types-ethereum-3.2.0.tgz#63a18d2c6f07b82aef737ddf38396ceabc98a875"
Expand Down

0 comments on commit e2c1abf

Please sign in to comment.