@libp2p/peer-store
Advanced tools
Comparing version 8.2.1-562f9b08 to 8.2.1-57c32721
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-562f9b08", | ||
"version": "8.2.1-57c32721", | ||
"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-562f9b08", | ||
"@libp2p/logger": "2.1.1-562f9b08", | ||
"@libp2p/peer-collections": "3.0.2-562f9b08", | ||
"@libp2p/peer-id": "2.0.3-562f9b08", | ||
"@libp2p/peer-id-factory": "2.0.3-562f9b08", | ||
"@libp2p/peer-record": "5.0.4-562f9b08", | ||
"@libp2p/interface": "0.0.1-57c32721", | ||
"@libp2p/logger": "2.1.1-57c32721", | ||
"@libp2p/peer-collections": "3.0.2-57c32721", | ||
"@libp2p/peer-id": "2.0.3-57c32721", | ||
"@libp2p/peer-id-factory": "2.0.3-57c32721", | ||
"@libp2p/peer-record": "5.0.4-57c32721", | ||
"@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-57c32721(transitive)
+ Added@libp2p/interface@0.0.1-57c32721(transitive)
+ Added@libp2p/logger@2.1.1-57c32721(transitive)
+ Added@libp2p/peer-collections@3.0.2-57c32721(transitive)
+ Added@libp2p/peer-id@2.0.3-57c32721(transitive)
+ Added@libp2p/peer-id-factory@2.0.3-57c32721(transitive)
+ Added@libp2p/peer-record@5.0.4-57c32721(transitive)
+ Added@libp2p/utils@3.0.12-57c32721(transitive)
- Removed@libp2p/crypto@1.0.17-562f9b08(transitive)
- Removed@libp2p/interface@0.0.1-562f9b08(transitive)
- Removed@libp2p/logger@2.1.1-562f9b08(transitive)
- Removed@libp2p/peer-collections@3.0.2-562f9b08(transitive)
- Removed@libp2p/peer-id@2.0.3-562f9b08(transitive)
- Removed@libp2p/peer-id-factory@2.0.3-562f9b08(transitive)
- Removed@libp2p/peer-record@5.0.4-562f9b08(transitive)
- Removed@libp2p/utils@3.0.12-562f9b08(transitive)