-
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
063691d
commit 2ea467f
Showing
6 changed files
with
60 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,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [7.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@7.0.0) (2021-08-19) | ||
|
||
|
||
### chore | ||
|
||
* switch to ESM ([#161](https://github.com/ipfs/js-ipfs-unixfs/issues/161)) ([819267f](https://github.com/ipfs/js-ipfs-unixfs/commit/819267f64fe9d4afc89ef729d54d4d15c2e11820)), closes [skypackjs/skypack-cdn#171](https://github.com/skypackjs/skypack-cdn/issues/171) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* ./src/dir-sharded is not in the exports map so cannot be imported | ||
|
||
Co-authored-by: Alex Potsides <[email protected]> | ||
|
||
|
||
|
||
|
||
|
||
## [6.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.2) (2021-08-03) | ||
|
||
|
||
|
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": "6.0.2", | ||
"version": "7.0.0", | ||
"description": "JavaScript implementation of the UnixFs exporter used by IPFS", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -44,7 +44,7 @@ | |
"copy": "^0.3.2", | ||
"crypto-browserify": "^3.12.0", | ||
"events": "^3.3.0", | ||
"ipfs-unixfs-importer": "^8.0.2", | ||
"ipfs-unixfs-importer": "^9.0.0", | ||
"it-all": "^1.0.5", | ||
"it-buffer-stream": "^2.0.0", | ||
"it-first": "^1.0.6", | ||
|
@@ -63,7 +63,7 @@ | |
"err-code": "^3.0.1", | ||
"hamt-sharding": "^2.0.0", | ||
"interface-blockstore": "^1.0.0", | ||
"ipfs-unixfs": "^5.0.0", | ||
"ipfs-unixfs": "^6.0.0", | ||
"it-last": "^1.0.5", | ||
"multiformats": "^9.4.2", | ||
"murmurhash3js-revisited": "^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,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [9.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@9.0.0) (2021-08-19) | ||
|
||
|
||
### chore | ||
|
||
* switch to ESM ([#161](https://github.com/ipfs/js-ipfs-unixfs/issues/161)) ([819267f](https://github.com/ipfs/js-ipfs-unixfs/commit/819267f64fe9d4afc89ef729d54d4d15c2e11820)), closes [skypackjs/skypack-cdn#171](https://github.com/skypackjs/skypack-cdn/issues/171) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* ./src/dir-sharded is not in the exports map so cannot be imported | ||
|
||
Co-authored-by: Alex Potsides <[email protected]> | ||
|
||
|
||
|
||
|
||
|
||
## [8.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@8.0.2) (2021-08-03) | ||
|
||
|
||
|
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": "8.0.2", | ||
"version": "9.0.0", | ||
"description": "JavaScript implementation of the UnixFs importer used by IPFS", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -55,7 +55,7 @@ | |
"err-code": "^3.0.1", | ||
"hamt-sharding": "^2.0.0", | ||
"interface-blockstore": "^1.0.0", | ||
"ipfs-unixfs": "^5.0.0", | ||
"ipfs-unixfs": "^6.0.0", | ||
"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,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [6.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@6.0.0) (2021-08-19) | ||
|
||
|
||
### chore | ||
|
||
* switch to ESM ([#161](https://github.com/ipfs/js-ipfs-unixfs/issues/161)) ([819267f](https://github.com/ipfs/js-ipfs-unixfs/commit/819267f64fe9d4afc89ef729d54d4d15c2e11820)), closes [skypackjs/skypack-cdn#171](https://github.com/skypackjs/skypack-cdn/issues/171) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* ./src/dir-sharded is not in the exports map so cannot be imported | ||
|
||
Co-authored-by: Alex Potsides <[email protected]> | ||
|
||
|
||
|
||
|
||
|
||
# [5.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/[email protected]@5.0.0) (2021-07-09) | ||
|
||
|
||
|
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": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"main": "src/index.js", | ||
|