-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update packages table #265
Conversation
Regarding the not implemented packages:
Should we remove them from the table? And what about |
|
@jacobheun fixing that now by releasing a patch version with updated deps :) |
@vasco-santos agreed, remove packages that are not implemented at all |
I removed the not implemented packages and updated the lead maintainer for Now me and Jacob only need to create the PRs for the remaining repos |
For finishing this, me and @jacobheun do not have write access to the following repos: libp2p/interface-peer-discovery The right teams probably weren't added to the repos. @libp2p/dx can you make sure the right teams are added to this repo? |
@vasco-santos just added the JavaScript team to all of them |
a2744f1
to
0eec209
Compare
@vasco-santos This update should be done through https://github.com/libp2p/js-libp2p/blob/master/package-list.json vs. updating on the README directly |
0eec209
to
43d8818
Compare
@vasco-santos updated it for you :) @jacobheun, @vasco-santos now that some many parts of the core pieces are integrated, I believe that we can collapse it even more by:
|
Thanks @daviddias ! :D I am planning to work on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a swap file was accidentally added in the last commit, ./package-list.json.swp
, I'll remove it. Other than that, the changes look good.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## [6.1.6](libp2p/js-libp2p-tcp@v6.1.5...v6.1.6) (2023-04-12) ### Bug Fixes * on MultiaddrConnection close() only create timer if needed ([libp2p#262](libp2p/js-libp2p-tcp#262)) ([3637489](libp2p/js-libp2p-tcp@3637489)) ### Dependencies * bump @libp2p/interface-connection from 3.1.1 to 4.0.0 ([libp2p#265](libp2p/js-libp2p-tcp#265)) ([d2ef2d0](libp2p/js-libp2p-tcp@d2ef2d0))
Bumps [it-foreach](https://github.com/achingbrain/it) from 1.0.1 to 2.0.2. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](achingbrain/it@it-foreach-v1.0.1...it-foreach-v2.0.2) --- updated-dependencies: - dependency-name: it-foreach dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## [7.1.6](libp2p/js-libp2p-mplex@v7.1.5...v7.1.6) (2023-04-13) ### Dependencies * **dev:** bump it-all from 2.0.1 to 3.0.1 ([libp2p#260](libp2p/js-libp2p-mplex#260)) ([c63ed58](libp2p/js-libp2p-mplex@c63ed58)) * **dev:** bump it-foreach from 1.0.1 to 2.0.2 ([libp2p#265](libp2p/js-libp2p-mplex#265)) ([76d27a4](libp2p/js-libp2p-mplex@76d27a4)) * **dev:** bump it-pipe from 2.0.5 to 3.0.1 ([libp2p#268](libp2p/js-libp2p-mplex#268)) ([bd37717](libp2p/js-libp2p-mplex@bd37717))
Updated
libp2p
packages:We need to have all the packages above updated to merge this PR.
Closes #259