@libp2p/mdns 2.0.1 → 3.0.0
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/mdns",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
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-mdns#readme",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"release": "aegir release"
|
|
131
131
|
},
|
|
132
132
|
"dependencies": {
|
|
133
|
-
"@libp2p/components": "^
|
|
133
|
+
"@libp2p/components": "^2.0.1",
|
|
134
134
|
"@libp2p/interface-peer-discovery": "^1.0.0",
|
|
135
135
|
"@libp2p/interface-peer-id": "^1.0.2",
|
|
136
136
|
"@libp2p/interface-peer-info": "^1.0.1",
|