-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
273d817
commit 5322400
Showing
71 changed files
with
906 additions
and
247 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":"2.0.0","packages/connection-encrypter-plaintext":"1.0.0","packages/crypto":"3.0.0","packages/interface":"1.0.0","packages/interface-compliance-tests":"5.0.0","packages/interface-internal":"0.1.10","packages/kad-dht":"11.0.0","packages/keychain":"4.0.0","packages/libp2p":"1.0.0","packages/logger":"4.0.0","packages/metrics-prometheus":"3.0.0","packages/multistream-select":"4.0.7","packages/peer-collections":"4.0.9","packages/peer-discovery-bootstrap":"10.0.0","packages/peer-discovery-mdns":"10.0.0","packages/peer-id":"4.0.0","packages/peer-id-factory":"3.0.9","packages/peer-record":"6.0.10","packages/peer-store":"9.0.10","packages/protocol-autonat":"1.0.0","packages/protocol-dcutr":"1.0.0","packages/protocol-fetch":"1.0.0","packages/protocol-identify":"1.0.0","packages/protocol-perf":"3.0.0","packages/protocol-ping":"1.0.0","packages/pubsub":"8.0.11","packages/pubsub-floodsub":"8.0.14","packages/stream-multiplexer-mplex":"10.0.0","packages/transport-circuit-relay-v2":"1.0.0","packages/transport-tcp":"9.0.0","packages/transport-webrtc":"4.0.0","packages/transport-websockets":"8.0.0","packages/transport-webtransport":"4.0.0","packages/upnp-nat":"1.0.0","packages/utils":"5.0.0"} | ||
{"interop":"2.0.1","packages/connection-encrypter-plaintext":"1.0.1","packages/crypto":"3.0.1","packages/interface":"1.0.1","packages/interface-compliance-tests":"5.0.1","packages/interface-internal":"0.1.11","packages/kad-dht":"11.0.1","packages/keychain":"4.0.1","packages/libp2p":"1.0.1","packages/logger":"4.0.1","packages/metrics-prometheus":"3.0.1","packages/multistream-select":"4.0.8","packages/peer-collections":"4.0.10","packages/peer-discovery-bootstrap":"10.0.1","packages/peer-discovery-mdns":"10.0.1","packages/peer-id":"4.0.1","packages/peer-id-factory":"3.0.10","packages/peer-record":"6.0.11","packages/peer-store":"9.0.11","packages/protocol-autonat":"1.0.1","packages/protocol-dcutr":"1.0.1","packages/protocol-fetch":"1.0.1","packages/protocol-identify":"1.0.1","packages/protocol-perf":"3.0.1","packages/protocol-ping":"1.0.1","packages/pubsub":"8.0.12","packages/pubsub-floodsub":"8.0.15","packages/stream-multiplexer-mplex":"10.0.1","packages/transport-circuit-relay-v2":"1.0.1","packages/transport-tcp":"9.0.1","packages/transport-webrtc":"4.0.1","packages/transport-websockets":"8.0.1","packages/transport-webtransport":"4.0.1","packages/upnp-nat":"1.0.1","packages/utils":"5.0.1"} |
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": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Multidimensional interop tests", | ||
"author": "Glen De Cauwsemaecker <[email protected]> / @marcopolo", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -53,18 +53,18 @@ | |
"dependencies": { | ||
"@chainsafe/libp2p-noise": "^14.0.0", | ||
"@chainsafe/libp2p-yamux": "^6.0.1", | ||
"@libp2p/circuit-relay-v2": "^1.0.0", | ||
"@libp2p/identify": "^1.0.0", | ||
"@libp2p/mplex": "^10.0.0", | ||
"@libp2p/ping": "^1.0.0", | ||
"@libp2p/tcp": "^9.0.0", | ||
"@libp2p/webrtc": "^4.0.0", | ||
"@libp2p/websockets": "^8.0.0", | ||
"@libp2p/webtransport": "^4.0.0", | ||
"@libp2p/circuit-relay-v2": "^1.0.1", | ||
"@libp2p/identify": "^1.0.1", | ||
"@libp2p/mplex": "^10.0.1", | ||
"@libp2p/ping": "^1.0.1", | ||
"@libp2p/tcp": "^9.0.1", | ||
"@libp2p/webrtc": "^4.0.1", | ||
"@libp2p/websockets": "^8.0.1", | ||
"@libp2p/webtransport": "^4.0.1", | ||
"@multiformats/mafmt": "^12.1.6", | ||
"@multiformats/multiaddr": "^12.1.10", | ||
"aegir": "^41.0.2", | ||
"libp2p": "^1.0.0", | ||
"libp2p": "^1.0.1", | ||
"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
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)) | ||
|
||
## [11.0.1](https://github.com/libp2p/js-libp2p/compare/kad-dht-v11.0.0...kad-dht-v11.0.1) (2023-11-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* restore lost commits ([#2268](https://github.com/libp2p/js-libp2p/issues/2268)) ([5775f1d](https://github.com/libp2p/js-libp2p/commit/5775f1df4f5561500e622dc0788fdacbc74e2755)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @libp2p/crypto bumped from ^3.0.0 to ^3.0.1 | ||
* @libp2p/interface bumped from ^1.0.0 to ^1.0.1 | ||
* @libp2p/interface-internal bumped from ^0.1.10 to ^0.1.11 | ||
* @libp2p/peer-collections bumped from ^4.0.9 to ^4.0.10 | ||
* @libp2p/peer-id bumped from ^4.0.0 to ^4.0.1 | ||
* devDependencies | ||
* @libp2p/interface-compliance-tests bumped from ^5.0.0 to ^5.0.1 | ||
* @libp2p/logger bumped from ^4.0.0 to ^4.0.1 | ||
* @libp2p/peer-id-factory bumped from ^3.0.9 to ^3.0.10 | ||
* @libp2p/peer-store bumped from ^9.0.10 to ^9.0.11 | ||
|
||
## [11.0.0](https://www.github.com/libp2p/js-libp2p/compare/kad-dht-v10.0.15...kad-dht-v11.0.0) (2023-11-28) | ||
|
||
|
||
|
@@ -1931,4 +1954,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
Oops, something went wrong.