@libp2p/peer-collections 6.0.28 → 6.0.29-776cb432d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ export interface TrackedPeerListInit {
9
9
  *
10
10
  * @example
11
11
  *
12
- * * ```Typescript
12
+ * ```Typescript
13
13
  * import { trackedPeerList } from '@libp2p/peer-collections'
14
14
  * import { createLibp2p } from 'libp2p'
15
15
  *
@@ -39,7 +39,7 @@ class TrackedPeerList extends PeerList {
39
39
  *
40
40
  * @example
41
41
  *
42
- * * ```Typescript
42
+ * ```Typescript
43
43
  * import { trackedPeerList } from '@libp2p/peer-collections'
44
44
  * import { createLibp2p } from 'libp2p'
45
45
  *
@@ -9,7 +9,7 @@ export interface TrackedPeerMapInit {
9
9
  *
10
10
  * @example
11
11
  *
12
- * * ```Typescript
12
+ * ```Typescript
13
13
  * import { trackedPeerMap } from '@libp2p/peer-collections'
14
14
  * import { createLibp2p } from 'libp2p'
15
15
  *
@@ -30,7 +30,7 @@ class TrackedPeerMap extends PeerMap {
30
30
  *
31
31
  * @example
32
32
  *
33
- * * ```Typescript
33
+ * ```Typescript
34
34
  * import { trackedPeerMap } from '@libp2p/peer-collections'
35
35
  * import { createLibp2p } from 'libp2p'
36
36
  *
@@ -9,7 +9,7 @@ export interface TrackedPeerSetInit {
9
9
  *
10
10
  * @example Tracked peer sets
11
11
  *
12
- * * ```Typescript
12
+ * ```Typescript
13
13
  * import { trackedPeerSet } from '@libp2p/peer-collections'
14
14
  * import { createLibp2p } from 'libp2p'
15
15
  *
@@ -28,7 +28,7 @@ class TrackedPeerSet extends PeerSet {
28
28
  *
29
29
  * @example Tracked peer sets
30
30
  *
31
- * * ```Typescript
31
+ * ```Typescript
32
32
  * import { trackedPeerSet } from '@libp2p/peer-collections'
33
33
  * import { createLibp2p } from 'libp2p'
34
34
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-collections",
3
- "version": "6.0.28",
3
+ "version": "6.0.29-776cb432d",
4
4
  "description": "Stores values against a peer id",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-collections#readme",
@@ -32,13 +32,6 @@
32
32
  "import": "./dist/src/index.js"
33
33
  }
34
34
  },
35
- "eslintConfig": {
36
- "extends": "ipfs",
37
- "parserOptions": {
38
- "project": true,
39
- "sourceType": "module"
40
- }
41
- },
42
35
  "scripts": {
43
36
  "clean": "aegir clean",
44
37
  "lint": "aegir lint",
@@ -54,16 +47,16 @@
54
47
  "test:electron-main": "aegir test -t electron-main"
55
48
  },
56
49
  "dependencies": {
57
- "@libp2p/interface": "^2.10.0",
58
- "@libp2p/peer-id": "^5.1.3",
59
- "@libp2p/utils": "^6.6.3",
60
- "multiformats": "^13.3.1"
50
+ "@libp2p/interface": "2.10.1-776cb432d",
51
+ "@libp2p/peer-id": "5.1.4-776cb432d",
52
+ "@libp2p/utils": "6.6.4-776cb432d",
53
+ "multiformats": "^13.3.4"
61
54
  },
62
55
  "devDependencies": {
63
- "@libp2p/crypto": "^5.1.2",
64
- "@types/sinon": "^17.0.3",
65
- "aegir": "^45.1.1",
66
- "sinon": "^19.0.2",
56
+ "@libp2p/crypto": "5.1.3-776cb432d",
57
+ "@types/sinon": "^17.0.4",
58
+ "aegir": "^47.0.6",
59
+ "sinon": "^20.0.0",
67
60
  "sinon-ts": "^2.0.0"
68
61
  },
69
62
  "sideEffects": false
@@ -56,7 +56,7 @@ class TrackedPeerList extends PeerList {
56
56
  *
57
57
  * @example
58
58
  *
59
- * * ```Typescript
59
+ * ```Typescript
60
60
  * import { trackedPeerList } from '@libp2p/peer-collections'
61
61
  * import { createLibp2p } from 'libp2p'
62
62
  *
@@ -45,7 +45,7 @@ class TrackedPeerMap<V> extends PeerMap<V> {
45
45
  *
46
46
  * @example
47
47
  *
48
- * * ```Typescript
48
+ * ```Typescript
49
49
  * import { trackedPeerMap } from '@libp2p/peer-collections'
50
50
  * import { createLibp2p } from 'libp2p'
51
51
  *
@@ -43,7 +43,7 @@ class TrackedPeerSet extends PeerSet {
43
43
  *
44
44
  * @example Tracked peer sets
45
45
  *
46
- * * ```Typescript
46
+ * ```Typescript
47
47
  * import { trackedPeerSet } from '@libp2p/peer-collections'
48
48
  * import { createLibp2p } from 'libp2p'
49
49
  *
@@ -1,16 +0,0 @@
1
- {
2
- "PeerFilter": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer_collections.PeerFilter.html",
3
- "PeerList": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer_collections.PeerList.html",
4
- "PeerMap": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer_collections.PeerMap.html",
5
- "PeerSet": "https://libp2p.github.io/js-libp2p/classes/_libp2p_peer_collections.PeerSet.html",
6
- "TrackedPeerListInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer_collections.TrackedPeerListInit.html",
7
- "TrackedPeerMapInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer_collections.TrackedPeerMapInit.html",
8
- "TrackedPeerSetInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_peer_collections.TrackedPeerSetInit.html",
9
- "peerFilter": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerFilter-1.html",
10
- "peerList": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerList-1.html",
11
- "peerMap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerMap-1.html",
12
- "peerSet": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerSet-1.html",
13
- "trackedPeerList": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.trackedPeerList.html",
14
- "trackedPeerMap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.trackedPeerMap.html",
15
- "trackedPeerSet": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.trackedPeerSet.html"
16
- }