@libp2p/daemon-protocol 8.0.3-db185b16b → 8.0.3-dd251c5e7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,7 +15,7 @@ $ npm i @libp2p/daemon-protocol
15
15
 
16
16
  # API Docs
17
17
 
18
- - <https://libp2p.github.io/js-libp2p-daemon/modules/_libp2p_daemon_protocol.html>
18
+ - <https://libp2p.github.io/js-libp2p-daemon/modules/_libp2p_daemon-protocol.html>
19
19
 
20
20
  # License
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/daemon-protocol",
3
- "version": "8.0.3-db185b16b",
3
+ "version": "8.0.3-dd251c5e7",
4
4
  "description": "Communication protocol between libp2p daemons and clients",
5
5
  "author": "",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -62,7 +62,7 @@
62
62
  "dep-check": "aegir dep-check"
63
63
  },
64
64
  "dependencies": {
65
- "@libp2p/interface": "3.1.0-db185b16b",
65
+ "@libp2p/interface": "3.1.0-dd251c5e7",
66
66
  "any-signal": "^4.1.1",
67
67
  "protons-runtime": "^5.6.0",
68
68
  "uint8arraylist": "^2.4.8"