@libp2p/circuit-relay-v2 1.1.0-3b9cbf7d8 → 1.1.0-6573cb8b0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/circuit-relay-v2",
3
- "version": "1.1.0-3b9cbf7d8",
3
+ "version": "1.1.0-6573cb8b0",
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.5.0-3b9cbf7d8",
56
- "@libp2p/interface-internal": "1.2.4-3b9cbf7d8",
57
- "@libp2p/peer-collections": "5.2.4-3b9cbf7d8",
58
- "@libp2p/peer-id": "4.1.4-3b9cbf7d8",
59
- "@libp2p/peer-record": "7.0.20-3b9cbf7d8",
60
- "@libp2p/utils": "5.4.4-3b9cbf7d8",
55
+ "@libp2p/interface": "1.5.0-6573cb8b0",
56
+ "@libp2p/interface-internal": "1.2.4-6573cb8b0",
57
+ "@libp2p/peer-collections": "5.2.4-6573cb8b0",
58
+ "@libp2p/peer-id": "4.1.4-6573cb8b0",
59
+ "@libp2p/peer-record": "7.0.20-6573cb8b0",
60
+ "@libp2p/utils": "5.4.4-6573cb8b0",
61
61
  "@multiformats/mafmt": "^12.1.6",
62
62
  "@multiformats/multiaddr": "^12.2.3",
63
63
  "any-signal": "^4.1.1",
@@ -71,9 +71,9 @@
71
71
  "uint8arrays": "^5.1.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@libp2p/interface-compliance-tests": "5.4.7-3b9cbf7d8",
75
- "@libp2p/logger": "4.0.15-3b9cbf7d8",
76
- "@libp2p/peer-id-factory": "4.1.4-3b9cbf7d8",
74
+ "@libp2p/interface-compliance-tests": "5.4.7-6573cb8b0",
75
+ "@libp2p/logger": "4.0.15-6573cb8b0",
76
+ "@libp2p/peer-id-factory": "4.1.4-6573cb8b0",
77
77
  "aegir": "^43.0.1",
78
78
  "delay": "^6.0.0",
79
79
  "it-drain": "^3.0.7",