@libp2p/circuit-relay-v2 1.1.5-359265a3a → 1.1.5-50b897139

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.5-359265a3a",
3
+ "version": "1.1.5-50b897139",
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.7.0-359265a3a",
56
- "@libp2p/interface-internal": "1.3.4-359265a3a",
57
- "@libp2p/peer-collections": "5.2.9-359265a3a",
58
- "@libp2p/peer-id": "4.2.4-359265a3a",
59
- "@libp2p/peer-record": "7.0.25-359265a3a",
60
- "@libp2p/utils": "5.4.9-359265a3a",
55
+ "@libp2p/interface": "1.7.0-50b897139",
56
+ "@libp2p/interface-internal": "1.3.4-50b897139",
57
+ "@libp2p/peer-collections": "5.2.9-50b897139",
58
+ "@libp2p/peer-id": "4.2.4-50b897139",
59
+ "@libp2p/peer-record": "7.0.25-50b897139",
60
+ "@libp2p/utils": "5.4.9-50b897139",
61
61
  "@multiformats/mafmt": "^12.1.6",
62
62
  "@multiformats/multiaddr": "^12.2.3",
63
63
  "any-signal": "^4.1.1",
@@ -72,9 +72,9 @@
72
72
  "uint8arrays": "^5.1.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@libp2p/interface-compliance-tests": "5.4.12-359265a3a",
76
- "@libp2p/logger": "4.0.20-359265a3a",
77
- "@libp2p/peer-id-factory": "4.2.4-359265a3a",
75
+ "@libp2p/interface-compliance-tests": "5.4.12-50b897139",
76
+ "@libp2p/logger": "4.0.20-50b897139",
77
+ "@libp2p/peer-id-factory": "4.2.4-50b897139",
78
78
  "aegir": "^44.0.1",
79
79
  "delay": "^6.0.0",
80
80
  "it-drain": "^3.0.7",