mirror of https://github.com/waku-org/js-waku.git
Expose `Enviroment` & `Protocol` enums to pass to `getStatusFleetNodes`
This commit is contained in:
parent
537a2b73a7
commit
2cd87b561d
|
@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- **Breaking**: Modify `WakuStore.queryHistory()` to accept one `Object` instead of multiple individual arguments.
|
- **Breaking**: Modify `WakuStore.queryHistory()` to accept one `Object` instead of multiple individual arguments.
|
||||||
- `getStatusFleetNodes` return prod nodes by default, instead of test nodes.
|
- `getStatusFleetNodes` return prod nodes by default, instead of test nodes.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Expose `Enviroment` and `Protocol` enums to pass to `getStatusFleetNodes`.
|
||||||
|
|
||||||
## [0.3.0] - 2021-05-15
|
## [0.3.0] - 2021-05-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
export { getStatusFleetNodes } from './lib/discover';
|
export { getStatusFleetNodes, Environment, Protocol } from './lib/discover';
|
||||||
|
|
||||||
export { Waku } from './lib/waku';
|
export { Waku } from './lib/waku';
|
||||||
export { WakuMessage } from './lib/waku_message';
|
export { WakuMessage } from './lib/waku_message';
|
||||||
|
|
Loading…
Reference in New Issue