@libp2p/webrtc 3.2.4 → 3.2.5-7903d7a5

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/README.md CHANGED
@@ -12,7 +12,6 @@
12
12
  - [Install](#install)
13
13
  - [Browser `<script>` tag](#browser-script-tag)
14
14
  - [Usage](#usage)
15
- - [Examples](#examples)
16
15
  - [Interfaces](#interfaces)
17
16
  - [Transport](#transport)
18
17
  - [Connection](#connection)
@@ -66,10 +65,6 @@ const response = await pipe([fromString(message)], stream, async (source) => awa
66
65
  const responseDecoded = toString(response.slice(0, response.length))
67
66
  ```
68
67
 
69
- ## Examples
70
-
71
- Examples can be found in the [examples folder](examples/README.md).
72
-
73
68
  ## Interfaces
74
69
 
75
70
  ### Transport
@@ -78,8 +73,7 @@ Examples can be found in the [examples folder](examples/README.md).
78
73
 
79
74
  Browsers can usually only `dial`, but `listen` is supported in the WebRTC
80
75
  transport when paired with another listener like CircuitV2, where you listen on
81
- a relayed connection. Take a look at [index.js](examples/browser-to-browser/index.js) for
82
- an example.
76
+ a relayed connection.
83
77
 
84
78
  ### Connection
85
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webrtc",
3
- "version": "3.2.4",
3
+ "version": "3.2.5-7903d7a5",
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/master/packages/transport-webrtc#readme",
@@ -46,10 +46,10 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@chainsafe/libp2p-noise": "^13.0.0",
49
- "@libp2p/interface": "^0.1.3",
50
- "@libp2p/interface-internal": "^0.1.6",
51
- "@libp2p/logger": "^3.0.3",
52
- "@libp2p/peer-id": "^3.0.3",
49
+ "@libp2p/interface": "0.1.4-7903d7a5",
50
+ "@libp2p/interface-internal": "0.1.7-7903d7a5",
51
+ "@libp2p/logger": "3.0.4-7903d7a5",
52
+ "@libp2p/peer-id": "3.0.4-7903d7a5",
53
53
  "@multiformats/mafmt": "^12.1.2",
54
54
  "@multiformats/multiaddr": "^12.1.5",
55
55
  "@multiformats/multiaddr-matcher": "^1.0.1",
@@ -75,9 +75,9 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@chainsafe/libp2p-yamux": "^5.0.0",
78
- "@libp2p/interface-compliance-tests": "^4.1.1",
79
- "@libp2p/peer-id-factory": "^3.0.5",
80
- "@libp2p/websockets": "^7.0.9",
78
+ "@libp2p/interface-compliance-tests": "4.1.2-7903d7a5",
79
+ "@libp2p/peer-id-factory": "3.0.6-7903d7a5",
80
+ "@libp2p/websockets": "7.0.10-7903d7a5",
81
81
  "@types/sinon": "^10.0.15",
82
82
  "aegir": "^41.0.2",
83
83
  "delay": "^6.0.0",
@@ -85,7 +85,7 @@
85
85
  "it-length": "^3.0.2",
86
86
  "it-map": "^3.0.3",
87
87
  "it-pair": "^2.0.6",
88
- "libp2p": "^0.46.15",
88
+ "libp2p": "0.46.16-7903d7a5",
89
89
  "p-retry": "^6.1.0",
90
90
  "protons": "^7.0.2",
91
91
  "sinon": "^17.0.0",
@@ -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
- }