@libp2p/echo 1.0.3 → 1.0.4-90cfd25e2

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 CHANGED
@@ -86,8 +86,8 @@ Loading this module through a script tag will make it's exports available as `Li
86
86
 
87
87
  Licensed under either of
88
88
 
89
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
90
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
89
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-echo/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
90
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-echo/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
91
91
 
92
92
  # Contribution
93
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/echo",
3
- "version": "1.0.3",
3
+ "version": "1.0.4-90cfd25e2",
4
4
  "description": "Implementation of an Echo protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-echo#readme",
@@ -52,12 +52,12 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "^1.2.0",
56
- "@libp2p/interface-internal": "^1.1.0",
55
+ "@libp2p/interface": "1.3.0-90cfd25e2",
56
+ "@libp2p/interface-internal": "1.1.1-90cfd25e2",
57
57
  "it-pipe": "^3.0.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@libp2p/logger": "^4.0.10",
60
+ "@libp2p/logger": "4.0.11-90cfd25e2",
61
61
  "aegir": "^42.2.5",
62
62
  "it-all": "^3.0.4",
63
63
  "it-pair": "^2.0.6",
@@ -1,10 +0,0 @@
1
- {
2
- "Echo": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_echo.Echo.html",
3
- ".:Echo": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_echo.Echo.html",
4
- "EchoComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_echo.EchoComponents.html",
5
- ".:EchoComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_echo.EchoComponents.html",
6
- "EchoInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_echo.EchoInit.html",
7
- ".:EchoInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_echo.EchoInit.html",
8
- "echo": "https://libp2p.github.io/js-libp2p/functions/_libp2p_echo.echo-1.html",
9
- ".:echo": "https://libp2p.github.io/js-libp2p/functions/_libp2p_echo.echo-1.html"
10
- }