@libp2p/daemon 2.0.4 → 2.0.5
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/dist/src/index.js +0 -0
- package/package.json +2 -2
package/dist/src/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/daemon",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "libp2p-daemon JavaScript implementation",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/master/packages/libp2p-daemon#readme",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"release": "aegir release"
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@libp2p/daemon-server": "^
|
|
139
|
+
"@libp2p/daemon-server": "^4.0.0",
|
|
140
140
|
"@multiformats/multiaddr": "^11.0.0",
|
|
141
141
|
"es-main": "^1.0.2",
|
|
142
142
|
"yargs": "^17.3.1",
|