@libp2p/webrtc 4.0.17 → 4.0.18-0c7bbbb07

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": "4.0.17",
3
+ "version": "4.0.18-0c7bbbb07",
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",
@@ -50,49 +50,49 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@chainsafe/libp2p-noise": "^15.0.0",
53
- "@libp2p/interface": "^1.1.2",
54
- "@libp2p/interface-internal": "^1.0.7",
55
- "@libp2p/peer-id": "^4.0.5",
56
- "@libp2p/utils": "^5.2.3",
53
+ "@libp2p/interface": "1.1.3-0c7bbbb07",
54
+ "@libp2p/interface-internal": "1.0.8-0c7bbbb07",
55
+ "@libp2p/peer-id": "4.0.6-0c7bbbb07",
56
+ "@libp2p/utils": "5.2.4-0c7bbbb07",
57
57
  "@multiformats/mafmt": "^12.1.6",
58
- "@multiformats/multiaddr": "^12.1.10",
59
- "@multiformats/multiaddr-matcher": "^1.1.0",
58
+ "@multiformats/multiaddr": "^12.1.14",
59
+ "@multiformats/multiaddr-matcher": "^1.1.2",
60
60
  "detect-browser": "^5.3.0",
61
- "it-length-prefixed": "^9.0.3",
62
- "it-protobuf-stream": "^1.1.1",
61
+ "it-length-prefixed": "^9.0.4",
62
+ "it-protobuf-stream": "^1.1.2",
63
63
  "it-pushable": "^3.2.3",
64
64
  "it-stream-types": "^2.0.1",
65
- "multiformats": "^13.0.0",
65
+ "multiformats": "^13.0.1",
66
66
  "multihashes": "^4.0.3",
67
67
  "node-datachannel": "^0.5.3",
68
68
  "p-defer": "^4.0.0",
69
69
  "p-event": "^6.0.0",
70
70
  "p-timeout": "^6.1.2",
71
- "protons-runtime": "^5.0.0",
71
+ "protons-runtime": "^5.4.0",
72
72
  "race-signal": "^1.0.2",
73
- "react-native-webrtc": "^118.0.0",
74
- "uint8arraylist": "^2.4.7",
75
- "uint8arrays": "^5.0.0"
73
+ "react-native-webrtc": "^118.0.1",
74
+ "uint8arraylist": "^2.4.8",
75
+ "uint8arrays": "^5.0.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@chainsafe/libp2p-yamux": "^6.0.1",
79
- "@libp2p/circuit-relay-v2": "^1.0.13",
80
- "@libp2p/interface-compliance-tests": "^5.2.0",
81
- "@libp2p/logger": "^4.0.5",
82
- "@libp2p/peer-id-factory": "^4.0.5",
83
- "@libp2p/websockets": "^8.0.13",
84
- "@types/sinon": "^17.0.2",
85
- "aegir": "^42.0.0",
79
+ "@libp2p/circuit-relay-v2": "1.0.14-0c7bbbb07",
80
+ "@libp2p/interface-compliance-tests": "5.3.0-0c7bbbb07",
81
+ "@libp2p/logger": "4.0.6-0c7bbbb07",
82
+ "@libp2p/peer-id-factory": "4.0.6-0c7bbbb07",
83
+ "@libp2p/websockets": "8.0.14-0c7bbbb07",
84
+ "@types/sinon": "^17.0.3",
85
+ "aegir": "^42.2.3",
86
86
  "delay": "^6.0.0",
87
87
  "it-drain": "^3.0.5",
88
- "it-length": "^3.0.2",
89
- "it-map": "^3.0.4",
88
+ "it-length": "^3.0.4",
89
+ "it-map": "^3.0.5",
90
90
  "it-pair": "^2.0.6",
91
91
  "it-pipe": "^3.0.1",
92
- "it-to-buffer": "^4.0.3",
93
- "libp2p": "^1.2.1",
94
- "p-retry": "^6.1.0",
95
- "protons": "^7.3.0",
92
+ "it-to-buffer": "^4.0.5",
93
+ "libp2p": "1.2.2-0c7bbbb07",
94
+ "p-retry": "^6.2.0",
95
+ "protons": "^7.5.0",
96
96
  "sinon": "^17.0.1",
97
97
  "sinon-ts": "^2.0.0"
98
98
  },
@@ -1,8 +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
- "webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
5
- ".:webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
6
- "webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html",
7
- ".:webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html"
8
- }