@subql/types-cosmos
Advanced tools
Comparing version 0.0.7-1 to 0.1.0
@@ -11,2 +11,7 @@ # Changelog | ||
## [0.1.0] - 2022-06-27 | ||
### Changed | ||
- Messages and events have changed `message.msg.msg` to `message.msg.decodeMsg.msg`. This is due to lazy loading and will mean you don't need to provide chain types for messages you don't care about (#17) | ||
## [0.0.6] - 2022-06-21 | ||
@@ -19,3 +24,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.0.6...HEAD | ||
[Unreleased]: https://github.com/subquery/subql-cosmos/compare/types/0.1.0...HEAD | ||
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/types/0.0.6...types/0.1.0 | ||
[0.0.6]: https://github.com/subquery/subql-cosmos/compare/types/0.0.5...types/0.0.6 |
{ | ||
"name": "@subql/types-cosmos", | ||
"version": "0.0.7-1", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/subquery/subql", |
80182