@libp2p/interface
Advanced tools
Comparing version 1.6.1-40902d99b to 1.6.1-4a994c5ef
@@ -467,3 +467,3 @@ /** | ||
* // create a new stream within the connection | ||
* const { stream, protocol } = await conn.newStream(['/echo/1.1.0', '/echo/1.0.0']) | ||
* const stream = await conn.newStream(['/echo/1.1.0', '/echo/1.0.0']) | ||
* | ||
@@ -470,0 +470,0 @@ * // protocol negotiated: 'echo/1.0.0' means that the other party only supports the older version |
{ | ||
"name": "@libp2p/interface", | ||
"version": "1.6.1-40902d99b", | ||
"version": "1.6.1-4a994c5ef", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -530,3 +530,3 @@ /** | ||
* // create a new stream within the connection | ||
* const { stream, protocol } = await conn.newStream(['/echo/1.1.0', '/echo/1.0.0']) | ||
* const stream = await conn.newStream(['/echo/1.1.0', '/echo/1.0.0']) | ||
* | ||
@@ -533,0 +533,0 @@ * // protocol negotiated: 'echo/1.0.0' means that the other party only supports the older version |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235776