@libp2p/peer-record 7.0.14 → 7.0.15

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 +6 -6
package/README.md CHANGED
@@ -168,8 +168,8 @@ Loading this module through a script tag will make it's exports available as `Li
168
168
 
169
169
  Licensed under either of
170
170
 
171
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
172
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
171
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-record/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
172
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/peer-record/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
173
173
 
174
174
  # Contribution
175
175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-record",
3
- "version": "7.0.14",
3
+ "version": "7.0.15",
4
4
  "description": "Used to transfer signed peer data across the network",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/peer-record#readme",
@@ -61,10 +61,10 @@
61
61
  "test:electron-main": "aegir test -t electron-main"
62
62
  },
63
63
  "dependencies": {
64
- "@libp2p/crypto": "^4.0.6",
65
- "@libp2p/interface": "^1.2.0",
66
- "@libp2p/peer-id": "^4.0.10",
67
- "@libp2p/utils": "^5.3.1",
64
+ "@libp2p/crypto": "^4.1.0",
65
+ "@libp2p/interface": "^1.3.0",
66
+ "@libp2p/peer-id": "^4.1.0",
67
+ "@libp2p/utils": "^5.3.2",
68
68
  "@multiformats/multiaddr": "^12.2.1",
69
69
  "protons-runtime": "^5.4.0",
70
70
  "uint8-varint": "^2.0.4",
@@ -72,7 +72,7 @@
72
72
  "uint8arrays": "^5.0.3"
73
73
  },
74
74
  "devDependencies": {
75
- "@libp2p/peer-id-factory": "^4.0.10",
75
+ "@libp2p/peer-id-factory": "^4.1.0",
76
76
  "aegir": "^42.2.5",
77
77
  "protons": "^7.5.0"
78
78
  },