@libp2p/webtransport 1.0.11 → 2.0.0
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/dist/index.min.js +10 -10
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/webtransport",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
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-webtransport#readme",
|
|
@@ -156,20 +156,20 @@
|
|
|
156
156
|
},
|
|
157
157
|
"dependencies": {
|
|
158
158
|
"@chainsafe/libp2p-noise": "^11.0.0",
|
|
159
|
-
"@libp2p/interface-connection": "^
|
|
159
|
+
"@libp2p/interface-connection": "^5.0.0",
|
|
160
160
|
"@libp2p/interface-peer-id": "^2.0.0",
|
|
161
|
-
"@libp2p/interface-stream-muxer": "^
|
|
162
|
-
"@libp2p/interface-transport": "^
|
|
161
|
+
"@libp2p/interface-stream-muxer": "^4.0.0",
|
|
162
|
+
"@libp2p/interface-transport": "^3.0.0",
|
|
163
163
|
"@libp2p/logger": "^2.0.2",
|
|
164
164
|
"@libp2p/peer-id": "^2.0.0",
|
|
165
165
|
"@multiformats/multiaddr": "^12.1.0",
|
|
166
|
-
"it-stream-types": "^
|
|
166
|
+
"it-stream-types": "^2.0.1",
|
|
167
167
|
"multiformats": "^11.0.0",
|
|
168
168
|
"uint8arraylist": "^2.3.3"
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
171
|
"aegir": "^38.1.7",
|
|
172
|
-
"libp2p": "^0.
|
|
172
|
+
"libp2p": "^0.44.0",
|
|
173
173
|
"p-defer": "^4.0.0"
|
|
174
174
|
},
|
|
175
175
|
"browser": {
|