File tree 6 files changed +40
-6
lines changed
6 files changed +40
-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
+ ## [ 7.0.5] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@7.0.4...ipfs-unixfs-exporter@7.0.5 ) (2021-08-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * declare types in .ts files ([ #168 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/168 ) ) ([ 76ec6e5] ( https://github.com/ipfs/js-ipfs-unixfs/commit/76ec6e501bcf0b439a2166b80b50e9db0957d377 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 7.0.4] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@7.0.3...ipfs-unixfs-exporter@7.0.4 ) (2021-08-25)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-exporter" ,
3
- "version" : " 7.0.4 " ,
3
+ "version" : " 7.0.5 " ,
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" ,
46
46
"copy" : " ^0.3.2" ,
47
47
"crypto-browserify" : " ^3.12.0" ,
48
48
"events" : " ^3.3.0" ,
49
- "ipfs-unixfs-importer" : " ^9.0.4 " ,
49
+ "ipfs-unixfs-importer" : " ^9.0.5 " ,
50
50
"it-all" : " ^1.0.5" ,
51
51
"it-buffer-stream" : " ^2.0.0" ,
52
52
"it-first" : " ^1.0.6" ,
65
65
"err-code" : " ^3.0.1" ,
66
66
"hamt-sharding" : " ^2.0.0" ,
67
67
"interface-blockstore" : " ^1.0.0" ,
68
- "ipfs-unixfs" : " ^6.0.4 " ,
68
+ "ipfs-unixfs" : " ^6.0.5 " ,
69
69
"it-last" : " ^1.0.5" ,
70
70
"multiformats" : " ^9.4.2" ,
71
71
"uint8arrays" : " ^3.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
+ ## [ 9.0.5] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@9.0.4...ipfs-unixfs-importer@9.0.5 ) (2021-08-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * declare types in .ts files ([ #168 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/168 ) ) ([ 76ec6e5] ( https://github.com/ipfs/js-ipfs-unixfs/commit/76ec6e501bcf0b439a2166b80b50e9db0957d377 ) )
12
+ * remove dynamic imports ([ #169 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/169 ) ) ([ 4842293] ( https://github.com/ipfs/js-ipfs-unixfs/commit/4842293678bc66d4d97adf88da36435d70403088 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 9.0.4] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@9.0.3...ipfs-unixfs-importer@9.0.4 ) (2021-08-25)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 9.0.4 " ,
3
+ "version" : " 9.0.5 " ,
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" ,
58
58
"err-code" : " ^3.0.1" ,
59
59
"hamt-sharding" : " ^2.0.0" ,
60
60
"interface-blockstore" : " ^1.0.0" ,
61
- "ipfs-unixfs" : " ^6.0.4 " ,
61
+ "ipfs-unixfs" : " ^6.0.5 " ,
62
62
"it-all" : " ^1.0.5" ,
63
63
"it-batch" : " ^1.0.8" ,
64
64
"it-first" : " ^1.0.6" ,
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.5] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@6.0.4...ipfs-unixfs@6.0.5 ) (2021-08-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * declare types in .ts files ([ #168 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/168 ) ) ([ 76ec6e5] ( https://github.com/ipfs/js-ipfs-unixfs/commit/76ec6e501bcf0b439a2166b80b50e9db0957d377 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 6.0.4] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@6.0.3...ipfs-unixfs@6.0.4 ) (2021-08-25)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs" ,
3
- "version" : " 6.0.4 " ,
3
+ "version" : " 6.0.5 " ,
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