Skip to content

Commit

Permalink
Merge branch 'master' into chore/split-100-topics-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 authored Jan 22, 2024
2 parents 7ef686d + 09295c7 commit ba28edf
Show file tree
Hide file tree
Showing 35 changed files with 747 additions and 209 deletions.
163 changes: 84 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export * as waku_filter from "./lib/filter/index.js";
export { wakuFilter, FilterCodecs } from "./lib/filter/index.js";

export * as waku_light_push from "./lib/light_push/index.js";
export { LightPushCodec } from "./lib/light_push/index.js";
export { wakuLightPush } from "./lib/light_push/index.js";
export { LightPushCodec, wakuLightPush } from "./lib/light_push/index.js";

export * as waku_store from "./lib/store/index.js";

Expand Down
Loading

0 comments on commit ba28edf

Please sign in to comment.