@libp2p/peer-collections 5.2.8 → 5.2.9-1675adee2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-collections",
3
- "version": "5.2.8",
3
+ "version": "5.2.9-1675adee2",
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",
@@ -54,12 +54,12 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@libp2p/interface": "^1.6.3",
58
- "@libp2p/peer-id": "^4.2.3",
59
- "@libp2p/utils": "^5.4.8"
57
+ "@libp2p/interface": "1.7.0-1675adee2",
58
+ "@libp2p/peer-id": "4.2.4-1675adee2",
59
+ "@libp2p/utils": "5.4.9-1675adee2"
60
60
  },
61
61
  "devDependencies": {
62
- "@libp2p/peer-id-factory": "^4.2.3",
62
+ "@libp2p/peer-id-factory": "4.2.4-1675adee2",
63
63
  "@types/sinon": "^17.0.3",
64
64
  "aegir": "^44.0.1",
65
65
  "sinon": "^18.0.0",
@@ -1,13 +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
- "peerFilter": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerFilter-1.html",
7
- "peerList": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerList-1.html",
8
- "peerMap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerMap-1.html",
9
- "peerSet": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.peerSet-1.html",
10
- "trackedPeerList": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.trackedPeerList.html",
11
- "trackedPeerMap": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.trackedPeerMap.html",
12
- "trackedPeerSet": "https://libp2p.github.io/js-libp2p/functions/_libp2p_peer_collections.trackedPeerSet.html"
13
- }