-
Notifications
You must be signed in to change notification settings - Fork 455
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
02b8932
commit 7b2ddc1
Showing
53 changed files
with
667 additions
and
204 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,28 +1 @@ | ||
{ | ||
"packages/crypto":"2.0.2", | ||
"packages/interface":"0.1.1", | ||
"packages/interface-compliance-tests":"4.0.2", | ||
"packages/interface-internal":"0.1.2", | ||
"packages/kad-dht":"10.0.2", | ||
"packages/keychain":"3.0.2", | ||
"packages/libp2p":"0.46.3", | ||
"packages/logger":"3.0.1", | ||
"packages/metrics-prometheus":"2.0.2", | ||
"packages/multistream-select":"4.0.1", | ||
"packages/peer-collections":"4.0.2", | ||
"packages/peer-discovery-bootstrap":"9.0.2", | ||
"packages/peer-discovery-mdns":"9.0.2", | ||
"packages/peer-id":"3.0.1", | ||
"packages/peer-id-factory":"3.0.2", | ||
"packages/peer-record":"6.0.2", | ||
"packages/peer-store":"9.0.2", | ||
"packages/protocol-perf":"1.0.0", | ||
"packages/pubsub":"8.0.3", | ||
"packages/pubsub-floodsub":"8.0.3", | ||
"packages/stream-multiplexer-mplex":"9.0.2", | ||
"packages/transport-tcp":"8.0.2", | ||
"packages/transport-webrtc":"3.1.3", | ||
"packages/transport-websockets":"7.0.2", | ||
"packages/transport-webtransport":"3.0.3", | ||
"packages/utils":"4.0.1" | ||
} | ||
{"packages/crypto":"2.0.3","packages/interface":"0.1.2","packages/interface-compliance-tests":"4.0.3","packages/interface-internal":"0.1.3","packages/kad-dht":"10.0.3","packages/keychain":"3.0.3","packages/libp2p":"0.46.4","packages/logger":"3.0.2","packages/metrics-prometheus":"2.0.3","packages/multistream-select":"4.0.2","packages/peer-collections":"4.0.3","packages/peer-discovery-bootstrap":"9.0.3","packages/peer-discovery-mdns":"9.0.3","packages/peer-id":"3.0.2","packages/peer-id-factory":"3.0.3","packages/peer-record":"6.0.3","packages/peer-store":"9.0.3","packages/protocol-perf":"1.1.0","packages/pubsub":"8.0.4","packages/pubsub-floodsub":"8.0.4","packages/stream-multiplexer-mplex":"9.0.3","packages/transport-tcp":"8.0.3","packages/transport-webrtc":"3.1.4","packages/transport-websockets":"7.0.3","packages/transport-webtransport":"3.0.4","packages/utils":"4.0.2"} |
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,30 @@ | |
|
||
* 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.3](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.2...kad-dht-v10.0.3) (2023-08-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **@libp2p/kad-dht:** update timeout ref type ([02b8932](https://www.github.com/libp2p/js-libp2p/commit/02b89323130f6d70a0f804f7f1a6adba81ea4d0a)) | ||
* update project config ([9c0353c](https://www.github.com/libp2p/js-libp2p/commit/9c0353cf5a1e13196ca0e7764f87e36478518f69)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @libp2p/crypto bumped from ^2.0.2 to ^2.0.3 | ||
* @libp2p/interface bumped from ^0.1.1 to ^0.1.2 | ||
* @libp2p/interface-internal bumped from ^0.1.2 to ^0.1.3 | ||
* @libp2p/logger bumped from ^3.0.1 to ^3.0.2 | ||
* @libp2p/peer-collections bumped from ^4.0.2 to ^4.0.3 | ||
* @libp2p/peer-id bumped from ^3.0.1 to ^3.0.2 | ||
* devDependencies | ||
* @libp2p/interface-compliance-tests bumped from ^4.0.2 to ^4.0.3 | ||
* @libp2p/peer-id-factory bumped from ^3.0.2 to ^3.0.3 | ||
* @libp2p/peer-store bumped from ^9.0.2 to ^9.0.3 | ||
|
||
### [10.0.2](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.1...kad-dht-v10.0.2) (2023-08-05) | ||
|
||
|
||
|
@@ -1719,4 +1743,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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,25 @@ | |
|
||
* **dev:** bump aegir from 38.1.8 to 39.0.10 ([#70](https://github.com/libp2p/js-libp2p-keychain/issues/70)) ([4da4a08](https://github.com/libp2p/js-libp2p-keychain/commit/4da4a08b86f436c36e2fae48ecc48817e9b8066f)) | ||
|
||
### [3.0.3](https://www.github.com/libp2p/js-libp2p/compare/keychain-v3.0.2...keychain-v3.0.3) (2023-08-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update project config ([9c0353c](https://www.github.com/libp2p/js-libp2p/commit/9c0353cf5a1e13196ca0e7764f87e36478518f69)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @libp2p/crypto bumped from ^2.0.2 to ^2.0.3 | ||
* @libp2p/interface bumped from ^0.1.1 to ^0.1.2 | ||
* @libp2p/logger bumped from ^3.0.1 to ^3.0.2 | ||
* @libp2p/peer-id bumped from ^3.0.1 to ^3.0.2 | ||
* devDependencies | ||
* @libp2p/peer-id-factory bumped from ^3.0.2 to ^3.0.3 | ||
|
||
### [3.0.2](https://www.github.com/libp2p/js-libp2p/compare/keychain-v3.0.1...keychain-v3.0.2) (2023-08-05) | ||
|
||
|
||
|
@@ -255,4 +274,4 @@ Co-Authored-By: Vasco Santos <[email protected]> | |
### Features | ||
|
||
* move bits from https://github.com/richardschneider/ipfs-encryption ([1a96ae8](https://github.com/libp2p/js-libp2p-keychain/commit/1a96ae8)) | ||
* use libp2p-crypto ([#18](https://github.com/libp2p/js-libp2p-keychain/issues/18)) ([c1627a9](https://github.com/libp2p/js-libp2p-keychain/commit/c1627a9)) | ||
* use libp2p-crypto ([#18](https://github.com/libp2p/js-libp2p-keychain/issues/18)) ([c1627a9](https://github.com/libp2p/js-libp2p-keychain/commit/c1627a9)) |
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.