Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Mar 11, 2024
1 parent 58a6bbd commit 0fad331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
"packages/interfaces": "0.0.22",
"packages/message-hash": "0.1.11",
"packages/enr": "0.0.21",
"packages/peer-exchange": "0.0.20",
"packages/core": "0.0.27",
"packages/dns-discovery": "0.0.21",
"packages/message-encryption": "0.0.25",
"packages/relay": "0.0.10",
"packages/sdk": "0.0.23",
"packages/local-peer-cache-discovery": "1.0.0"
"packages/sdk": "0.0.23"
}
4 changes: 1 addition & 3 deletions packages/discovery/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export {
} from "./peer-exchange/waku_peer_exchange.js";
export {
wakuPeerExchangeDiscovery,
PeerExchangeDiscovery,
Options,
DEFAULT_PEER_EXCHANGE_TAG_NAME
PeerExchangeDiscovery
} from "./peer-exchange/waku_peer_exchange_discovery.js";

// Local Peer Cache Discovery
Expand Down

0 comments on commit 0fad331

Please sign in to comment.