File tree 6 files changed +36
-6
lines changed
6 files changed +36
-6
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
+ ## [ 4.0.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@4.0.0...ipfs-unixfs-exporter@4.0.1 ) (2021-02-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * use ipfs-core-types instead of redefining ipld ([ #121 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/121 ) ) ([ 6cfd51d] ( https://github.com/ipfs/js-ipfs-unixfs/commit/6cfd51de4f00cf4ee3c6a78c378439b80d0e2c25 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 4.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.7...ipfs-unixfs-exporter@4.0.0 ) (2021-02-18)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-exporter" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
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
"aegir" : " ^30.3.0" ,
39
39
"detect-node" : " ^2.0.4" ,
40
40
"ipfs-core-types" : " ^0.3.0" ,
41
- "ipfs-unixfs-importer" : " ^6.0.0 " ,
41
+ "ipfs-unixfs-importer" : " ^6.0.1 " ,
42
42
"ipld" : " ^0.28.0" ,
43
43
"ipld-dag-pb" : " ^0.21.0" ,
44
44
"ipld-in-memory" : " ^7.0.0" ,
57
57
"cids" : " ^1.1.5" ,
58
58
"err-code" : " ^3.0.1" ,
59
59
"hamt-sharding" : " ^2.0.0" ,
60
- "ipfs-unixfs" : " ^3.0.0 " ,
60
+ "ipfs-unixfs" : " ^3.0.1 " ,
61
61
"it-last" : " ^1.0.5" ,
62
62
"multihashing-async" : " ^2.1.0"
63
63
},
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
+ ## [ 6.0.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@6.0.0...ipfs-unixfs-importer@6.0.1 ) (2021-02-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * use ipfs-core-types instead of redefining ipld ([ #121 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/121 ) ) ([ 6cfd51d] ( https://github.com/ipfs/js-ipfs-unixfs/commit/6cfd51de4f00cf4ee3c6a78c378439b80d0e2c25 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 6.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@5.0.0...ipfs-unixfs-importer@6.0.0 ) (2021-02-18)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
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" ,
46
46
"cids" : " ^1.1.5" ,
47
47
"err-code" : " ^3.0.1" ,
48
48
"hamt-sharding" : " ^2.0.0" ,
49
- "ipfs-unixfs" : " ^3.0.0 " ,
49
+ "ipfs-unixfs" : " ^3.0.1 " ,
50
50
"ipld-dag-pb" : " ^0.21.0" ,
51
51
"it-all" : " ^1.0.5" ,
52
52
"it-batch" : " ^1.0.8" ,
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.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@3.0.0...ipfs-unixfs@3.0.1 ) (2021-02-23)
7
+
8
+ ** Note:** Version bump only for package ipfs-unixfs
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.4...ipfs-unixfs@3.0.0 ) (2021-02-18)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
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