@libp2p/mdns 10.0.20 → 10.0.21-90cfd25e2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -112,8 +112,8 @@ $ npm i @libp2p/mdns
112
112
 
113
113
  Licensed under either of
114
114
 
115
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
116
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
115
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-discovery-mdns/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
116
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-discovery-mdns/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
117
117
 
118
118
  # Contribution
119
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/mdns",
3
- "version": "10.0.20",
3
+ "version": "10.0.21-90cfd25e2",
4
4
  "description": "Node.js libp2p mDNS discovery implementation for peer discovery",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-discovery-mdns#readme",
@@ -50,19 +50,19 @@
50
50
  "test:electron-main": "aegir test -t electron-main"
51
51
  },
52
52
  "dependencies": {
53
- "@libp2p/interface": "^1.2.0",
54
- "@libp2p/interface-internal": "^1.1.0",
55
- "@libp2p/peer-id": "^4.0.10",
56
- "@libp2p/utils": "^5.3.1",
53
+ "@libp2p/interface": "1.3.0-90cfd25e2",
54
+ "@libp2p/interface-internal": "1.1.1-90cfd25e2",
55
+ "@libp2p/peer-id": "4.1.0-90cfd25e2",
56
+ "@libp2p/utils": "5.3.2-90cfd25e2",
57
57
  "@multiformats/multiaddr": "^12.2.1",
58
58
  "@types/multicast-dns": "^7.2.4",
59
59
  "dns-packet": "^5.6.1",
60
60
  "multicast-dns": "^7.2.5"
61
61
  },
62
62
  "devDependencies": {
63
- "@libp2p/interface-compliance-tests": "^5.4.1",
64
- "@libp2p/logger": "^4.0.10",
65
- "@libp2p/peer-id-factory": "^4.0.10",
63
+ "@libp2p/interface-compliance-tests": "5.4.2-90cfd25e2",
64
+ "@libp2p/logger": "4.0.11-90cfd25e2",
65
+ "@libp2p/peer-id-factory": "4.1.0-90cfd25e2",
66
66
  "aegir": "^42.2.5",
67
67
  "p-wait-for": "^5.0.2",
68
68
  "sinon-ts": "^2.0.0"
@@ -1,4 +0,0 @@
1
- {
2
- "mdns": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mdns.mdns.html",
3
- ".:mdns": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mdns.mdns.html"
4
- }