@libp2p/tls 1.0.7 → 1.0.8

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
@@ -54,8 +54,8 @@ $ npm i @libp2p/tls
54
54
 
55
55
  Licensed under either of
56
56
 
57
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
58
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
57
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/connection-encrypter-tls/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
58
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/connection-encrypter-tls/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
59
59
 
60
60
  # Contribution
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/tls",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A connection encrypter that uses TLS 1.3",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/connection-encrypter-tls#readme",
@@ -48,9 +48,9 @@
48
48
  "doc-check": "aegir doc-check"
49
49
  },
50
50
  "dependencies": {
51
- "@libp2p/crypto": "^4.0.6",
52
- "@libp2p/interface": "^1.2.0",
53
- "@libp2p/peer-id": "^4.0.10",
51
+ "@libp2p/crypto": "^4.1.0",
52
+ "@libp2p/interface": "^1.3.0",
53
+ "@libp2p/peer-id": "^4.1.0",
54
54
  "@peculiar/asn1-schema": "^2.3.8",
55
55
  "@peculiar/asn1-x509": "^2.3.8",
56
56
  "@peculiar/webcrypto": "^1.4.6",
@@ -63,9 +63,9 @@
63
63
  "uint8arrays": "^5.0.3"
64
64
  },
65
65
  "devDependencies": {
66
- "@libp2p/interface-compliance-tests": "^5.4.1",
67
- "@libp2p/logger": "^4.0.10",
68
- "@libp2p/peer-id-factory": "^4.0.10",
66
+ "@libp2p/interface-compliance-tests": "^5.4.2",
67
+ "@libp2p/logger": "^4.0.11",
68
+ "@libp2p/peer-id-factory": "^4.1.0",
69
69
  "@multiformats/multiaddr": "^12.2.1",
70
70
  "aegir": "^42.2.5",
71
71
  "protons": "^7.5.0",