mirror of https://github.com/waku-org/js-waku.git
fix: remove invalid re-export
This commit is contained in:
parent
737ecf007f
commit
e0fd4433e7
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Fixed
|
||||
|
||||
- Missing dependency declarations.
|
||||
- Invalid re-export.
|
||||
|
||||
## [@waku/core@0.0.7] - 2022-12-15
|
||||
|
||||
|
|
|
@ -14,11 +14,7 @@ export * as waku_filter from "./lib/filter/index.js";
|
|||
export { wakuFilter } from "./lib/filter/index.js";
|
||||
|
||||
export * as waku_light_push from "./lib/light_push/index.js";
|
||||
export {
|
||||
wakuLightPush,
|
||||
LightPushCodec,
|
||||
PushResponse,
|
||||
} from "./lib/light_push/index.js";
|
||||
export { wakuLightPush, LightPushCodec } from "./lib/light_push/index.js";
|
||||
|
||||
export * as waku_relay from "./lib/relay/index.js";
|
||||
export { wakuRelay } from "./lib/relay/index.js";
|
||||
|
|
Loading…
Reference in New Issue