@libp2p/circuit-relay-v2 1.0.20 → 1.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -83,8 +83,8 @@ Loading this module through a script tag will make it's exports available as `Li
83
83
 
84
84
  Licensed under either of
85
85
 
86
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
87
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
86
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-circuit-relay-v2/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
87
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-circuit-relay-v2/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
88
88
 
89
89
  # Contribution
90
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/circuit-relay-v2",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Implementation of Circuit Relay v2",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-circuit-relay-v2#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",
57
- "@libp2p/peer-collections": "^5.1.10",
58
- "@libp2p/peer-id": "^4.0.10",
59
- "@libp2p/peer-record": "^7.0.14",
60
- "@libp2p/utils": "^5.3.1",
55
+ "@libp2p/interface": "^1.3.0",
56
+ "@libp2p/interface-internal": "^1.1.1",
57
+ "@libp2p/peer-collections": "^5.1.11",
58
+ "@libp2p/peer-id": "^4.1.0",
59
+ "@libp2p/peer-record": "^7.0.15",
60
+ "@libp2p/utils": "^5.3.2",
61
61
  "@multiformats/mafmt": "^12.1.6",
62
62
  "@multiformats/multiaddr": "^12.2.1",
63
63
  "any-signal": "^4.1.1",
@@ -71,9 +71,9 @@
71
71
  "uint8arrays": "^5.0.3"
72
72
  },
73
73
  "devDependencies": {
74
- "@libp2p/interface-compliance-tests": "^5.4.1",
75
- "@libp2p/logger": "^4.0.10",
76
- "@libp2p/peer-id-factory": "^4.0.10",
74
+ "@libp2p/interface-compliance-tests": "^5.4.2",
75
+ "@libp2p/logger": "^4.0.11",
76
+ "@libp2p/peer-id-factory": "^4.1.0",
77
77
  "aegir": "^42.2.5",
78
78
  "delay": "^6.0.0",
79
79
  "it-drain": "^3.0.5",