This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Commit 511147b 1 parent 611b8a4 commit 511147b Copy full SHA for 511147b
File tree 22 files changed +118
-30
lines changed
22 files changed +118
-30
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.4.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.4.3...ipfs-cli@0.4.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.4.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.4.2...ipfs-cli@0.4.3 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-cli" ,
3
- "version" : " 0.4.3 " ,
3
+ "version" : " 0.4.4 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
35
35
"err-code" : " ^2.0.3" ,
36
36
"execa" : " ^5.0.0" ,
37
37
"get-folder-size" : " ^2.0.1" ,
38
- "ipfs-core" : " ^0.5.3 " ,
38
+ "ipfs-core" : " ^0.5.4 " ,
39
39
"ipfs-core-utils" : " ^0.7.2" ,
40
- "ipfs-daemon" : " ^0.5.3 " ,
41
- "ipfs-http-client" : " ^49.0.3 " ,
40
+ "ipfs-daemon" : " ^0.5.4 " ,
41
+ "ipfs-http-client" : " ^49.0.4 " ,
42
42
"ipfs-repo" : " ^8.0.0" ,
43
43
"ipfs-utils" : " ^6.0.1" ,
44
44
"ipld-dag-cbor" : " ^0.17.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.3.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.3.3...ipfs-client@0.3.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.3.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.3.2...ipfs-client@0.3.3 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-client" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.3.4 " ,
4
4
"description" : " A client library to talk to local IPFS daemons" ,
5
5
"keywords" : [
6
6
" ipfs"
39
39
"dep-check" : " aegir dep-check -i aegir -i rimraf"
40
40
},
41
41
"dependencies" : {
42
- "ipfs-grpc-client" : " ^0.2.3 " ,
43
- "ipfs-http-client" : " ^49.0.3 " ,
42
+ "ipfs-grpc-client" : " ^0.2.4 " ,
43
+ "ipfs-http-client" : " ^49.0.4 " ,
44
44
"merge-options" : " ^3.0.4"
45
45
},
46
46
"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.5.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.5.3...ipfs-core@0.5.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.5.2...ipfs-core@0.5.3 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
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.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.5.3...ipfs-daemon@0.5.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-daemon
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.5.2...ipfs-daemon@0.5.3 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-daemon" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
29
29
"dependencies" : {
30
30
"debug" : " ^4.1.1" ,
31
31
"dlv" : " ^1.1.3" ,
32
- "ipfs-core" : " ^0.5.3 " ,
33
- "ipfs-grpc-server" : " ^0.2.3 " ,
34
- "ipfs-http-client" : " ^49.0.3 " ,
32
+ "ipfs-core" : " ^0.5.4 " ,
33
+ "ipfs-grpc-server" : " ^0.2.4 " ,
34
+ "ipfs-http-client" : " ^49.0.4 " ,
35
35
"ipfs-http-gateway" : " ^0.3.2" ,
36
- "ipfs-http-server" : " ^0.3.3 " ,
36
+ "ipfs-http-server" : " ^0.3.4 " ,
37
37
"ipfs-utils" : " ^6.0.1" ,
38
38
"just-safe-set" : " ^2.1.0" ,
39
39
"libp2p" : " ^0.30.7" ,
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.2.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.2.3...ipfs-grpc-client@0.2.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-grpc-client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.2.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.2.2...ipfs-grpc-client@0.2.3 ) (2021-03-09)
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.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A client library for the IPFS gRPC API" ,
5
5
"keywords" : [
6
6
" ipfs"
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.2.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.2.3...ipfs-grpc-server@0.2.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-grpc-server
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.2.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.2.2...ipfs-grpc-server@0.2.3 ) (2021-03-09)
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.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A server library for the IPFS gRPC API" ,
5
5
"keywords" : [
6
6
" ipfs"
50
50
},
51
51
"devDependencies" : {
52
52
"aegir" : " ^31.0.0" ,
53
- "ipfs-core" : " ^0.5.3 " ,
53
+ "ipfs-core" : " ^0.5.4 " ,
54
54
"it-all" : " ^1.0.4" ,
55
55
"it-drain" : " ^1.0.3" ,
56
56
"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
+ ## [49.0.4](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@49.0.3...ipfs-http-client@49.0.4) (2021-03-10)
7
+
8
+ **Note:** Version bump only for package ipfs-http-client
9
+
10
+
11
+
12
+
13
+
6
14
## [49.0.3](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@49.0.2...ipfs-http-client@49.0.3) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-http-client" ,
3
- "version" : " 49.0.3 " ,
3
+ "version" : " 49.0.4 " ,
4
4
"description" : " A client library for the IPFS HTTP API" ,
5
5
"keywords" : [
6
6
" ipfs"
83
83
"aegir" : " ^31.0.0" ,
84
84
"delay" : " ^4.4.0" ,
85
85
"go-ipfs" : " 0.8.0" ,
86
- "ipfs-core" : " ^0.5.3 " ,
86
+ "ipfs-core" : " ^0.5.4 " ,
87
87
"ipfsd-ctl" : " ^7.2.0" ,
88
88
"it-all" : " ^1.0.4" ,
89
89
"it-concat" : " ^1.0.1" ,
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.3.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.3.3...ipfs-http-server@0.3.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-http-server
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.3.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.3.2...ipfs-http-server@0.3.3 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-http-server" ,
3
- "version" : " 0.3.3 " ,
3
+ "version" : " 0.3.4 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
66
66
"devDependencies" : {
67
67
"aegir" : " ^31.0.0" ,
68
68
"form-data" : " ^3.0.0" ,
69
- "ipfs-http-client" : " ^49.0.3 " ,
69
+ "ipfs-http-client" : " ^49.0.4 " ,
70
70
"iso-random-stream" : " ^1.1.1" ,
71
71
"it-to-buffer" : " ^1.0.2" ,
72
72
"qs" : " ^6.9.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.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.5.3...ipfs-message-port-client@0.5.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-message-port-client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.5.2...ipfs-message-port-client@0.5.3 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-message-port-client" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"description" : " IPFS client library for accessing IPFS node over message port" ,
5
5
"keywords" : [
6
6
" ipfs" ,
47
47
"devDependencies" : {
48
48
"aegir" : " ^31.0.0" ,
49
49
"interface-ipfs-core" : " ^0.144.2" ,
50
- "ipfs" : " ^0.54.3 " ,
51
- "ipfs-core" : " ^0.5.3 " ,
52
- "ipfs-message-port-server" : " ^0.6.2 " ,
50
+ "ipfs" : " ^0.54.4 " ,
51
+ "ipfs-core" : " ^0.5.4 " ,
52
+ "ipfs-message-port-server" : " ^0.6.3 " ,
53
53
"rimraf" : " ^3.0.2"
54
54
},
55
55
"engines" : {
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.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.6.2...ipfs-message-port-server@0.6.3 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs-message-port-server
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.6.2] ( https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.6.1...ipfs-message-port-server@0.6.2 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-message-port-server" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 0.6.3 " ,
4
4
"description" : " IPFS server library for exposing IPFS node over message port" ,
5
5
"keywords" : [
6
6
" ipfs" ,
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.54.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs@0.54.3...ipfs@0.54.4 ) (2021-03-10)
7
+
8
+ ** Note:** Version bump only for package ipfs
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.54.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs@0.54.2...ipfs@0.54.3 ) (2021-03-09)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs" ,
3
- "version" : " 0.54.3 " ,
3
+ "version" : " 0.54.4 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
38
38
},
39
39
"dependencies" : {
40
40
"debug" : " ^4.1.1" ,
41
- "ipfs-cli" : " ^0.4.3 " ,
42
- "ipfs-core" : " ^0.5.3 " ,
41
+ "ipfs-cli" : " ^0.4.4 " ,
42
+ "ipfs-core" : " ^0.5.4 " ,
43
43
"ipfs-repo" : " ^8.0.0" ,
44
44
"semver" : " ^7.3.2" ,
45
45
"update-notifier" : " ^5.0.0"
51
51
"electron-webrtc" : " ^0.3.0" ,
52
52
"go-ipfs" : " 0.8.0" ,
53
53
"interface-ipfs-core" : " ^0.144.2" ,
54
- "ipfs-client" : " ^0.3.3 " ,
55
- "ipfs-http-client" : " ^49.0.3 " ,
54
+ "ipfs-client" : " ^0.3.4 " ,
55
+ "ipfs-http-client" : " ^49.0.4 " ,
56
56
"ipfs-interop" : " ^4.0.3" ,
57
57
"ipfs-utils" : " ^6.0.1" ,
58
58
"ipfsd-ctl" : " ^7.2.0" ,
You can’t perform that action at this time.
0 commit comments