@libp2p/dcutr 1.0.17 → 1.0.18-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
@@ -99,8 +99,8 @@ Loading this module through a script tag will make it's exports available as `Li
99
99
 
100
100
  Licensed under either of
101
101
 
102
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
103
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
102
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-dcutr/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
103
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-dcutr/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
104
104
 
105
105
  # Contribution
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/dcutr",
3
- "version": "1.0.17",
3
+ "version": "1.0.18-90cfd25e2",
4
4
  "description": "Implementation of the DCUtR Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-dcutr#readme",
@@ -52,9 +52,9 @@
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",
57
- "@libp2p/utils": "^5.3.1",
55
+ "@libp2p/interface": "1.3.0-90cfd25e2",
56
+ "@libp2p/interface-internal": "1.1.1-90cfd25e2",
57
+ "@libp2p/utils": "5.3.2-90cfd25e2",
58
58
  "@multiformats/multiaddr": "^12.2.1",
59
59
  "@multiformats/multiaddr-matcher": "^1.2.0",
60
60
  "delay": "^6.0.0",
@@ -1,10 +0,0 @@
1
- {
2
- "DCUtRServiceComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_dcutr.DCUtRServiceComponents.html",
3
- ".:DCUtRServiceComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_dcutr.DCUtRServiceComponents.html",
4
- "DCUtRServiceInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_dcutr.DCUtRServiceInit.html",
5
- ".:DCUtRServiceInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_dcutr.DCUtRServiceInit.html",
6
- "multicodec": "https://libp2p.github.io/js-libp2p/variables/_libp2p_dcutr.multicodec.html",
7
- ".:multicodec": "https://libp2p.github.io/js-libp2p/variables/_libp2p_dcutr.multicodec.html",
8
- "dcutr": "https://libp2p.github.io/js-libp2p/functions/_libp2p_dcutr.dcutr.html",
9
- ".:dcutr": "https://libp2p.github.io/js-libp2p/functions/_libp2p_dcutr.dcutr.html"
10
- }