fix: remove invalid re-export

This commit is contained in:
fryorcraken.eth 2022-12-19 16:15:00 +11:00
parent 737ecf007f
commit e0fd4433e7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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";