@libp2p/webrtc 5.2.14 → 5.2.15-2a7425cdb

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/webrtc",
3
- "version": "5.2.14",
3
+ "version": "5.2.15-2a7425cdb",
4
4
  "description": "A libp2p transport using WebRTC connections",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-webrtc#readme",
@@ -47,12 +47,12 @@
47
47
  "@chainsafe/is-ip": "^2.1.0",
48
48
  "@chainsafe/libp2p-noise": "^16.1.3",
49
49
  "@ipshipyard/node-datachannel": "^0.26.6",
50
- "@libp2p/crypto": "^5.1.3",
51
- "@libp2p/interface": "^2.10.1",
52
- "@libp2p/interface-internal": "^2.3.13",
53
- "@libp2p/keychain": "^5.2.3",
54
- "@libp2p/peer-id": "^5.1.4",
55
- "@libp2p/utils": "^6.6.4",
50
+ "@libp2p/crypto": "5.1.4-2a7425cdb",
51
+ "@libp2p/interface": "2.10.2-2a7425cdb",
52
+ "@libp2p/interface-internal": "2.3.14-2a7425cdb",
53
+ "@libp2p/keychain": "5.2.4-2a7425cdb",
54
+ "@libp2p/peer-id": "5.1.5-2a7425cdb",
55
+ "@libp2p/utils": "6.6.5-2a7425cdb",
56
56
  "@multiformats/multiaddr": "^12.4.0",
57
57
  "@multiformats/multiaddr-matcher": "^1.7.2",
58
58
  "@peculiar/webcrypto": "^1.5.0",
@@ -65,7 +65,7 @@
65
65
  "it-protobuf-stream": "^2.0.2",
66
66
  "it-pushable": "^3.2.3",
67
67
  "it-stream-types": "^2.0.2",
68
- "multiformats": "^13.3.4",
68
+ "multiformats": "^13.3.6",
69
69
  "p-defer": "^4.0.1",
70
70
  "p-timeout": "^6.1.4",
71
71
  "p-wait-for": "^5.0.2",
@@ -79,16 +79,16 @@
79
79
  "uint8arrays": "^5.1.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@libp2p/interface-compliance-tests": "^6.4.7",
83
- "@libp2p/logger": "^5.1.17",
82
+ "@libp2p/interface-compliance-tests": "6.4.8-2a7425cdb",
83
+ "@libp2p/logger": "5.1.18-2a7425cdb",
84
84
  "@types/sinon": "^17.0.4",
85
- "aegir": "^47.0.6",
85
+ "aegir": "^47.0.14",
86
86
  "datastore-core": "^10.0.2",
87
87
  "delay": "^6.0.0",
88
88
  "it-length": "^3.0.8",
89
89
  "it-pair": "^2.0.6",
90
90
  "p-retry": "^6.2.1",
91
- "protons": "^7.6.0",
91
+ "protons": "^7.6.1",
92
92
  "sinon": "^20.0.0",
93
93
  "sinon-ts": "^2.0.0",
94
94
  "wherearewe": "^2.0.1"
@@ -1,14 +0,0 @@
1
- {
2
- "DataChannelOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.DataChannelOptions.html",
3
- ".:DataChannelOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.DataChannelOptions.html",
4
- "TransportCertificate": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.TransportCertificate.html",
5
- ".:TransportCertificate": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.TransportCertificate.html",
6
- "WebRTCDirectTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCDirectTransportComponents.html",
7
- "WebRTCTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportComponents.html",
8
- "WebRTCTransportDirectInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportDirectInit.html",
9
- "WebRTCTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportInit.html",
10
- "webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
11
- ".:webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
12
- "webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html",
13
- ".:webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html"
14
- }