@libp2p/interface
Advanced tools
Comparing version 1.5.0-6573cb8b0 to 1.5.0-af85a7cad
@@ -17,2 +17,5 @@ import type { KeyType } from '../keys/index.js'; | ||
} | ||
export interface URLPeerId extends PeerId { | ||
readonly type: 'url'; | ||
} | ||
export interface PeerId { | ||
@@ -19,0 +22,0 @@ type: PeerIdType; |
{ | ||
"name": "@libp2p/interface", | ||
"version": "1.5.0-6573cb8b0", | ||
"version": "1.5.0-af85a7cad", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -22,2 +22,6 @@ import type { KeyType } from '../keys/index.js' | ||
export interface URLPeerId extends PeerId { | ||
readonly type: 'url' | ||
} | ||
export interface PeerId { | ||
@@ -24,0 +28,0 @@ type: PeerIdType |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
232261
5706