File tree 6 files changed +31
-7
lines changed
6 files changed +31
-7
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
+ ## [ 3.0.3] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.2...ipfs-unixfs-exporter@3.0.3 ) (2020-08-25)
7
+
8
+ ** Note:** Version bump only for package ipfs-unixfs-exporter
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.2] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.1...ipfs-unixfs-exporter@3.0.2 ) (2020-08-05)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-exporter" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"description" : " JavaScript implementation of the UnixFs exporter used by IPFS" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
38
38
"abort-controller" : " ^3.0.0" ,
39
39
"aegir" : " ^26.0.0" ,
40
40
"detect-node" : " ^2.0.4" ,
41
- "ipfs-unixfs-importer" : " ^3.0.2 " ,
41
+ "ipfs-unixfs-importer" : " ^3.0.3 " ,
42
42
"ipld" : " ^0.27.0" ,
43
43
"ipld-dag-pb" : " ^0.20.0" ,
44
44
"ipld-in-memory" : " ^6.0.0" ,
54
54
"cids" : " ^1.0.0" ,
55
55
"err-code" : " ^2.0.0" ,
56
56
"hamt-sharding" : " ^1.0.0" ,
57
- "ipfs-unixfs" : " ^2.0.2 " ,
57
+ "ipfs-unixfs" : " ^2.0.3 " ,
58
58
"ipfs-utils" : " ^3.0.0" ,
59
59
"it-last" : " ^1.0.1" ,
60
60
"multihashing-async" : " ^2.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
+ ## [ 3.0.3] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.2...ipfs-unixfs-importer@3.0.3 ) (2020-08-25)
7
+
8
+ ** Note:** Version bump only for package ipfs-unixfs-importer
9
+
10
+
11
+
12
+
13
+
6
14
## [ 3.0.2] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@3.0.1...ipfs-unixfs-importer@3.0.2 ) (2020-08-05)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.3 " ,
4
4
"description" : " JavaScript implementation of the UnixFs importer used by IPFS" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
38
38
"aegir" : " ^26.0.0" ,
39
39
"cids" : " ^1.0.0" ,
40
40
"detect-node" : " ^2.0.4" ,
41
- "ipfs-unixfs-exporter" : " ^3.0.2 " ,
41
+ "ipfs-unixfs-exporter" : " ^3.0.3 " ,
42
42
"ipld" : " ^0.27.0" ,
43
43
"ipld-in-memory" : " ^6.0.0" ,
44
44
"it-buffer-stream" : " ^1.0.2" ,
51
51
"bl" : " ^4.0.0" ,
52
52
"err-code" : " ^2.0.0" ,
53
53
"hamt-sharding" : " ^1.0.0" ,
54
- "ipfs-unixfs" : " ^2.0.2 " ,
54
+ "ipfs-unixfs" : " ^2.0.3 " ,
55
55
"ipfs-utils" : " ^3.0.0" ,
56
56
"ipld-dag-pb" : " ^0.20.0" ,
57
57
"it-all" : " ^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
+ ## [ 2.0.3] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.2...ipfs-unixfs@2.0.3 ) (2020-08-25)
7
+
8
+ ** Note:** Version bump only for package ipfs-unixfs
9
+
10
+
11
+
12
+
13
+
6
14
## [ 2.0.2] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.1...ipfs-unixfs@2.0.2 ) (2020-08-05)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)" ,
5
5
"leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
6
6
"main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments