This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
709831f
commit cc9a3f5
Showing
37 changed files
with
323 additions
and
71 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 @@ | ||
{"packages/interface-ipfs-core":"0.154.0","packages/ipfs":"0.62.0","packages/ipfs-cli":"0.12.0","packages/ipfs-client":"0.7.6","packages/ipfs-core":"0.14.0","packages/ipfs-core-config":"0.3.0","packages/ipfs-core-types":"0.10.0","packages/ipfs-core-utils":"0.14.0","packages/ipfs-daemon":"0.12.0","packages/ipfs-grpc-client":"0.9.1","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.1","packages/ipfs-http-client":"56.0.0","packages/ipfs-http-gateway":"0.9.0","packages/ipfs-http-response":"2.0.0","packages/ipfs-http-server":"0.11.0","packages/ipfs-message-port-client":"0.11.0","packages/ipfs-message-port-protocol":"0.11.0","packages/ipfs-message-port-server":"0.11.0"} | ||
{"packages/interface-ipfs-core":"0.154.1","packages/ipfs":"0.62.1","packages/ipfs-cli":"0.12.1","packages/ipfs-client":"0.7.7","packages/ipfs-core":"0.14.1","packages/ipfs-core-config":"0.3.1","packages/ipfs-core-types":"0.10.1","packages/ipfs-core-utils":"0.14.1","packages/ipfs-daemon":"0.12.1","packages/ipfs-grpc-client":"0.9.2","packages/ipfs-grpc-protocol":"0.5.5","packages/ipfs-grpc-server":"0.8.2","packages/ipfs-http-client":"56.0.1","packages/ipfs-http-gateway":"0.9.1","packages/ipfs-http-response":"2.0.1","packages/ipfs-http-server":"0.11.1","packages/ipfs-message-port-client":"0.11.1","packages/ipfs-message-port-protocol":"0.11.1","packages/ipfs-message-port-server":"0.11.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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-core-config", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Package to store node and browser specific config for ipfs-core", | ||
"author": "Alex Potsides <[email protected]>", | ||
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme", | ||
|
@@ -107,7 +107,7 @@ | |
}, | ||
"devDependencies": { | ||
"aegir": "^36.0.1", | ||
"ipfs-core-utils": "^0.14.0", | ||
"ipfs-core-utils": "^0.14.1", | ||
"rimraf": "^3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-core-utils", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "Package to share code between ipfs and ipfs-http-client", | ||
"author": "Alex Potsides <[email protected]>", | ||
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme", | ||
|
@@ -119,7 +119,7 @@ | |
"browser-readablestream-to-it": "^1.0.1", | ||
"debug": "^4.1.1", | ||
"err-code": "^3.0.1", | ||
"ipfs-core-types": "^0.10.0", | ||
"ipfs-core-types": "^0.10.1", | ||
"ipfs-unixfs": "^6.0.3", | ||
"ipfs-utils": "^9.0.2", | ||
"it-all": "^1.0.4", | ||
|
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 |
---|---|---|
|
@@ -20,6 +20,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
### [0.12.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.12.0...ipfs-daemon-v0.12.1) (2022-02-06) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* ipfs-core bumped from ^0.14.0 to ^0.14.1 | ||
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1 | ||
* ipfs-grpc-server bumped from ^0.8.1 to ^0.8.2 | ||
* ipfs-http-gateway bumped from ^0.9.0 to ^0.9.1 | ||
* ipfs-http-server bumped from ^0.11.0 to ^0.11.1 | ||
|
||
## [0.12.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon-v0.11.0...ipfs-daemon-v0.12.0) (2022-01-27) | ||
|
||
|
||
|
@@ -352,4 +365,4 @@ Co-authored-by: Hugo Dias <[email protected]> | |
|
||
## 0.3.2 (2020-12-16) | ||
|
||
**Note:** Version bump only for package ipfs-daemon | ||
**Note:** Version bump only for package ipfs-daemon |
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 |
---|---|---|
|
@@ -19,6 +19,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
|
||
|
||
### [0.9.2](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.1...ipfs-grpc-client-v0.9.2) (2022-02-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **dag:** replace custom dag walk with multiformats/traversal ([#3950](https://github.com/ipfs/js-ipfs/issues/3950)) ([596b1f4](https://github.com/ipfs/js-ipfs/commit/596b1f48a014083b1736e4ad7e746c652d2583b1)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* ipfs-core-types bumped from ^0.10.0 to ^0.10.1 | ||
* ipfs-core-utils bumped from ^0.14.0 to ^0.14.1 | ||
|
||
### [0.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client-v0.9.0...ipfs-grpc-client-v0.9.1) (2022-01-27) | ||
|
||
|
||
|
@@ -313,4 +328,4 @@ Co-authored-by: achingbrain <[email protected]> | |
### Features | ||
|
||
* add grpc server and client ([#3403](https://github.com/ipfs/js-ipfs/issues/3403)) ([a9027e0](https://github.com/ipfs/js-ipfs/commit/a9027e0ec0cea9a4f34b4f2f52e09abb35237384)), closes [#2519](https://github.com/ipfs/js-ipfs/issues/2519) [#2838](https://github.com/ipfs/js-ipfs/issues/2838) [#2943](https://github.com/ipfs/js-ipfs/issues/2943) [#2854](https://github.com/ipfs/js-ipfs/issues/2854) [#2864](https://github.com/ipfs/js-ipfs/issues/2864) | ||
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474) | ||
* allow passing a http.Agent to the grpc client ([#3477](https://github.com/ipfs/js-ipfs/issues/3477)) ([c5f0bc5](https://github.com/ipfs/js-ipfs/commit/c5f0bc5eeee15369b7d02901035b04184a8608d2)), closes [#3474](https://github.com/ipfs/js-ipfs/issues/3474) |
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.