@libp2p/webtransport 3.0.4-87165551 → 3.0.4-e664d14f
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 +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -91,3 +91,5 @@ Licensed under either of
|
|
|
91
91
|
## Contribution
|
|
92
92
|
|
|
93
93
|
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
|
|
94
|
+
|
|
95
|
+
See the [Contributing](./CONTRIBUTING.md) doc for details on developing changes to this repo.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/webtransport",
|
|
3
|
-
"version": "3.0.4-
|
|
3
|
+
"version": "3.0.4-e664d14f",
|
|
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/master/packages/transport-webtransport#readme",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@chainsafe/libp2p-noise": "^13.0.0",
|
|
68
|
-
"@libp2p/interface": "0.1.2-
|
|
69
|
-
"@libp2p/logger": "3.0.2-
|
|
70
|
-
"@libp2p/peer-id": "3.0.2-
|
|
68
|
+
"@libp2p/interface": "0.1.2-e664d14f",
|
|
69
|
+
"@libp2p/logger": "3.0.2-e664d14f",
|
|
70
|
+
"@libp2p/peer-id": "3.0.2-e664d14f",
|
|
71
71
|
"@multiformats/multiaddr": "^12.1.5",
|
|
72
72
|
"it-stream-types": "^2.0.1",
|
|
73
73
|
"multiformats": "^12.0.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"aegir": "^40.0.8",
|
|
79
|
-
"libp2p": "0.46.4-
|
|
79
|
+
"libp2p": "0.46.4-e664d14f",
|
|
80
80
|
"p-defer": "^4.0.0"
|
|
81
81
|
},
|
|
82
82
|
"browser": {
|