@multiformats/multiaddr
Advanced tools
Comparing version 10.4.3 to 10.5.0
@@ -35,2 +35,3 @@ const V = -1; | ||
[460, 0, 'quic'], | ||
[465, 0, 'webtransport'], | ||
[466, V, 'certhash'], | ||
@@ -37,0 +38,0 @@ [477, 0, 'ws'], |
{ | ||
"name": "@multiformats/multiaddr", | ||
"version": "10.4.3", | ||
"version": "10.5.0", | ||
"description": "multiaddr implementation (binary + string representation of network addresses)", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -44,2 +44,3 @@ export interface Protocol { | ||
[460, 0, 'quic'], | ||
[465, 0, 'webtransport'], | ||
[466, V, 'certhash'], | ||
@@ -46,0 +47,0 @@ [477, 0, 'ws'], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
133280
2714