@libp2p/circuit-relay-v2 1.0.11 → 1.0.12-3e47d88fd

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/circuit-relay-v2",
3
- "version": "1.0.11",
3
+ "version": "1.0.12-3e47d88fd",
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",
@@ -51,38 +51,39 @@
51
51
  "dep-check": "aegir dep-check"
52
52
  },
53
53
  "dependencies": {
54
- "@libp2p/interface": "^1.1.1",
55
- "@libp2p/interface-internal": "^1.0.6",
56
- "@libp2p/peer-collections": "^5.1.4",
57
- "@libp2p/peer-id": "^4.0.4",
58
- "@libp2p/peer-record": "^7.0.5",
59
- "@libp2p/utils": "^5.2.1",
54
+ "@libp2p/interface": "1.1.2-3e47d88fd",
55
+ "@libp2p/interface-internal": "1.0.7-3e47d88fd",
56
+ "@libp2p/peer-collections": "5.1.5-3e47d88fd",
57
+ "@libp2p/peer-id": "4.0.5-3e47d88fd",
58
+ "@libp2p/peer-record": "7.0.6-3e47d88fd",
59
+ "@libp2p/utils": "5.2.2-3e47d88fd",
60
60
  "@multiformats/mafmt": "^12.1.6",
61
61
  "@multiformats/multiaddr": "^12.1.10",
62
62
  "any-signal": "^4.1.1",
63
- "it-protobuf-stream": "^1.0.2",
63
+ "it-protobuf-stream": "^1.1.1",
64
64
  "it-stream-types": "^2.0.1",
65
65
  "multiformats": "^13.0.0",
66
66
  "p-defer": "^4.0.0",
67
67
  "p-retry": "^6.1.0",
68
68
  "protons-runtime": "^5.0.0",
69
- "uint8arraylist": "^2.4.3",
69
+ "uint8arraylist": "^2.4.7",
70
70
  "uint8arrays": "^5.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@libp2p/interface-compliance-tests": "^5.1.2",
74
- "@libp2p/logger": "^4.0.4",
75
- "@libp2p/peer-id-factory": "^4.0.4",
73
+ "@libp2p/interface-compliance-tests": "5.1.3-3e47d88fd",
74
+ "@libp2p/logger": "4.0.5-3e47d88fd",
75
+ "@libp2p/peer-id-factory": "4.0.5-3e47d88fd",
76
76
  "aegir": "^42.0.0",
77
77
  "delay": "^6.0.0",
78
- "it-drain": "^3.0.3",
78
+ "it-drain": "^3.0.5",
79
79
  "it-pair": "^2.0.6",
80
80
  "it-pushable": "^3.2.1",
81
81
  "it-to-buffer": "^4.0.3",
82
82
  "p-wait-for": "^5.0.2",
83
83
  "protons": "^7.3.0",
84
84
  "race-signal": "^1.0.2",
85
- "sinon": "^17.0.0",
85
+ "sinon": "^17.0.1",
86
86
  "sinon-ts": "^2.0.0"
87
- }
87
+ },
88
+ "sideEffects": false
88
89
  }
@@ -1,12 +0,0 @@
1
- {
2
- "CircuitRelayService": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayService.html",
3
- ".:CircuitRelayService": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayService.html",
4
- "CircuitRelayServiceEvents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayServiceEvents.html",
5
- ".:CircuitRelayServiceEvents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayServiceEvents.html",
6
- "RelayReservation": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.RelayReservation.html",
7
- ".:RelayReservation": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.RelayReservation.html",
8
- "RELAY_V2_HOP_CODEC": "https://libp2p.github.io/js-libp2p/variables/_libp2p_circuit_relay_v2.RELAY_V2_HOP_CODEC.html",
9
- "RELAY_V2_STOP_CODEC": "https://libp2p.github.io/js-libp2p/variables/_libp2p_circuit_relay_v2.RELAY_V2_STOP_CODEC.html",
10
- "circuitRelayServer": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit_relay_v2.circuitRelayServer.html",
11
- "circuitRelayTransport": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit_relay_v2.circuitRelayTransport.html"
12
- }