@libp2p/webtransport 6.0.1-71e8ee163 → 6.0.1

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
@@ -37,7 +37,7 @@ A [libp2p transport](https://docs.libp2p.io/concepts/transports/overview/) based
37
37
  ```TypeScript
38
38
  import { createLibp2p } from 'libp2p'
39
39
  import { webTransport } from '@libp2p/webtransport'
40
- import { noise } from '@chainsafe/libp2p-noise'
40
+ import { noise } from '@libp2p/noise'
41
41
 
42
42
  const node = await createLibp2p({
43
43
  transports: [
@@ -0,0 +1,14 @@
1
+ {
2
+ "WebTransportCertificate": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportCertificate.html",
3
+ ".:WebTransportCertificate": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportCertificate.html",
4
+ "WebTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportComponents.html",
5
+ ".:WebTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportComponents.html",
6
+ "WebTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportInit.html",
7
+ ".:WebTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportInit.html",
8
+ "WebTransportMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportMetrics.html",
9
+ ".:WebTransportMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webtransport.WebTransportMetrics.html",
10
+ "WebTransportDialEvents": "https://libp2p.github.io/js-libp2p/types/_libp2p_webtransport.WebTransportDialEvents.html",
11
+ ".:WebTransportDialEvents": "https://libp2p.github.io/js-libp2p/types/_libp2p_webtransport.WebTransportDialEvents.html",
12
+ "webTransport": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webtransport.webTransport.html",
13
+ ".:webTransport": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webtransport.webTransport.html"
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/webtransport",
3
- "version": "6.0.1-71e8ee163",
3
+ "version": "6.0.1",
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",
@@ -44,10 +44,10 @@
44
44
  "test:firefox": "aegir test -t browser -- --browser firefox"
45
45
  },
46
46
  "dependencies": {
47
- "@libp2p/interface": "3.0.0-71e8ee163",
48
- "@libp2p/noise": "17.0.1-71e8ee163",
49
- "@libp2p/peer-id": "6.0.1-71e8ee163",
50
- "@libp2p/utils": "7.0.1-71e8ee163",
47
+ "@libp2p/interface": "^3.0.0",
48
+ "@libp2p/noise": "^1.0.1",
49
+ "@libp2p/peer-id": "^6.0.1",
50
+ "@libp2p/utils": "^7.0.1",
51
51
  "@multiformats/multiaddr": "^13.0.1",
52
52
  "@multiformats/multiaddr-matcher": "^3.0.1",
53
53
  "multiformats": "^13.3.6",
@@ -57,16 +57,16 @@
57
57
  "uint8arrays": "^5.1.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@libp2p/crypto": "5.1.10-71e8ee163",
61
- "@libp2p/daemon-client": "10.0.1-71e8ee163",
62
- "@libp2p/logger": "6.0.1-71e8ee163",
63
- "@libp2p/ping": "3.0.1-71e8ee163",
60
+ "@libp2p/crypto": "^5.1.10",
61
+ "@libp2p/daemon-client": "^10.0.1",
62
+ "@libp2p/logger": "^6.0.1",
63
+ "@libp2p/ping": "^3.0.1",
64
64
  "@noble/hashes": "^2.0.1",
65
65
  "aegir": "^47.0.22",
66
66
  "execa": "^9.6.0",
67
67
  "go-libp2p": "^1.6.0",
68
68
  "it-all": "^3.0.9",
69
- "libp2p": "3.0.1-71e8ee163",
69
+ "libp2p": "^3.0.1",
70
70
  "p-defer": "^4.0.1",
71
71
  "p-event": "^7.0.0",
72
72
  "sinon-ts": "^2.0.0"