-
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
70d5efc
commit b8c2bf4
Showing
55 changed files
with
561 additions
and
164 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.12","packages/crypto":"2.0.7","packages/interface":"0.1.5","packages/interface-compliance-tests":"4.1.4","packages/interface-internal":"0.1.8","packages/kad-dht":"10.0.13","packages/keychain":"3.0.7","packages/libp2p":"0.46.19","packages/logger":"3.0.5","packages/metrics-prometheus":"2.0.11","packages/multistream-select":"4.0.5","packages/peer-collections":"4.0.7","packages/peer-discovery-bootstrap":"9.0.11","packages/peer-discovery-mdns":"9.0.13","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":"2.0.0","packages/pubsub":"8.0.9","packages/pubsub-floodsub":"8.0.12","packages/stream-multiplexer-mplex":"9.0.11","packages/transport-tcp":"8.0.12","packages/transport-webrtc":"3.2.9","packages/transport-websockets":"7.0.12","packages/transport-webtransport":"3.1.8","packages/utils":"4.0.6"} | ||
{"interop":"1.0.13","packages/crypto":"2.0.8","packages/interface":"0.1.6","packages/interface-compliance-tests":"4.1.5","packages/interface-internal":"0.1.9","packages/kad-dht":"10.0.14","packages/keychain":"3.0.8","packages/libp2p":"0.46.20","packages/logger":"3.1.0","packages/metrics-prometheus":"2.0.12","packages/multistream-select":"4.0.6","packages/peer-collections":"4.0.8","packages/peer-discovery-bootstrap":"9.0.12","packages/peer-discovery-mdns":"9.0.14","packages/peer-id":"3.0.6","packages/peer-id-factory":"3.0.8","packages/peer-record":"6.0.9","packages/peer-store":"9.0.9","packages/protocol-perf":"2.0.1","packages/pubsub":"8.0.10","packages/pubsub-floodsub":"8.0.13","packages/stream-multiplexer-mplex":"9.0.12","packages/transport-tcp":"8.0.13","packages/transport-webrtc":"3.2.10","packages/transport-websockets":"7.0.13","packages/transport-webtransport":"3.1.9","packages/utils":"4.0.7"} |
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.12", | ||
"version": "1.0.13", | ||
"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.11", | ||
"@libp2p/tcp": "^8.0.12", | ||
"@libp2p/webrtc": "^3.2.9", | ||
"@libp2p/websockets": "^7.0.12", | ||
"@libp2p/webtransport": "^3.1.8", | ||
"@libp2p/mplex": "^9.0.12", | ||
"@libp2p/tcp": "^8.0.13", | ||
"@libp2p/webrtc": "^3.2.10", | ||
"@libp2p/websockets": "^7.0.13", | ||
"@libp2p/webtransport": "^3.1.9", | ||
"@multiformats/mafmt": "^12.1.2", | ||
"@multiformats/multiaddr": "^12.1.5", | ||
"aegir": "^41.0.2", | ||
"libp2p": "^0.46.19", | ||
"libp2p": "^0.46.20", | ||
"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,29 @@ | |
|
||
* 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.14](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.13...kad-dht-v10.0.14) (2023-11-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* do not overwrite signal property of options ([#2214](https://www.github.com/libp2p/js-libp2p/issues/2214)) ([70d5efc](https://www.github.com/libp2p/js-libp2p/commit/70d5efc2e901a2c419fe3f82d767f278b6d698fd)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @libp2p/crypto bumped from ^2.0.7 to ^2.0.8 | ||
* @libp2p/interface bumped from ^0.1.5 to ^0.1.6 | ||
* @libp2p/interface-internal bumped from ^0.1.8 to ^0.1.9 | ||
* @libp2p/logger bumped from ^3.0.5 to ^3.1.0 | ||
* @libp2p/peer-collections bumped from ^4.0.7 to ^4.0.8 | ||
* @libp2p/peer-id bumped from ^3.0.5 to ^3.0.6 | ||
* devDependencies | ||
* @libp2p/interface-compliance-tests bumped from ^4.1.4 to ^4.1.5 | ||
* @libp2p/peer-id-factory bumped from ^3.0.7 to ^3.0.8 | ||
* @libp2p/peer-store bumped from ^9.0.8 to ^9.0.9 | ||
|
||
### [10.0.13](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.12...kad-dht-v10.0.13) (2023-11-07) | ||
|
||
|
||
|
@@ -1873,4 +1896,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.