This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 30 files changed +184
-54
lines changed
ipfs-message-port-protocol
30 files changed +184
-54
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.7.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.7.0...ipfs-cli@0.7.1 ) (2021-07-30)
7
+
8
+ ** Note:** Version bump only for package ipfs-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.7.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.6.2...ipfs-cli@0.7.0 ) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-cli" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
37
37
"err-code" : " ^3.0.1" ,
38
38
"execa" : " ^5.0.0" ,
39
39
"get-folder-size" : " ^2.0.1" ,
40
- "ipfs-core" : " ^0.9.0 " ,
41
- "ipfs-core-types" : " ^0.6.0 " ,
42
- "ipfs-core-utils" : " ^0.9.0 " ,
43
- "ipfs-daemon" : " ^0.8.0 " ,
44
- "ipfs-http-client" : " ^51.0.0 " ,
40
+ "ipfs-core" : " ^0.9.1 " ,
41
+ "ipfs-core-types" : " ^0.6.1 " ,
42
+ "ipfs-core-utils" : " ^0.9.1 " ,
43
+ "ipfs-daemon" : " ^0.8.1 " ,
44
+ "ipfs-http-client" : " ^51.0.1 " ,
45
45
"ipfs-repo" : " ^11.0.1" ,
46
46
"ipfs-utils" : " ^8.1.4" ,
47
47
"it-all" : " ^1.0.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.5.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.5.0...ipfs-client@0.5.1 ) (2021-07-30)
7
+
8
+ ** Note:** Version bump only for package ipfs-client
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.5.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.4.3...ipfs-client@0.5.0 ) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-client" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " A client library to talk to local IPFS daemons" ,
5
5
"keywords" : [
6
6
" ipfs"
32
32
"dep-check" : " aegir dep-check -i aegir -i rimraf"
33
33
},
34
34
"dependencies" : {
35
- "ipfs-grpc-client" : " ^0.4.0 " ,
36
- "ipfs-http-client" : " ^51.0.0 " ,
35
+ "ipfs-grpc-client" : " ^0.4.1 " ,
36
+ "ipfs-http-client" : " ^51.0.1 " ,
37
37
"merge-options" : " ^3.0.4"
38
38
},
39
39
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.6.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.6.0...ipfs-core-types@0.6.1 ) (2021-07-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * typo in 'multiformats' type defs ([ #3778 ] ( https://github.com/ipfs/js-ipfs/issues/3778 ) ) ([ 1bf35f8] ( https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.6.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.5.2...ipfs-core-types@0.6.0 ) (2021-07-27)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core-types" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " IPFS interface definitions used by implementations for API compatibility." ,
5
5
"leadMaintainer" : " Alex Potsides <alex@achingbrain.net>" ,
6
6
"types" : " src/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.9.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.9.0...ipfs-core-utils@0.9.1 ) (2021-07-30)
7
+
8
+ ** Note:** Version bump only for package ipfs-core-utils
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.9.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.8.3...ipfs-core-utils@0.9.0 ) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core-utils" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " Package to share code between ipfs and ipfs-http-client" ,
5
5
"author" : " Alex Potsides <alex@achingbrain.net>" ,
6
6
"homepage" : " https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme" ,
45
45
"blob-to-it" : " ^1.0.1" ,
46
46
"browser-readablestream-to-it" : " ^1.0.1" ,
47
47
"err-code" : " ^3.0.1" ,
48
- "ipfs-core-types" : " ^0.6.0 " ,
48
+ "ipfs-core-types" : " ^0.6.1 " ,
49
49
"ipfs-unixfs" : " ^5.0.0" ,
50
50
"ipfs-utils" : " ^8.1.4" ,
51
51
"it-all" : " ^1.0.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.9.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.9.0...ipfs-core@0.9.1 ) (2021-07-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * restore default level-js options ([ #3779 ] ( https://github.com/ipfs/js-ipfs/issues/3779 ) ) ([ 8380d71] ( https://github.com/ipfs/js-ipfs/commit/8380d7160e7205bed9cc4aecfc46882bc97d42c3 ) )
12
+ * typo in 'multiformats' type defs ([ #3778 ] ( https://github.com/ipfs/js-ipfs/issues/3778 ) ) ([ 1bf35f8] ( https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.9.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.8.0...ipfs-core@0.9.0 ) (2021-07-27)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core" ,
3
- "version" : " 0.9.0 " ,
3
+ "version" : " 0.9.1 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
74
74
"interface-blockstore" : " ^1.0.0" ,
75
75
"interface-datastore" : " ^5.0.0" ,
76
76
"ipfs-bitswap" : " ^6.0.0" ,
77
- "ipfs-core-types" : " ^0.6.0 " ,
78
- "ipfs-core-utils" : " ^0.9.0 " ,
79
- "ipfs-http-client" : " ^51.0.0 " ,
77
+ "ipfs-core-types" : " ^0.6.1 " ,
78
+ "ipfs-core-utils" : " ^0.9.1 " ,
79
+ "ipfs-http-client" : " ^51.0.1 " ,
80
80
"ipfs-repo" : " ^11.0.1" ,
81
81
"ipfs-unixfs" : " ^5.0.0" ,
82
82
"ipfs-unixfs-exporter" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.8.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.8.0...ipfs-daemon@0.8.1 ) (2021-07-30)
7
+
8
+ ** Note:** Version bump only for package ipfs-daemon
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.8.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.7.2...ipfs-daemon@0.8.0 ) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-daemon" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
32
32
"dependencies" : {
33
33
"@mapbox/node-pre-gyp" : " ^1.0.5" ,
34
34
"debug" : " ^4.1.1" ,
35
- "ipfs-core" : " ^0.9.0 " ,
36
- "ipfs-core-types" : " ^0.6.0 " ,
37
- "ipfs-grpc-server" : " ^0.4.0 " ,
38
- "ipfs-http-gateway" : " ^0.5.0 " ,
39
- "ipfs-http-server" : " ^0.6.0 " ,
35
+ "ipfs-core" : " ^0.9.1 " ,
36
+ "ipfs-core-types" : " ^0.6.1 " ,
37
+ "ipfs-grpc-server" : " ^0.4.1 " ,
38
+ "ipfs-http-gateway" : " ^0.5.1 " ,
39
+ "ipfs-http-server" : " ^0.6.1 " ,
40
40
"ipfs-utils" : " ^8.1.4" ,
41
41
"just-safe-set" : " ^2.2.1" ,
42
42
"libp2p" : " ^0.32.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.4.0...ipfs-grpc-client@0.4.1 ) (2021-07-30)
7
+
8
+ ** Note:** Version bump only for package ipfs-grpc-client
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.4.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.3.3...ipfs-grpc-client@0.4.0 ) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-grpc-client" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " A client library for the IPFS gRPC API" ,
5
5
"keywords" : [
6
6
" ipfs"
36
36
"change-case" : " ^4.1.1" ,
37
37
"debug" : " ^4.1.1" ,
38
38
"err-code" : " ^3.0.1" ,
39
- "ipfs-core-types" : " ^0.6.0 " ,
40
- "ipfs-core-utils" : " ^0.9.0 " ,
39
+ "ipfs-core-types" : " ^0.6.1 " ,
40
+ "ipfs-core-utils" : " ^0.9.1 " ,
41
41
"ipfs-grpc-protocol" : " ^0.3.0" ,
42
42
"ipfs-unixfs" : " ^5.0.0" ,
43
43
"it-first" : " ^1.0.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.4.0...ipfs-grpc-server@0.4.1 ) (2021-07-30)
7
+
8
+ ** Note:** Version bump only for package ipfs-grpc-server
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.4.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.3.4...ipfs-grpc-server@0.4.0 ) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-grpc-server" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " A server library for the IPFS gRPC API" ,
5
5
"keywords" : [
6
6
" ipfs"
34
34
"change-case" : " ^4.1.1" ,
35
35
"coercer" : " ^1.1.2" ,
36
36
"debug" : " ^4.1.1" ,
37
- "ipfs-core-types" : " ^0.6.0 " ,
37
+ "ipfs-core-types" : " ^0.6.1 " ,
38
38
"ipfs-grpc-protocol" : " ^0.3.0" ,
39
39
"it-first" : " ^1.0.4" ,
40
40
"it-map" : " ^1.0.4" ,
48
48
"devDependencies" : {
49
49
"@types/ws" : " ^7.4.0" ,
50
50
"aegir" : " ^34.0.2" ,
51
- "ipfs-core" : " ^0.9.0 " ,
51
+ "ipfs-core" : " ^0.9.1 " ,
52
52
"it-all" : " ^1.0.4" ,
53
53
"it-drain" : " ^1.0.3" ,
54
54
"rimraf" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ ## [51.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@51.0.0...ipfs-http-client@51.0.1) (2021-07-30)
7
+
8
+ **Note:** Version bump only for package ipfs-http-client
9
+
10
+
11
+
12
+
13
+
6
14
# [51.0.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@50.1.2...ipfs-http-client@51.0.0) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-http-client" ,
3
- "version" : " 51.0.0 " ,
3
+ "version" : " 51.0.1 " ,
4
4
"description" : " A client library for the IPFS HTTP API" ,
5
5
"keywords" : [
6
6
" ipfs"
51
51
"debug" : " ^4.1.1" ,
52
52
"err-code" : " ^3.0.1" ,
53
53
"form-data" : " ^4.0.0" ,
54
- "ipfs-core-types" : " ^0.6.0 " ,
55
- "ipfs-core-utils" : " ^0.9.0 " ,
54
+ "ipfs-core-types" : " ^0.6.1 " ,
55
+ "ipfs-core-utils" : " ^0.9.1 " ,
56
56
"ipfs-utils" : " ^8.1.4" ,
57
57
"it-first" : " ^1.0.6" ,
58
58
"it-last" : " ^1.0.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.5.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.5.0...ipfs-http-gateway@0.5.1 ) (2021-07-30)
7
+
8
+ ** Note:** Version bump only for package ipfs-http-gateway
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.5.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-http-gateway@0.4.3...ipfs-http-gateway@0.5.0 ) (2021-07-27)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-http-gateway" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
46
46
"@hapi/hapi" : " ^20.0.0" ,
47
47
"debug" : " ^4.1.1" ,
48
48
"hapi-pino" : " ^8.3.0" ,
49
- "ipfs-core-types" : " ^0.6.0 " ,
49
+ "ipfs-core-types" : " ^0.6.1 " ,
50
50
"ipfs-http-response" : " ^0.7.0" ,
51
51
"is-ipfs" : " ^6.0.1" ,
52
52
"it-last" : " ^1.0.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.6.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.6.0...ipfs-http-server@0.6.1 ) (2021-07-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * typo in 'multiformats' type defs ([ #3778 ] ( https://github.com/ipfs/js-ipfs/issues/3778 ) ) ([ 1bf35f8] ( https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.6.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.5.2...ipfs-http-server@0.6.0 ) (2021-07-27)
7
18
8
19
You can’t perform that action at this time.
0 commit comments