@libp2p/peer-store 10.0.15 → 10.0.16

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -48,8 +48,8 @@ Loading this module through a script tag will make it's exports available as `Li
48
48
 
49
49
  Licensed under either of
50
50
 
51
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
52
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
51
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-store/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
52
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-store/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
53
53
 
54
54
  # Contribution
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-store",
3
- "version": "10.0.15",
3
+ "version": "10.0.16",
4
4
  "description": "Stores information about peers libp2p knows on the network",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-store#readme",
@@ -59,10 +59,10 @@
59
59
  "test:electron-main": "aegir test -t electron-main"
60
60
  },
61
61
  "dependencies": {
62
- "@libp2p/interface": "^1.2.0",
63
- "@libp2p/peer-collections": "^5.1.10",
64
- "@libp2p/peer-id": "^4.0.10",
65
- "@libp2p/peer-record": "^7.0.14",
62
+ "@libp2p/interface": "^1.3.0",
63
+ "@libp2p/peer-collections": "^5.1.11",
64
+ "@libp2p/peer-id": "^4.1.0",
65
+ "@libp2p/peer-record": "^7.0.15",
66
66
  "@multiformats/multiaddr": "^12.2.1",
67
67
  "interface-datastore": "^8.2.11",
68
68
  "it-all": "^3.0.4",
@@ -73,8 +73,8 @@
73
73
  "uint8arrays": "^5.0.3"
74
74
  },
75
75
  "devDependencies": {
76
- "@libp2p/logger": "^4.0.10",
77
- "@libp2p/peer-id-factory": "^4.0.10",
76
+ "@libp2p/logger": "^4.0.11",
77
+ "@libp2p/peer-id-factory": "^4.1.0",
78
78
  "@types/sinon": "^17.0.3",
79
79
  "aegir": "^42.2.5",
80
80
  "datastore-core": "^9.2.9",