@libp2p/identify 1.0.19 → 1.0.20

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 +8 -8
package/README.md CHANGED
@@ -62,8 +62,8 @@ Loading this module through a script tag will make it's exports available as `Li
62
62
 
63
63
  Licensed under either of
64
64
 
65
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
66
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
65
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-identify/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
66
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/protocol-identify/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
67
67
 
68
68
  # Contribution
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/identify",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Implementation of the Identify Protocol",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/protocol-identify#readme",
@@ -52,10 +52,10 @@
52
52
  "doc-check": "aegir doc-check"
53
53
  },
54
54
  "dependencies": {
55
- "@libp2p/interface": "^1.2.0",
56
- "@libp2p/interface-internal": "^1.1.0",
57
- "@libp2p/peer-id": "^4.0.10",
58
- "@libp2p/peer-record": "^7.0.14",
55
+ "@libp2p/interface": "^1.3.0",
56
+ "@libp2p/interface-internal": "^1.1.1",
57
+ "@libp2p/peer-id": "^4.1.0",
58
+ "@libp2p/peer-record": "^7.0.15",
59
59
  "@multiformats/multiaddr": "^12.2.1",
60
60
  "@multiformats/multiaddr-matcher": "^1.2.0",
61
61
  "it-protobuf-stream": "^1.1.2",
@@ -65,9 +65,9 @@
65
65
  "wherearewe": "^2.0.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@libp2p/interface-compliance-tests": "^5.4.1",
69
- "@libp2p/logger": "^4.0.10",
70
- "@libp2p/peer-id-factory": "^4.0.10",
68
+ "@libp2p/interface-compliance-tests": "^5.4.2",
69
+ "@libp2p/logger": "^4.0.11",
70
+ "@libp2p/peer-id-factory": "^4.1.0",
71
71
  "aegir": "^42.2.5",
72
72
  "delay": "^6.0.0",
73
73
  "it-drain": "^3.0.5",