@libp2p/interface
Advanced tools
Comparing version 0.1.2-5294f14c to 0.1.2-5a6a4379
@@ -128,3 +128,3 @@ import type { AbortOptions } from '../index.js'; | ||
/** | ||
* Once a protocol has been negotiated for this stream, it will be set on the stat object | ||
* The protocol negotiated for this stream | ||
*/ | ||
@@ -199,7 +199,7 @@ protocol?: string; | ||
/** | ||
* Once a multiplexer has been negotiated for this stream, it will be set on the stat object | ||
* The multiplexer negotiated for this connection | ||
*/ | ||
multiplexer?: string; | ||
/** | ||
* Once a connection encrypter has been negotiated for this stream, it will be set on the stat object | ||
* The encryption protocol negotiated for this connection | ||
*/ | ||
@@ -206,0 +206,0 @@ encryption?: string; |
{ | ||
"name": "@libp2p/interface", | ||
"version": "0.1.2-5294f14c", | ||
"version": "0.1.2-5a6a4379", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -143,2 +143,3 @@ "license": "Apache-2.0 OR MIT", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
@@ -172,5 +173,5 @@ } | ||
"aegir": "^40.0.8", | ||
"sinon": "^15.1.2", | ||
"sinon": "^16.0.0", | ||
"sinon-ts": "^1.0.0" | ||
} | ||
} |
@@ -149,3 +149,3 @@ import type { AbortOptions } from '../index.js' | ||
/** | ||
* Once a protocol has been negotiated for this stream, it will be set on the stat object | ||
* The protocol negotiated for this stream | ||
*/ | ||
@@ -235,3 +235,3 @@ protocol?: string | ||
/** | ||
* Once a multiplexer has been negotiated for this stream, it will be set on the stat object | ||
* The multiplexer negotiated for this connection | ||
*/ | ||
@@ -241,3 +241,3 @@ multiplexer?: string | ||
/** | ||
* Once a connection encrypter has been negotiated for this stream, it will be set on the stat object | ||
* The encryption protocol negotiated for this connection | ||
*/ | ||
@@ -244,0 +244,0 @@ encryption?: string |
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
253458