@libp2p/peer-collections 5.2.3-d1f1c2be7 → 5.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-collections",
3
- "version": "5.2.3-d1f1c2be7",
3
+ "version": "5.2.4",
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.4.1-d1f1c2be7",
58
- "@libp2p/peer-id": "4.1.3-d1f1c2be7",
59
- "@libp2p/utils": "5.4.3-d1f1c2be7"
57
+ "@libp2p/interface": "^1.5.0",
58
+ "@libp2p/peer-id": "^4.1.4",
59
+ "@libp2p/utils": "^5.4.4"
60
60
  },
61
61
  "devDependencies": {
62
- "@libp2p/peer-id-factory": "4.1.3-d1f1c2be7",
62
+ "@libp2p/peer-id-factory": "^4.1.4",
63
63
  "@types/sinon": "^17.0.3",
64
64
  "aegir": "^43.0.1",
65
65
  "sinon": "^18.0.0",