@libp2p/tcp 9.0.22 → 9.0.23

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 +5 -5
package/README.md CHANGED
@@ -63,8 +63,8 @@ $ npm i @libp2p/tcp
63
63
 
64
64
  Licensed under either of
65
65
 
66
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
67
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
66
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-tcp/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
67
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/transport-tcp/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
68
68
 
69
69
  # Contribution
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/tcp",
3
- "version": "9.0.22",
3
+ "version": "9.0.23",
4
4
  "description": "A TCP transport for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-tcp#readme",
@@ -56,16 +56,16 @@
56
56
  "test:electron-main": "aegir test -t electron-main"
57
57
  },
58
58
  "dependencies": {
59
- "@libp2p/interface": "^1.2.0",
60
- "@libp2p/utils": "^5.3.1",
59
+ "@libp2p/interface": "^1.3.0",
60
+ "@libp2p/utils": "^5.3.2",
61
61
  "@multiformats/mafmt": "^12.1.6",
62
62
  "@multiformats/multiaddr": "^12.2.1",
63
63
  "@types/sinon": "^17.0.3",
64
64
  "stream-to-it": "^1.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@libp2p/interface-compliance-tests": "^5.4.1",
68
- "@libp2p/logger": "^4.0.10",
67
+ "@libp2p/interface-compliance-tests": "^5.4.2",
68
+ "@libp2p/logger": "^4.0.11",
69
69
  "aegir": "^42.2.5",
70
70
  "it-all": "^3.0.4",
71
71
  "it-pipe": "^3.0.1",