tendermint-rpc: Export DateTime

This commit is contained in:
willclarktech 2020-12-15 10:54:42 +00:00
parent cec7750821
commit 67aa4f786f
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
which allows skipping the auto-detection.
- @cosmjs/tendermint-rpc: Remove export `v0_33` in favour of `adaptor33` and
`adaptor34`. Export the `Adaptor` type.
- @cosmjs/tendermint-rpc: Export `DateTime` class.
## 0.23.1 (2020-10-27)

View File

@ -1,6 +1,7 @@
export { Adaptor } from "./adaptor";
export { adaptor33, adaptor34 } from "./adaptors";
export { Client } from "./client";
export { DateTime } from "./encodings";
export {
AbciInfoRequest,
AbciQueryParams,

View File

@ -1,6 +1,7 @@
export { Adaptor } from "./adaptor";
export { adaptor33, adaptor34 } from "./adaptors";
export { Client } from "./client";
export { DateTime } from "./encodings";
export {
AbciInfoRequest,
AbciQueryParams,