-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72f3a38
commit 2713329
Showing
6 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [7.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.4) (2021-08-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* individual packages can use npm 6 ([#167](https://github.com/ipfs/js-ipfs-unixfs/issues/167)) ([2b429cc](https://github.com/ipfs/js-ipfs-unixfs/commit/2b429cc4c0e7362632d9288c58923f1c629d0cd0)) | ||
|
||
|
||
|
||
|
||
|
||
## [7.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.3) (2021-08-20) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-unixfs-exporter", | ||
"version": "7.0.3", | ||
"version": "7.0.4", | ||
"description": "JavaScript implementation of the UnixFs exporter used by IPFS", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -46,7 +46,7 @@ | |
"copy": "^0.3.2", | ||
"crypto-browserify": "^3.12.0", | ||
"events": "^3.3.0", | ||
"ipfs-unixfs-importer": "^9.0.3", | ||
"ipfs-unixfs-importer": "^9.0.4", | ||
"it-all": "^1.0.5", | ||
"it-buffer-stream": "^2.0.0", | ||
"it-first": "^1.0.6", | ||
|
@@ -65,7 +65,7 @@ | |
"err-code": "^3.0.1", | ||
"hamt-sharding": "^2.0.0", | ||
"interface-blockstore": "^1.0.0", | ||
"ipfs-unixfs": "^6.0.3", | ||
"ipfs-unixfs": "^6.0.4", | ||
"it-last": "^1.0.5", | ||
"multiformats": "^9.4.2", | ||
"uint8arrays": "^3.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [9.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.4) (2021-08-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* individual packages can use npm 6 ([#167](https://github.com/ipfs/js-ipfs-unixfs/issues/167)) ([2b429cc](https://github.com/ipfs/js-ipfs-unixfs/commit/2b429cc4c0e7362632d9288c58923f1c629d0cd0)) | ||
|
||
|
||
|
||
|
||
|
||
## [9.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.3) (2021-08-20) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-unixfs-importer", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"description": "JavaScript implementation of the UnixFs importer used by IPFS", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -58,7 +58,7 @@ | |
"err-code": "^3.0.1", | ||
"hamt-sharding": "^2.0.0", | ||
"interface-blockstore": "^1.0.0", | ||
"ipfs-unixfs": "^6.0.3", | ||
"ipfs-unixfs": "^6.0.4", | ||
"it-all": "^1.0.5", | ||
"it-batch": "^1.0.8", | ||
"it-first": "^1.0.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [6.0.4](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.4) (2021-08-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* individual packages can use npm 6 ([#167](https://github.com/ipfs/js-ipfs-unixfs/issues/167)) ([2b429cc](https://github.com/ipfs/js-ipfs-unixfs/commit/2b429cc4c0e7362632d9288c58923f1c629d0cd0)) | ||
|
||
|
||
|
||
|
||
|
||
## [6.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.3) (2021-08-20) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-unixfs", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|