File tree 6 files changed +54
-6
lines changed
6 files changed +54
-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
+ # [ 5.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@4.0.1...ipfs-unixfs-exporter@5.0.0 ) (2021-03-15)
7
+
8
+
9
+ ### chore
10
+
11
+ * declare interface types in .d.ts file ([ #122 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/122 ) ) ([ eaa8449] ( https://github.com/ipfs/js-ipfs-unixfs/commit/eaa8449c10abed9d9a378bee544b4ff501666c4b ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * switches to named exports
17
+
18
+
19
+
20
+
21
+
6
22
## [ 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
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-exporter" ,
3
- "version" : " 4 .0.1 " ,
3
+ "version" : " 5 .0.0 " ,
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" ,
42
42
"detect-node" : " ^2.0.4" ,
43
43
"events" : " ^3.3.0" ,
44
44
"ipfs-core-types" : " ^0.3.1" ,
45
- "ipfs-unixfs-importer" : " ^6 .0.1 " ,
45
+ "ipfs-unixfs-importer" : " ^7 .0.0 " ,
46
46
"ipld" : " ^0.29.0" ,
47
47
"ipld-block" : " ^0.11.1" ,
48
48
"ipld-dag-pb" : " ^0.22.1" ,
64
64
"cids" : " ^1.1.5" ,
65
65
"err-code" : " ^3.0.1" ,
66
66
"hamt-sharding" : " ^2.0.0" ,
67
- "ipfs-unixfs" : " ^3 .0.1 " ,
67
+ "ipfs-unixfs" : " ^4 .0.0 " ,
68
68
"it-last" : " ^1.0.5" ,
69
69
"multihashing-async" : " ^2.1.0"
70
70
},
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.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@6.0.1...ipfs-unixfs-importer@7.0.0 ) (2021-03-15)
7
+
8
+
9
+ ### chore
10
+
11
+ * declare interface types in .d.ts file ([ #122 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/122 ) ) ([ eaa8449] ( https://github.com/ipfs/js-ipfs-unixfs/commit/eaa8449c10abed9d9a378bee544b4ff501666c4b ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * switches to named exports
17
+
18
+
19
+
20
+
21
+
6
22
## [ 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
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs-importer" ,
3
- "version" : " 6 .0.1 " ,
3
+ "version" : " 7 .0.0 " ,
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" ,
54
54
"cids" : " ^1.1.5" ,
55
55
"err-code" : " ^3.0.1" ,
56
56
"hamt-sharding" : " ^2.0.0" ,
57
- "ipfs-unixfs" : " ^3 .0.1 " ,
57
+ "ipfs-unixfs" : " ^4 .0.0 " ,
58
58
"ipld-dag-pb" : " ^0.21.0" ,
59
59
"it-all" : " ^1.0.5" ,
60
60
"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
+ # [ 4.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@3.0.1...ipfs-unixfs@4.0.0 ) (2021-03-15)
7
+
8
+
9
+ ### chore
10
+
11
+ * declare interface types in .d.ts file ([ #122 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/122 ) ) ([ eaa8449] ( https://github.com/ipfs/js-ipfs-unixfs/commit/eaa8449c10abed9d9a378bee544b4ff501666c4b ) )
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * switches to named exports
17
+
18
+
19
+
20
+
21
+
6
22
## [ 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
23
8
24
** Note:** Version bump only for package ipfs-unixfs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-unixfs" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0 " ,
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