@libp2p/mdns 10.0.7 → 10.0.8-c00378909
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 +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +8 -8
- package/src/index.ts +1 -1
- package/dist/typedoc-urls.json +0 -4
package/README.md
CHANGED
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/mdns",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.8-c00378909",
|
|
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",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"test:electron-main": "aegir test -t electron-main"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@libp2p/interface": "
|
|
53
|
-
"@libp2p/peer-id": "
|
|
54
|
-
"@libp2p/utils": "
|
|
52
|
+
"@libp2p/interface": "1.0.2-c00378909",
|
|
53
|
+
"@libp2p/peer-id": "4.0.2-c00378909",
|
|
54
|
+
"@libp2p/utils": "5.1.0-c00378909",
|
|
55
55
|
"@multiformats/multiaddr": "^12.1.10",
|
|
56
56
|
"@types/multicast-dns": "^7.2.1",
|
|
57
57
|
"dns-packet": "^5.4.0",
|
|
58
58
|
"multicast-dns": "^7.2.5"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@libp2p/interface-compliance-tests": "
|
|
62
|
-
"@libp2p/interface-internal": "
|
|
63
|
-
"@libp2p/logger": "
|
|
64
|
-
"@libp2p/peer-id-factory": "
|
|
61
|
+
"@libp2p/interface-compliance-tests": "5.0.8-c00378909",
|
|
62
|
+
"@libp2p/interface-internal": "1.0.3-c00378909",
|
|
63
|
+
"@libp2p/logger": "4.0.2-c00378909",
|
|
64
|
+
"@libp2p/peer-id-factory": "4.0.1-c00378909",
|
|
65
65
|
"aegir": "^41.0.2",
|
|
66
66
|
"p-wait-for": "^5.0.2",
|
|
67
67
|
"sinon-ts": "^2.0.0"
|
package/src/index.ts
CHANGED
package/dist/typedoc-urls.json
DELETED