@libp2p/interface
Advanced tools
Comparing version 2.4.1-80ddad5bb to 2.4.1-96f14e429
@@ -648,2 +648,6 @@ /** | ||
version: string; | ||
/** | ||
* A string that contains information about the implementation and runtime | ||
*/ | ||
userAgent: string; | ||
} | ||
@@ -650,0 +654,0 @@ /** |
{ | ||
"name": "@libp2p/interface", | ||
"version": "2.4.1-80ddad5bb", | ||
"version": "2.4.1-96f14e429", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -726,2 +726,7 @@ /** | ||
version: string | ||
/** | ||
* A string that contains information about the implementation and runtime | ||
*/ | ||
userAgent: string | ||
} | ||
@@ -728,0 +733,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
310661
7630