This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 38 files changed +223
-68
lines changed
ipfs-message-port-protocol
38 files changed +223
-68
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.152.2] ( https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.152.1...interface-ipfs-core@0.152.2 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package interface-ipfs-core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.152.1] ( https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.152.0...interface-ipfs-core@0.152.1 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package interface-ipfs-core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " interface-ipfs-core" ,
3
- "version" : " 0.152.1 " ,
3
+ "version" : " 0.152.2 " ,
4
4
"description" : " A test suite and interface you can use to implement a IPFS core interface." ,
5
5
"leadMaintainer" : " Alex Potsides <alex@achingbrain.net>" ,
6
6
"type" : " module" ,
72
72
"copyfiles" : " ^2.4.1" ,
73
73
"delay" : " ^5.0.0" ,
74
74
"err-code" : " ^3.0.1" ,
75
- "ipfs-core-types" : " ^0.8.3 " ,
75
+ "ipfs-core-types" : " ^0.8.4 " ,
76
76
"ipfs-unixfs" : " ^6.0.3" ,
77
77
"ipfs-unixfs-importer" : " ^9.0.3" ,
78
78
"ipfs-utils" : " ^9.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
+ ## [ 0.10.2] ( https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.1...ipfs-cli@0.10.2 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.10.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.10.0...ipfs-cli@0.10.1 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-cli" ,
3
- "version" : " 0.10.1 " ,
3
+ "version" : " 0.10.2 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
65
65
"err-code" : " ^3.0.1" ,
66
66
"execa" : " ^5.0.0" ,
67
67
"get-folder-size" : " ^2.0.1" ,
68
- "ipfs-core" : " ^0.12.1 " ,
69
- "ipfs-core-types" : " ^0.8.3 " ,
70
- "ipfs-core-utils" : " ^0.12.1 " ,
71
- "ipfs-daemon" : " ^0.10.3 " ,
72
- "ipfs-http-client" : " ^54.0.1 " ,
68
+ "ipfs-core" : " ^0.12.2 " ,
69
+ "ipfs-core-types" : " ^0.8.4 " ,
70
+ "ipfs-core-utils" : " ^0.12.2 " ,
71
+ "ipfs-daemon" : " ^0.10.4 " ,
72
+ "ipfs-http-client" : " ^54.0.2 " ,
73
73
"ipfs-repo" : " ^13.0.4" ,
74
74
"ipfs-utils" : " ^9.0.2" ,
75
75
"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.7.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.3...ipfs-client@0.7.4 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.7.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.2...ipfs-client@0.7.3 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-client
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-client" ,
3
- "version" : " 0.7.3 " ,
3
+ "version" : " 0.7.4 " ,
4
4
"description" : " A client library to talk to local IPFS daemons" ,
5
5
"keywords" : [
6
6
" ipfs"
41
41
"dep-check" : " aegir dep-check -i aegir -i rimraf"
42
42
},
43
43
"dependencies" : {
44
- "ipfs-grpc-client" : " ^0.8.1 " ,
45
- "ipfs-http-client" : " ^54.0.1 " ,
44
+ "ipfs-grpc-client" : " ^0.8.2 " ,
45
+ "ipfs-http-client" : " ^54.0.2 " ,
46
46
"merge-options" : " ^3.0.4"
47
47
},
48
48
"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.1.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.3...ipfs-core-config@0.1.4 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-core-config
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.1.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.2...ipfs-core-config@0.1.3 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-core-config
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core-config" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"description" : " Package to store node and browser specific config for ipfs-core" ,
5
5
"author" : " Alex Potsides <alex@achingbrain.net>" ,
6
6
"homepage" : " https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme" ,
106
106
},
107
107
"devDependencies" : {
108
108
"aegir" : " ^36.0.1" ,
109
- "ipfs-core-utils" : " ^0.12.1 " ,
109
+ "ipfs-core-utils" : " ^0.12.2 " ,
110
110
"rimraf" : " ^3.0.2"
111
111
}
112
112
}
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.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.3...ipfs-core-types@0.8.4 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-core-types
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.8.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.2...ipfs-core-types@0.8.3 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-core-types
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core-types" ,
3
- "version" : " 0.8.3 " ,
3
+ "version" : " 0.8.4 " ,
4
4
"description" : " IPFS interface definitions used by implementations for API compatibility." ,
5
5
"leadMaintainer" : " Alex Potsides <alex@achingbrain.net>" ,
6
6
"types" : " 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.12.2] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.12.1...ipfs-core-utils@0.12.2 ) (2021-11-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * typo ([ #3946 ] ( https://github.com/ipfs/js-ipfs/issues/3946 ) ) ([ 70c67e2] ( https://github.com/ipfs/js-ipfs/commit/70c67e27d0b82c7650a2a0d7a646afdcd24e73c2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.12.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.12.0...ipfs-core-utils@0.12.1 ) (2021-11-19)
7
18
8
19
** Note:** Version bump only for package ipfs-core-utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core-utils" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
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" ,
117
117
"browser-readablestream-to-it" : " ^1.0.1" ,
118
118
"debug" : " ^4.1.1" ,
119
119
"err-code" : " ^3.0.1" ,
120
- "ipfs-core-types" : " ^0.8.3 " ,
120
+ "ipfs-core-types" : " ^0.8.4 " ,
121
121
"ipfs-unixfs" : " ^6.0.3" ,
122
122
"ipfs-utils" : " ^9.0.2" ,
123
123
"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.12.2] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.1...ipfs-core@0.12.2 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.12.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.12.0...ipfs-core@0.12.1 ) (2021-11-19)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
84
84
"interface-blockstore" : " ^2.0.2" ,
85
85
"interface-datastore" : " ^6.0.2" ,
86
86
"ipfs-bitswap" : " ^7.0.1" ,
87
- "ipfs-core-config" : " ^0.1.3 " ,
88
- "ipfs-core-types" : " ^0.8.3 " ,
89
- "ipfs-core-utils" : " ^0.12.1 " ,
90
- "ipfs-http-client" : " ^54.0.1 " ,
87
+ "ipfs-core-config" : " ^0.1.4 " ,
88
+ "ipfs-core-types" : " ^0.8.4 " ,
89
+ "ipfs-core-utils" : " ^0.12.2 " ,
90
+ "ipfs-http-client" : " ^54.0.2 " ,
91
91
"ipfs-repo" : " ^13.0.4" ,
92
92
"ipfs-unixfs" : " ^6.0.3" ,
93
93
"ipfs-unixfs-exporter" : " ^7.0.3" ,
137
137
"delay" : " ^5.0.0" ,
138
138
"go-ipfs" : " 0.9.1" ,
139
139
"interface-blockstore-tests" : " ^2.0.1" ,
140
- "interface-ipfs-core" : " ^0.152.1 " ,
140
+ "interface-ipfs-core" : " ^0.152.2 " ,
141
141
"ipfsd-ctl" : " ^10.0.4" ,
142
142
"iso-url" : " ^1.0.0" ,
143
143
"libp2p-gossipsub" : " ^0.11.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.10.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.3...ipfs-daemon@0.10.4 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-daemon
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.10.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.2...ipfs-daemon@0.10.3 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-daemon
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-daemon" ,
3
- "version" : " 0.10.3 " ,
3
+ "version" : " 0.10.4 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
45
45
"dependencies" : {
46
46
"@mapbox/node-pre-gyp" : " ^1.0.5" ,
47
47
"debug" : " ^4.1.1" ,
48
- "ipfs-core" : " ^0.12.1 " ,
49
- "ipfs-core-types" : " ^0.8.3 " ,
50
- "ipfs-grpc-server" : " ^0.7.3 " ,
51
- "ipfs-http-gateway" : " ^0.7.3 " ,
52
- "ipfs-http-server" : " ^0.9.1 " ,
48
+ "ipfs-core" : " ^0.12.2 " ,
49
+ "ipfs-core-types" : " ^0.8.4 " ,
50
+ "ipfs-grpc-server" : " ^0.7.4 " ,
51
+ "ipfs-http-gateway" : " ^0.7.4 " ,
52
+ "ipfs-http-server" : " ^0.9.2 " ,
53
53
"ipfs-utils" : " ^9.0.2" ,
54
54
"just-safe-set" : " ^2.2.1" ,
55
55
"libp2p" : " ^0.33.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.2] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.8.1...ipfs-grpc-client@0.8.2 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-grpc-client
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.8.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.8.0...ipfs-grpc-client@0.8.1 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-grpc-client
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-grpc-client" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " A client library for the IPFS gRPC API" ,
5
5
"keywords" : [
6
6
" ipfs"
54
54
"change-case" : " ^4.1.1" ,
55
55
"debug" : " ^4.1.1" ,
56
56
"err-code" : " ^3.0.1" ,
57
- "ipfs-core-types" : " ^0.8.3 " ,
58
- "ipfs-core-utils" : " ^0.12.1 " ,
59
- "ipfs-grpc-protocol" : " ^0.5.3 " ,
57
+ "ipfs-core-types" : " ^0.8.4 " ,
58
+ "ipfs-core-utils" : " ^0.12.2 " ,
59
+ "ipfs-grpc-protocol" : " ^0.5.4 " ,
60
60
"ipfs-unixfs" : " ^6.0.3" ,
61
61
"it-first" : " ^1.0.4" ,
62
62
"it-pushable" : " ^1.4.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
+ ## [ 0.5.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.5.3...ipfs-grpc-protocol@0.5.4 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-grpc-protocol
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.5.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.5.2...ipfs-grpc-protocol@0.5.3 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-grpc-protocol
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-grpc-protocol" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"description" : " Protobuf definitions 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.7.4] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.3...ipfs-grpc-server@0.7.4 ) (2021-11-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-grpc-server
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.7.3] ( https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.2...ipfs-grpc-server@0.7.3 ) (2021-11-19)
7
15
8
16
** Note:** Version bump only for package ipfs-grpc-server
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-grpc-server" ,
3
- "version" : " 0.7.3 " ,
3
+ "version" : " 0.7.4 " ,
4
4
"description" : " A server library for the IPFS gRPC API" ,
5
5
"keywords" : [
6
6
" ipfs"
47
47
"change-case" : " ^4.1.1" ,
48
48
"coercer" : " ^1.1.2" ,
49
49
"debug" : " ^4.1.1" ,
50
- "ipfs-core-types" : " ^0.8.3 " ,
51
- "ipfs-grpc-protocol" : " ^0.5.3 " ,
50
+ "ipfs-core-types" : " ^0.8.4 " ,
51
+ "ipfs-grpc-protocol" : " ^0.5.4 " ,
52
52
"it-first" : " ^1.0.4" ,
53
53
"it-map" : " ^1.0.4" ,
54
54
"it-peekable" : " ^1.0.2" ,
62
62
"devDependencies" : {
63
63
"@types/ws" : " ^7.4.0" ,
64
64
"aegir" : " ^36.0.1" ,
65
- "ipfs-core" : " ^0.12.1 " ,
65
+ "ipfs-core" : " ^0.12.2 " ,
66
66
"it-all" : " ^1.0.4" ,
67
67
"it-drain" : " ^1.0.3" ,
68
68
"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
+ ## [54.0.2](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@54.0.1...ipfs-http-client@54.0.2) (2021-11-24)
7
+
8
+ **Note:** Version bump only for package ipfs-http-client
9
+
10
+
11
+
12
+
13
+
6
14
## [54.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@54.0.0...ipfs-http-client@54.0.1) (2021-11-19)
7
15
8
16
**Note:** Version bump only for package ipfs-http-client
You can’t perform that action at this time.
0 commit comments