@libp2p/peer-collections 5.2.2-7aec7bd45 → 5.2.2-bc6556f96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-collections",
3
- "version": "5.2.2-7aec7bd45",
3
+ "version": "5.2.2-bc6556f96",
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,14 +54,14 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@libp2p/interface": "1.4.0-7aec7bd45",
58
- "@libp2p/peer-id": "4.1.2-7aec7bd45",
59
- "@libp2p/utils": "5.4.2-7aec7bd45"
57
+ "@libp2p/interface": "1.4.0-bc6556f96",
58
+ "@libp2p/peer-id": "4.1.2-bc6556f96",
59
+ "@libp2p/utils": "5.4.2-bc6556f96"
60
60
  },
61
61
  "devDependencies": {
62
- "@libp2p/peer-id-factory": "4.1.2-7aec7bd45",
62
+ "@libp2p/peer-id-factory": "4.1.2-bc6556f96",
63
63
  "@types/sinon": "^17.0.3",
64
- "aegir": "^42.2.11",
64
+ "aegir": "^43.0.1",
65
65
  "sinon": "^18.0.0",
66
66
  "sinon-ts": "^2.0.0"
67
67
  },