@libp2p/webtransport 4.0.27 → 4.0.28-90cfd25e2

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
@@ -71,8 +71,8 @@ Loading this module through a script tag will make it's exports available as `Li
71
71
 
72
72
  Licensed under either of
73
73
 
74
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
75
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
74
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-webtransport/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
75
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-webtransport/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
76
76
 
77
77
  # Contribution
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webtransport",
3
- "version": "4.0.27",
3
+ "version": "4.0.28-90cfd25e2",
4
4
  "description": "JavaScript implementation of the WebTransport module that libp2p uses and that implements the interface-transport spec",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-webtransport#readme",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@chainsafe/libp2p-noise": "^15.0.0",
54
- "@libp2p/interface": "^1.2.0",
55
- "@libp2p/peer-id": "^4.0.10",
54
+ "@libp2p/interface": "1.3.0-90cfd25e2",
55
+ "@libp2p/peer-id": "4.1.0-90cfd25e2",
56
56
  "@multiformats/multiaddr": "^12.2.1",
57
57
  "@multiformats/multiaddr-matcher": "^1.2.0",
58
58
  "it-stream-types": "^2.0.1",
@@ -61,10 +61,10 @@
61
61
  "uint8arrays": "^5.0.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@libp2p/logger": "^4.0.10",
65
- "@libp2p/peer-id-factory": "^4.0.10",
64
+ "@libp2p/logger": "4.0.11-90cfd25e2",
65
+ "@libp2p/peer-id-factory": "4.1.0-90cfd25e2",
66
66
  "aegir": "^42.2.5",
67
- "libp2p": "^1.4.2",
67
+ "libp2p": "1.4.3-90cfd25e2",
68
68
  "p-defer": "^4.0.1"
69
69
  },
70
70
  "browser": {
@@ -1,10 +0,0 @@
1
- {
2
- "WebTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportComponents.html",
3
- ".:WebTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportComponents.html",
4
- "WebTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportInit.html",
5
- ".:WebTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportInit.html",
6
- "WebTransportMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportMetrics.html",
7
- ".:WebTransportMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportMetrics.html",
8
- "webTransport": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webtransport.webTransport.html",
9
- ".:webTransport": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webtransport.webTransport.html"
10
- }