@libp2p/peer-store
Advanced tools
Comparing version 8.2.1-a1ec46b5 to 8.2.1-a41d25d4
import { CodeError } from '@libp2p/interface/errors'; | ||
import { PeerMap } from '@libp2p/peer-collections'; | ||
import { peerIdFromBytes } from '@libp2p/peer-id'; | ||
import mortice from 'mortice'; | ||
import mortice, {} from 'mortice'; | ||
import { base32 } from 'multiformats/bases/base32'; | ||
@@ -6,0 +6,0 @@ import { equals as uint8ArrayEquals } from 'uint8arrays/equals'; |
{ | ||
"name": "@libp2p/peer-store", | ||
"version": "8.2.1-a1ec46b5", | ||
"version": "8.2.1-a41d25d4", | ||
"description": "Stores information about peers libp2p knows on the network", | ||
@@ -56,8 +56,8 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "0.0.1-a1ec46b5", | ||
"@libp2p/logger": "2.1.1-a1ec46b5", | ||
"@libp2p/peer-collections": "3.0.2-a1ec46b5", | ||
"@libp2p/peer-id": "2.0.3-a1ec46b5", | ||
"@libp2p/peer-id-factory": "2.0.3-a1ec46b5", | ||
"@libp2p/peer-record": "5.0.4-a1ec46b5", | ||
"@libp2p/interface": "0.0.1-a41d25d4", | ||
"@libp2p/logger": "2.1.1-a41d25d4", | ||
"@libp2p/peer-collections": "3.0.2-a41d25d4", | ||
"@libp2p/peer-id": "2.0.3-a41d25d4", | ||
"@libp2p/peer-id-factory": "2.0.3-a41d25d4", | ||
"@libp2p/peer-record": "5.0.4-a41d25d4", | ||
"@multiformats/multiaddr": "^12.1.3", | ||
@@ -74,3 +74,3 @@ "interface-datastore": "^8.2.0", | ||
"@types/sinon": "^10.0.15", | ||
"aegir": "^39.0.13", | ||
"aegir": "^40.0.1", | ||
"datastore-core": "^9.1.1", | ||
@@ -82,6 +82,3 @@ "delay": "^6.0.0", | ||
"sinon": "^15.1.2" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -1,4 +0,3 @@ | ||
export const codes = { | ||
ERR_INVALID_PARAMETERS: 'ERR_INVALID_PARAMETERS' | ||
} |
@@ -1,2 +0,1 @@ | ||
import { CodeError } from '@libp2p/interface/errors' | ||
@@ -3,0 +2,0 @@ import { isMultiaddr } from '@multiformats/multiaddr' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
440564
3364
+ Added@libp2p/crypto@1.0.17-a41d25d4(transitive)
+ Added@libp2p/interface@0.0.1-a41d25d4(transitive)
+ Added@libp2p/logger@2.1.1-a41d25d4(transitive)
+ Added@libp2p/peer-collections@3.0.2-a41d25d4(transitive)
+ Added@libp2p/peer-id@2.0.3-a41d25d4(transitive)
+ Added@libp2p/peer-id-factory@2.0.3-a41d25d4(transitive)
+ Added@libp2p/peer-record@5.0.4-a41d25d4(transitive)
+ Added@libp2p/utils@3.0.12-a41d25d4(transitive)
- Removed@libp2p/crypto@1.0.17-a1ec46b5(transitive)
- Removed@libp2p/interface@0.0.1-a1ec46b5(transitive)
- Removed@libp2p/logger@2.1.1-a1ec46b5(transitive)
- Removed@libp2p/peer-collections@3.0.2-a1ec46b5(transitive)
- Removed@libp2p/peer-id@2.0.3-a1ec46b5(transitive)
- Removed@libp2p/peer-id-factory@2.0.3-a1ec46b5(transitive)
- Removed@libp2p/peer-record@5.0.4-a1ec46b5(transitive)
- Removed@libp2p/utils@3.0.12-a1ec46b5(transitive)