diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index cc285ba4..70479eea 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -1,3 +1,10 @@ +## [ipfs-unixfs-exporter-v13.6.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-13.6.0...ipfs-unixfs-exporter-13.6.1) (2024-09-13) + +### Dependencies + +* **dev:** bump blockstore-core from 4.4.1 to 5.0.0 ([#411](https://github.com/ipfs/js-ipfs-unixfs/issues/411)) ([6663007](https://github.com/ipfs/js-ipfs-unixfs/commit/6663007b46fb18e31157bce7bba4bfcf7b0ef5b5)) +* **dev:** bump sinon from 17.0.2 to 19.0.2 ([#415](https://github.com/ipfs/js-ipfs-unixfs/issues/415)) ([f0a0b37](https://github.com/ipfs/js-ipfs-unixfs/commit/f0a0b37a57754ec7c36913e8ab06072aca7df41d)) + ## [ipfs-unixfs-exporter-v13.6.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-13.5.1...ipfs-unixfs-exporter-13.6.0) (2024-09-13) ### Features diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 45a0d982..4211c034 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-exporter", - "version": "13.6.0", + "version": "13.6.1", "description": "JavaScript implementation of the UnixFs exporter used by IPFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs-exporter#readme", @@ -157,7 +157,7 @@ "@types/readable-stream": "^4.0.15", "@types/sinon": "^17.0.3", "aegir": "^44.1.1", - "blockstore-core": "^4.4.1", + "blockstore-core": "^5.0.0", "delay": "^6.0.0", "ipfs-unixfs-importer": "^15.0.0", "iso-random-stream": "^2.0.2", @@ -168,7 +168,7 @@ "it-to-buffer": "^4.0.7", "merge-options": "^3.0.4", "readable-stream": "^4.5.2", - "sinon": "^17.0.1", + "sinon": "^19.0.2", "uint8arrays": "^5.1.0", "wherearewe": "^2.0.1" }, diff --git a/packages/ipfs-unixfs-importer/CHANGELOG.md b/packages/ipfs-unixfs-importer/CHANGELOG.md index 10b8a1f4..bad5711d 100644 --- a/packages/ipfs-unixfs-importer/CHANGELOG.md +++ b/packages/ipfs-unixfs-importer/CHANGELOG.md @@ -1,3 +1,10 @@ +## [ipfs-unixfs-importer-v15.3.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-15.3.0...ipfs-unixfs-importer-15.3.1) (2024-09-13) + +### Dependencies + +* bump interface-store from 5.1.8 to 6.0.0 ([#410](https://github.com/ipfs/js-ipfs-unixfs/issues/410)) ([e3939ec](https://github.com/ipfs/js-ipfs-unixfs/commit/e3939ec99dd5e1a66a00fc249e0bd242724c43d0)) +* **dev:** bump blockstore-core from 4.4.1 to 5.0.0 ([#411](https://github.com/ipfs/js-ipfs-unixfs/issues/411)) ([6663007](https://github.com/ipfs/js-ipfs-unixfs/commit/6663007b46fb18e31157bce7bba4bfcf7b0ef5b5)) + ## [ipfs-unixfs-importer-v15.3.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-15.2.6...ipfs-unixfs-importer-15.3.0) (2024-09-13) ### Features diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index ed2e2451..8216e008 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-importer", - "version": "15.3.0", + "version": "15.3.1", "description": "JavaScript implementation of the UnixFs importer used by IPFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs-importer#readme", @@ -164,7 +164,7 @@ "@multiformats/murmur3": "^2.1.8", "hamt-sharding": "^3.0.6", "interface-blockstore": "^5.3.0", - "interface-store": "^5.1.8", + "interface-store": "^6.0.0", "ipfs-unixfs": "^11.0.0", "it-all": "^3.0.6", "it-batch": "^3.0.6", @@ -178,7 +178,7 @@ }, "devDependencies": { "aegir": "^44.1.1", - "blockstore-core": "^4.4.1", + "blockstore-core": "^5.0.0", "it-last": "^3.0.6", "wherearewe": "^2.0.1" },