@libp2p/mdns 12.0.9 → 12.0.10-7fff925bf
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/package.json +8 -8
- package/dist/typedoc-urls.json +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/mdns",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.10-7fff925bf",
|
|
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",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"test:electron-main": "aegir test -t electron-main"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@libp2p/interface": "
|
|
47
|
-
"@libp2p/interface-internal": "
|
|
48
|
-
"@libp2p/peer-id": "
|
|
49
|
-
"@libp2p/utils": "
|
|
46
|
+
"@libp2p/interface": "3.1.0-7fff925bf",
|
|
47
|
+
"@libp2p/interface-internal": "3.0.9-7fff925bf",
|
|
48
|
+
"@libp2p/peer-id": "6.0.4-7fff925bf",
|
|
49
|
+
"@libp2p/utils": "7.0.9-7fff925bf",
|
|
50
50
|
"@multiformats/multiaddr": "^13.0.1",
|
|
51
51
|
"@types/multicast-dns": "^7.2.4",
|
|
52
52
|
"dns-packet": "^5.6.1",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"multicast-dns": "^7.2.5"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@libp2p/crypto": "
|
|
58
|
-
"@libp2p/interface-compliance-tests": "
|
|
59
|
-
"@libp2p/logger": "
|
|
57
|
+
"@libp2p/crypto": "5.1.13-7fff925bf",
|
|
58
|
+
"@libp2p/interface-compliance-tests": "7.0.10-7fff925bf",
|
|
59
|
+
"@libp2p/logger": "6.2.2-7fff925bf",
|
|
60
60
|
"aegir": "^47.0.22",
|
|
61
61
|
"p-event": "^7.0.0",
|
|
62
62
|
"p-wait-for": "^6.0.0",
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"MulticastDNSComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_mdns.MulticastDNSComponents.html",
|
|
3
|
-
"MulticastDNSInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_mdns.MulticastDNSInit.html",
|
|
4
|
-
"mdns": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mdns.mdns.html",
|
|
5
|
-
".:mdns": "https://libp2p.github.io/js-libp2p/functions/_libp2p_mdns.mdns.html"
|
|
6
|
-
}
|