-
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
feat: use class-is for type checks #182
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Apr 3, 2018
daviddias
force-pushed
the
feat/use-class-is-for-type-checks
branch
from
April 5, 2018 18:02
80ca3dc
to
2e858a2
Compare
ghost
assigned daviddias
Apr 5, 2018
Just did a big release party for multiformats and libp2p. Updated the deps here. Let's see if it passes CI :) |
js-libp2p-webrtc-star and js-libp2p-utp didn't get released, only merged to master, so they haven't been updated in the libp2p dependencies! |
maschad
added a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
## [7.0.0](libp2p/js-libp2p-mdns@v6.0.0...v7.0.0) (2023-03-07) ### ⚠ BREAKING CHANGES * service name now defaults to `_p2p._udp.local` and no longer uses A and AAA records -> replaced by TXT records Added random peer name option ### Features * update to latest spec, added peer name, announces all multiaddrs ([libp2p#157](libp2p/js-libp2p-mdns#157)) ([5edcc16](libp2p/js-libp2p-mdns@5edcc16)), closes [libp2p#101](libp2p/js-libp2p-mdns#101) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([28c668e](libp2p/js-libp2p-mdns@28c668e)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([9dccd84](libp2p/js-libp2p-mdns@9dccd84)) * upgrade aegir to `38.1.2` ([libp2p#182](libp2p/js-libp2p-mdns#182)) ([f86328c](libp2p/js-libp2p-mdns@f86328c))
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
Bumps [p-event](https://github.com/sindresorhus/p-event) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/sindresorhus/p-event/releases) - [Commits](sindresorhus/p-event@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: p-event dependency-type: direct:production 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>
maschad
pushed a commit
to maschad/js-libp2p
that referenced
this pull request
Jun 21, 2023
## [2.0.11](libp2p/js-libp2p-webrtc@v2.0.10...v2.0.11) (2023-06-15) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([2cb3586](libp2p/js-libp2p-webrtc@2cb3586)) * Update .github/workflows/stale.yml [skip ci] ([c80d4e9](libp2p/js-libp2p-webrtc@c80d4e9)) ### Dependencies * bump p-event from 5.0.1 to 6.0.0 ([libp2p#182](libp2p/js-libp2p-webrtc#182)) ([4df61fb](libp2p/js-libp2p-webrtc@4df61fb))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an ongoing effort to fix the ipfs/js-ipfs#938 issue.
The PR libp2p/js-libp2p-websockets/pull/72 must be merged, released and the deps updated here.