Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: @waku/discovery #1876

Merged
merged 13 commits into from
Mar 12, 2024
Merged
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test-results
playwright-report
example
allure-results
packages/local-peer-cache-discovery/mock_local_storage
packages/discovery/mock_local_storage
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"
}
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = [
},
{
name: "DNS discovery",
path: "packages/dns-discovery/bundle/index.js",
path: "packages/discovery/bundle/index.js",
import: "{ PeerDiscoveryDns }",
danisharora099 marked this conversation as resolved.
Show resolved Hide resolved
},
{
Expand Down
Loading
Loading