This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +88
-20
lines changed
ipfs-message-port-protocol Expand file tree Collapse file tree 14 files changed +88
-20
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.139.1] ( https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.139.0...interface-ipfs-core@0.139.1 ) (2020-08-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * validate ipns records with inline public keys ([ #3224 ] ( https://github.com/ipfs/js-ipfs/issues/3224 ) ) ([ 5cc0e08] ( https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.139.0] ( https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.138.0...interface-ipfs-core@0.139.0 ) (2020-08-12)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " interface-ipfs-core" ,
3
- "version" : " 0.139.0 " ,
3
+ "version" : " 0.139.1 " ,
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
"main" : " src/index.js" ,
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.2] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.3.1...ipfs-core-utils@0.3.2 ) (2020-08-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * validate ipns records with inline public keys ([ #3224 ] ( https://github.com/ipfs/js-ipfs/issues/3224 ) ) ([ 5cc0e08] ( https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.3.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.3.0...ipfs-core-utils@0.3.1 ) (2020-08-12)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-core-utils" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " Package to share code between ipfs and ipfs-http-client" ,
5
5
"main" : " src/index.js" ,
6
6
"author" : " Alex Potsides <alex@achingbrain.net>" ,
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
+ ## [46.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@46.0.0...ipfs-http-client@46.0.1) (2020-08-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * validate ipns records with inline public keys ([#3224](https://github.com/ipfs/js-ipfs/issues/3224)) ([5cc0e08](https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1))
12
+
13
+
14
+
15
+
16
+
6
17
# [46.0.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@45.0.0...ipfs-http-client@46.0.0) (2020-08-12)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-http-client" ,
3
- "version" : " 46.0.0 " ,
3
+ "version" : " 46.0.1 " ,
4
4
"description" : " A client library for the IPFS HTTP API" ,
5
5
"keywords" : [
6
6
" ipfs"
47
47
"cids" : " ^0.8.3" ,
48
48
"debug" : " ^4.1.0" ,
49
49
"form-data" : " ^3.0.0" ,
50
- "ipfs-core-utils" : " ^0.3.1 " ,
50
+ "ipfs-core-utils" : " ^0.3.2 " ,
51
51
"ipfs-utils" : " ^3.0.0" ,
52
52
"ipld-block" : " ^0.9.2" ,
53
53
"ipld-dag-cbor" : " ^0.16.0" ,
73
73
"aegir" : " ^23.0.0" ,
74
74
"cross-env" : " ^7.0.0" ,
75
75
"go-ipfs" : " ^0.6.0" ,
76
- "interface-ipfs-core" : " ^0.139.0 " ,
76
+ "interface-ipfs-core" : " ^0.139.1 " ,
77
77
"ipfsd-ctl" : " ^5.0.0" ,
78
78
"it-all" : " ^1.0.1" ,
79
79
"it-concat" : " ^1.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.1.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.1.0...ipfs-message-port-client@0.1.1 ) (2020-08-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-message-port-client
9
+
10
+
11
+
12
+
13
+
6
14
# 0.1.0 (2020-08-12)
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.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " IPFS client library for accessing IPFS node over message port" ,
5
5
"keywords" : [
6
6
" ipfs" ,
40
40
"devDependencies" : {
41
41
"aegir" : " ^23.0.0" ,
42
42
"cross-env" : " ^7.0.0" ,
43
- "interface-ipfs-core" : " ^0.139.0 " ,
44
- "ipfs" : " ^0.49.0 " ,
45
- "ipfs-message-port-protocol" : " ^0.1.0 " ,
46
- "ipfs-message-port-server" : " ^0.1.0 " ,
43
+ "interface-ipfs-core" : " ^0.139.1 " ,
44
+ "ipfs" : " ^0.49.1 " ,
45
+ "ipfs-message-port-protocol" : " ^0.1.1 " ,
46
+ "ipfs-message-port-server" : " ^0.1.1 " ,
47
47
"ipld-dag-pb" : " ^0.19.0"
48
48
},
49
49
"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.1.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-protocol@0.1.0...ipfs-message-port-protocol@0.1.1 ) (2020-08-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-message-port-protocol
9
+
10
+
11
+
12
+
13
+
6
14
# 0.1.0 (2020-08-12)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-message-port-protocol" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " IPFS client/server protocol over message port" ,
5
5
"keywords" : [
6
6
" ipfs"
38
38
},
39
39
"devDependencies" : {
40
40
"aegir" : " ^23.0.0" ,
41
- "interface-ipfs-core" : " ^0.139.0 "
41
+ "interface-ipfs-core" : " ^0.139.1 "
42
42
},
43
43
"engines" : {
44
44
"node" : " >=10.3.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.1.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.1.0...ipfs-message-port-server@0.1.1 ) (2020-08-24)
7
+
8
+ ** Note:** Version bump only for package ipfs-message-port-server
9
+
10
+
11
+
12
+
13
+
6
14
# 0.1.0 (2020-08-12)
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.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " IPFS server library for exposing IPFS node over message port" ,
5
5
"keywords" : [
6
6
" ipfs" ,
41
41
"@types/it-all" : " ^1.0.0" ,
42
42
"aegir" : " ^23.0.0" ,
43
43
"cross-env" : " ^7.0.0" ,
44
- "interface-ipfs-core" : " ^0.139.0 " ,
45
- "ipfs" : " ^0.49.0 " ,
46
- "ipfs-message-port-protocol" : " ^0.1.0 "
44
+ "interface-ipfs-core" : " ^0.139.1 " ,
45
+ "ipfs" : " ^0.49.1 " ,
46
+ "ipfs-message-port-protocol" : " ^0.1.1 "
47
47
},
48
48
"engines" : {
49
49
"node" : " >=10.3.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.49.1] ( https://github.com/ipfs/js-ipfs/compare/ipfs@0.49.0...ipfs@0.49.1 ) (2020-08-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * validate ipns records with inline public keys ([ #3224 ] ( https://github.com/ipfs/js-ipfs/issues/3224 ) ) ([ 5cc0e08] ( https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.49.0] ( https://github.com/ipfs/js-ipfs/compare/ipfs@0.48.1...ipfs@0.49.0 ) (2020-08-12)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs" ,
3
- "version" : " 0.49.0 " ,
3
+ "version" : " 0.49.1 " ,
4
4
"description" : " JavaScript implementation of the IPFS specification" ,
5
5
"keywords" : [
6
6
" IPFS"
94
94
"interface-datastore" : " ^1.0.2" ,
95
95
"ipfs-bitswap" : " ^2.0.1" ,
96
96
"ipfs-block-service" : " ^0.17.1" ,
97
- "ipfs-core-utils" : " ^0.3.1 " ,
98
- "ipfs-http-client" : " ^46.0.0 " ,
97
+ "ipfs-core-utils" : " ^0.3.2 " ,
98
+ "ipfs-http-client" : " ^46.0.1 " ,
99
99
"ipfs-http-response" : " ^0.5.0" ,
100
100
"ipfs-repo" : " ^4.0.0" ,
101
101
"ipfs-unixfs" : " ^1.0.3" ,
179
179
"delay" : " ^4.3.0" ,
180
180
"form-data" : " ^3.0.0" ,
181
181
"go-ipfs" : " ^0.6.0" ,
182
- "interface-ipfs-core" : " ^0.139.0 " ,
182
+ "interface-ipfs-core" : " ^0.139.1 " ,
183
183
"ipfs-interop" : " ^2.0.0" ,
184
184
"ipfsd-ctl" : " ^5.0.0" ,
185
185
"iso-random-stream" : " ^1.1.1" ,
You can’t perform that action at this time.
0 commit comments