-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
025c082
commit 5cba173
Showing
55 changed files
with
549 additions
and
171 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"interop":"1.0.8","packages/crypto":"2.0.6","packages/interface":"0.1.4","packages/interface-compliance-tests":"4.1.2","packages/interface-internal":"0.1.7","packages/kad-dht":"10.0.11","packages/keychain":"3.0.6","packages/libp2p":"0.46.16","packages/logger":"3.0.4","packages/metrics-prometheus":"2.0.9","packages/multistream-select":"4.0.4","packages/peer-collections":"4.0.6","packages/peer-discovery-bootstrap":"9.0.9","packages/peer-discovery-mdns":"9.0.11","packages/peer-id":"3.0.4","packages/peer-id-factory":"3.0.6","packages/peer-record":"6.0.7","packages/peer-store":"9.0.7","packages/protocol-perf":"1.1.13","packages/pubsub":"8.0.8","packages/pubsub-floodsub":"8.0.10","packages/stream-multiplexer-mplex":"9.0.9","packages/transport-tcp":"8.0.10","packages/transport-webrtc":"3.2.5","packages/transport-websockets":"7.0.10","packages/transport-webtransport":"3.1.5","packages/utils":"4.0.5"} | ||
{"interop":"1.0.9","packages/crypto":"2.0.7","packages/interface":"0.1.5","packages/interface-compliance-tests":"4.1.3","packages/interface-internal":"0.1.8","packages/kad-dht":"10.0.12","packages/keychain":"3.0.7","packages/libp2p":"0.46.17","packages/logger":"3.0.5","packages/metrics-prometheus":"2.0.10","packages/multistream-select":"4.0.5","packages/peer-collections":"4.0.7","packages/peer-discovery-bootstrap":"9.0.10","packages/peer-discovery-mdns":"9.0.12","packages/peer-id":"3.0.5","packages/peer-id-factory":"3.0.7","packages/peer-record":"6.0.8","packages/peer-store":"9.0.8","packages/protocol-perf":"1.1.14","packages/pubsub":"8.0.9","packages/pubsub-floodsub":"8.0.11","packages/stream-multiplexer-mplex":"9.0.10","packages/transport-tcp":"8.0.11","packages/transport-webrtc":"3.2.6","packages/transport-websockets":"7.0.11","packages/transport-webtransport":"3.1.6","packages/utils":"4.0.6"} |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@libp2p/multidim-interop", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Multidimensional interop tests", | ||
"author": "Glen De Cauwsemaecker <[email protected]> / @marcopolo", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -53,15 +53,15 @@ | |
"dependencies": { | ||
"@chainsafe/libp2p-noise": "^13.0.0", | ||
"@chainsafe/libp2p-yamux": "^5.0.0", | ||
"@libp2p/mplex": "^9.0.9", | ||
"@libp2p/tcp": "^8.0.10", | ||
"@libp2p/webrtc": "^3.2.5", | ||
"@libp2p/websockets": "^7.0.10", | ||
"@libp2p/webtransport": "^3.1.5", | ||
"@libp2p/mplex": "^9.0.10", | ||
"@libp2p/tcp": "^8.0.11", | ||
"@libp2p/webrtc": "^3.2.6", | ||
"@libp2p/websockets": "^7.0.11", | ||
"@libp2p/webtransport": "^3.1.6", | ||
"@multiformats/mafmt": "^12.1.2", | ||
"@multiformats/multiaddr": "^12.1.5", | ||
"aegir": "^41.0.2", | ||
"libp2p": "^0.46.16", | ||
"libp2p": "^0.46.17", | ||
"redis": "^4.5.1" | ||
}, | ||
"browser": { | ||
|
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 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 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 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,24 @@ | |
|
||
* skip self-query if not running ([#479](https://github.com/libp2p/js-libp2p-kad-dht/issues/479)) ([7095290](https://github.com/libp2p/js-libp2p-kad-dht/commit/70952907a27fd8778773172059879656b4f08855)) | ||
|
||
### [10.0.12](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.11...kad-dht-v10.0.12) (2023-11-03) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @libp2p/crypto bumped from ^2.0.6 to ^2.0.7 | ||
* @libp2p/interface bumped from ^0.1.4 to ^0.1.5 | ||
* @libp2p/interface-internal bumped from ^0.1.7 to ^0.1.8 | ||
* @libp2p/logger bumped from ^3.0.4 to ^3.0.5 | ||
* @libp2p/peer-collections bumped from ^4.0.6 to ^4.0.7 | ||
* @libp2p/peer-id bumped from ^3.0.4 to ^3.0.5 | ||
* devDependencies | ||
* @libp2p/interface-compliance-tests bumped from ^4.1.2 to ^4.1.3 | ||
* @libp2p/peer-id-factory bumped from ^3.0.6 to ^3.0.7 | ||
* @libp2p/peer-store bumped from ^9.0.7 to ^9.0.8 | ||
|
||
### [10.0.11](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.10...kad-dht-v10.0.11) (2023-10-25) | ||
|
||
|
||
|
@@ -1846,4 +1864,4 @@ Co-Authored-By: vasco-santos <[email protected]> | |
|
||
### Features | ||
|
||
* v0.1.0 ([4bd1fbc](https://github.com/libp2p/js-libp2p-kad-dht/commit/4bd1fbc)) | ||
* v0.1.0 ([4bd1fbc](https://github.com/libp2p/js-libp2p-kad-dht/commit/4bd1fbc)) |
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 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 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 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
Oops, something went wrong.