@libp2p/tcp
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
### [1.0.1](https://github.com/libp2p/js-libp2p-tcp/compare/v1.0.0...v1.0.1) (2022-01-08) | ||
### Trivial Changes | ||
* add semantic release config ([#155](https://github.com/libp2p/js-libp2p-tcp/issues/155)) ([def9ad7](https://github.com/libp2p/js-libp2p-tcp/commit/def9ad759d39da21639358b06bd847ab30b3cb7b)) | ||
## [0.17.2](https://github.com/libp2p/js-libp2p-tcp/compare/v0.17.1...v0.17.2) (2021-09-03) | ||
@@ -451,4 +458,1 @@ | ||
# 0.1.0 (2015-09-16) | ||
106
package.json
{ | ||
"name": "@libp2p/tcp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", | ||
@@ -63,25 +63,83 @@ "main": "./dist/src/index.js", | ||
}, | ||
"contributors": [ | ||
"David Dias <daviddias.p@gmail.com>", | ||
"Jacob Heun <jacobheun@gmail.com>", | ||
"Vasco Santos <vasco.santos@moxy.studio>", | ||
"Stephen Whitmore <stephen.whitmore@gmail.com>", | ||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>", | ||
"Alex Potsides <alex@achingbrain.net>", | ||
"Richard Littauer <richard.littauer@gmail.com>", | ||
"Tom White <tomtinkerer@gmail.com>", | ||
"Alan Shaw <alan@tableflip.io>", | ||
"Nazar Hussain <nazarhussain@gmail.com>", | ||
"Pedro Teixeira <i@pgte.me>", | ||
"Prashanth Chandra <coolshanth94@gmail.com>", | ||
"Ryan Mehta <ryan.mehta@gmail.com>", | ||
"Linus Unnebäck <linus@folkdatorn.se>", | ||
"Cayman <caymannava@gmail.com>", | ||
"Diogo Silva <fsdiogo@gmail.com>", | ||
"Dmitriy Ryajov <dryajov@gmail.com>", | ||
"Drew Stone <drewstone329@gmail.com>", | ||
"Evan Schwartz <evan.mark.schwartz@gmail.com>", | ||
"João Antunes <j.goncalo.antunes@gmail.com>", | ||
"Mikeal Rogers <mikeal.rogers@gmail.com>" | ||
] | ||
"release": { | ||
"branches": [ | ||
"master" | ||
], | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "conventionalcommits", | ||
"releaseRules": [ | ||
{ | ||
"breaking": true, | ||
"release": "major" | ||
}, | ||
{ | ||
"revert": true, | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "feat", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "fix", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "chore", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "test", | ||
"release": "patch" | ||
}, | ||
{ | ||
"scope": "no-release", | ||
"release": false | ||
} | ||
] | ||
} | ||
], | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"preset": "conventionalcommits", | ||
"presetConfig": { | ||
"types": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Trivial Changes" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Trivial Changes" | ||
}, | ||
{ | ||
"type": "test", | ||
"section": "Tests" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
"@semantic-release/git" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
96223
2
31
68
7
1
352