File tree Expand file tree Collapse file tree 7 files changed +41
-8
lines changed Expand file tree Collapse file tree 7 files changed +41
-8
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
+ ## [ 2.0.2] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@2.0.1...ipfs-unixfs-exporter@2.0.2 ) (2020-06-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ignore high mode bits passed to constructor ([ 65a040d] ( https://github.com/ipfs/js-ipfs-unixfs/commit/65a040dadd68ca5cb6697c8fd15922f505833a19 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 2.0.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@2.0.0...ipfs-unixfs-exporter@2.0.1 ) (2020-04-24)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-exporter" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
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" ,
41
41
"chai-as-promised" : " ^7.1.1" ,
42
42
"detect-node" : " ^2.0.4" ,
43
43
"dirty-chai" : " ^2.0.1" ,
44
- "ipfs-unixfs-importer" : " ^2.0.1 " ,
44
+ "ipfs-unixfs-importer" : " ^2.0.2 " ,
45
45
"ipld" : " ^0.26.1" ,
46
46
"ipld-dag-pb" : " ^0.18.5" ,
47
47
"ipld-in-memory" : " ^4.0.0" ,
57
57
"cids" : " ^0.8.0" ,
58
58
"err-code" : " ^2.0.0" ,
59
59
"hamt-sharding" : " ^1.0.0" ,
60
- "ipfs-unixfs" : " ^1.0.2 " ,
60
+ "ipfs-unixfs" : " ^1.0.3 " ,
61
61
"it-last" : " ^1.0.1" ,
62
62
"multihashing-async" : " ^0.8.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
+ ## [ 2.0.2] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@2.0.1...ipfs-unixfs-importer@2.0.2 ) (2020-06-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ignore high mode bits passed to constructor ([ 65a040d] ( https://github.com/ipfs/js-ipfs-unixfs/commit/65a040dadd68ca5cb6697c8fd15922f505833a19 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 2.0.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@2.0.0...ipfs-unixfs-importer@2.0.1 ) (2020-04-24)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
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" ,
40
40
"cids" : " ^0.8.0" ,
41
41
"detect-node" : " ^2.0.4" ,
42
42
"dirty-chai" : " ^2.0.1" ,
43
- "ipfs-unixfs-exporter" : " ^2.0.1 " ,
43
+ "ipfs-unixfs-exporter" : " ^2.0.2 " ,
44
44
"ipld" : " ^0.26.1" ,
45
45
"ipld-in-memory" : " ^4.0.0" ,
46
46
"it-buffer-stream" : " ^1.0.2" ,
55
55
"buffer" : " ^5.6.0" ,
56
56
"err-code" : " ^2.0.0" ,
57
57
"hamt-sharding" : " ^1.0.0" ,
58
- "ipfs-unixfs" : " ^1.0.2 " ,
58
+ "ipfs-unixfs" : " ^1.0.3 " ,
59
59
"ipld-dag-pb" : " ^0.18.5" ,
60
60
"it-all" : " ^1.0.1" ,
61
61
"it-batch" : " ^1.0.3" ,
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
+ ## [ 1.0.3] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@1.0.2...ipfs-unixfs@1.0.3 ) (2020-06-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ignore high mode bits passed to constructor ([ 65a040d] ( https://github.com/ipfs/js-ipfs-unixfs/commit/65a040dadd68ca5cb6697c8fd15922f505833a19 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.0.2] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@1.0.1...ipfs-unixfs@1.0.2 ) (2020-04-24)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.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