@libp2p/circuit-relay-v2 3.1.6-52f0f2f13 → 3.1.6-abe9bd154

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.min.js +2 -5
  2. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/circuit-relay-v2",
3
- "version": "3.1.6-52f0f2f13",
3
+ "version": "3.1.6-abe9bd154",
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,13 +52,13 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/crypto": "5.0.8-52f0f2f13",
56
- "@libp2p/interface": "2.3.0-52f0f2f13",
57
- "@libp2p/interface-internal": "2.2.1-52f0f2f13",
58
- "@libp2p/peer-collections": "6.0.13-52f0f2f13",
59
- "@libp2p/peer-id": "5.0.9-52f0f2f13",
60
- "@libp2p/peer-record": "8.0.13-52f0f2f13",
61
- "@libp2p/utils": "6.3.0-52f0f2f13",
55
+ "@libp2p/crypto": "5.0.8-abe9bd154",
56
+ "@libp2p/interface": "2.3.0-abe9bd154",
57
+ "@libp2p/interface-internal": "2.2.1-abe9bd154",
58
+ "@libp2p/peer-collections": "6.0.13-abe9bd154",
59
+ "@libp2p/peer-id": "5.0.9-abe9bd154",
60
+ "@libp2p/peer-record": "8.0.13-abe9bd154",
61
+ "@libp2p/utils": "6.3.0-abe9bd154",
62
62
  "@multiformats/multiaddr": "^12.3.3",
63
63
  "@multiformats/multiaddr-matcher": "^1.6.0",
64
64
  "any-signal": "^4.1.1",
@@ -73,8 +73,8 @@
73
73
  "uint8arrays": "^5.1.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@libp2p/interface-compliance-tests": "6.2.2-52f0f2f13",
77
- "@libp2p/logger": "5.1.5-52f0f2f13",
76
+ "@libp2p/interface-compliance-tests": "6.2.2-abe9bd154",
77
+ "@libp2p/logger": "5.1.5-abe9bd154",
78
78
  "aegir": "^45.0.5",
79
79
  "delay": "^6.0.0",
80
80
  "it-drain": "^3.0.7",