From be0bfa99d7e08e477c4486e3ffb823e4a8b84bcd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Aug 2022 14:13:49 +0000 Subject: [PATCH 1/3] chore(release): 8.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [ipfs-unixfs-exporter-v8.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v7.0.11...ipfs-unixfs-exporter-v8.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * This module used to be dual published as CJS/ESM, now it is just ESM ### Dependencies * update aegir to 37.x.x ([#243](https://github.com/ipfs/js-ipfs-unixfs/issues/243)) ([9fccb7c](https://github.com/ipfs/js-ipfs-unixfs/commit/9fccb7c4bf989c052ba67ab2c9280273aecfda36)) * update hamt-sharding to 3.0.0 ([#244](https://github.com/ipfs/js-ipfs-unixfs/issues/244)) ([50a7607](https://github.com/ipfs/js-ipfs-unixfs/commit/50a7607d1876dab0b34dfe79704688f01ce1d449)) --- packages/ipfs-unixfs-exporter/CHANGELOG.md | 12 ++++++++++++ packages/ipfs-unixfs-exporter/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index 4a1152ec..31c70ef0 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -1,3 +1,15 @@ +## [ipfs-unixfs-exporter-v8.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v7.0.11...ipfs-unixfs-exporter-v8.0.0) (2022-08-11) + + +### ⚠ BREAKING CHANGES + +* This module used to be dual published as CJS/ESM, now it is just ESM + +### Dependencies + +* update aegir to 37.x.x ([#243](https://github.com/ipfs/js-ipfs-unixfs/issues/243)) ([9fccb7c](https://github.com/ipfs/js-ipfs-unixfs/commit/9fccb7c4bf989c052ba67ab2c9280273aecfda36)) +* update hamt-sharding to 3.0.0 ([#244](https://github.com/ipfs/js-ipfs-unixfs/issues/244)) ([50a7607](https://github.com/ipfs/js-ipfs-unixfs/commit/50a7607d1876dab0b34dfe79704688f01ce1d449)) + ## [ipfs-unixfs-exporter-v7.0.11](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v7.0.10...ipfs-unixfs-exporter-v7.0.11) (2022-05-27) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 497b5917..33529bd5 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-exporter", - "version": "7.0.6", + "version": "8.0.0", "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/master/packages/ipfs-unixfs-exporter#readme", From 2edd327bbe25880a83a8ea00963a22e3f9fa4449 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 16 Aug 2022 07:31:41 +0100 Subject: [PATCH 2/3] fix: update types import path and deps (#248) --- packages/ipfs-unixfs-exporter/package.json | 8 ++++---- packages/ipfs-unixfs-exporter/test/importer.spec.js | 4 ++-- packages/ipfs-unixfs-importer/package.json | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index 33529bd5..ae1f230c 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -156,8 +156,8 @@ "@multiformats/murmur3": "^1.0.3", "err-code": "^3.0.1", "hamt-sharding": "^3.0.0", - "interface-blockstore": "^2.0.3", - "ipfs-unixfs": "^6.0.0", + "interface-blockstore": "^3.0.0", + "ipfs-unixfs": "^7.0.0", "it-last": "^1.0.5", "multiformats": "^9.4.2", "uint8arrays": "^3.0.0" @@ -166,9 +166,9 @@ "@types/sinon": "^10.0.0", "abort-controller": "^3.0.0", "aegir": "^37.5.0", - "blockstore-core": "^1.0.5", + "blockstore-core": "^2.0.1", "crypto-browserify": "^3.12.0", - "ipfs-unixfs-importer": "^9.0.0", + "ipfs-unixfs-importer": "^10.0.0", "it-all": "^1.0.5", "it-buffer-stream": "^2.0.0", "it-first": "^1.0.6", diff --git a/packages/ipfs-unixfs-exporter/test/importer.spec.js b/packages/ipfs-unixfs-exporter/test/importer.spec.js index d97cc068..66def5d5 100644 --- a/packages/ipfs-unixfs-exporter/test/importer.spec.js +++ b/packages/ipfs-unixfs-exporter/test/importer.spec.js @@ -1107,7 +1107,7 @@ describe('configuration', () => { path: 'path', content: 'content' }], block, { - /** @type {import('ipfs-unixfs-importer/src/types').DAGBuilder} */ + /** @type {import('ipfs-unixfs-importer').DAGBuilder} */ dagBuilder: async function * (source, block, opts) { // eslint-disable-line require-await yield function () { return Promise.resolve({ @@ -1118,7 +1118,7 @@ describe('configuration', () => { }) } }, - /** @type {import('ipfs-unixfs-importer/src/types').TreeBuilder} */ + /** @type {import('ipfs-unixfs-importer').TreeBuilder} */ treeBuilder: async function * (source, block, opts) { // eslint-disable-line require-await builtTree = true yield * source diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 432e41bd..6ffca6fb 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -156,8 +156,8 @@ "bl": "^5.0.0", "err-code": "^3.0.1", "hamt-sharding": "^3.0.0", - "interface-blockstore": "^2.0.3", - "ipfs-unixfs": "^6.0.0", + "interface-blockstore": "^3.0.0", + "ipfs-unixfs": "^7.0.0", "it-all": "^1.0.5", "it-batch": "^1.0.8", "it-first": "^1.0.6", @@ -170,9 +170,9 @@ "devDependencies": { "aegir": "^37.5.0", "assert": "^2.0.0", - "blockstore-core": "^1.0.5", + "blockstore-core": "^2.0.1", "it-buffer-stream": "^2.0.0", - "wherearewe": "^1.0.0" + "wherearewe": "^2.0.1" }, "browser": { "fs": false From a1e3b11cc92a2788e1e5859c6d37ea536145fbc5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Aug 2022 06:39:18 +0000 Subject: [PATCH 3/3] chore(release): 10.0.1 [skip ci] ## [ipfs-unixfs-importer-v10.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v10.0.0...ipfs-unixfs-importer-v10.0.1) (2022-08-16) ### Bug Fixes * update types import path and deps ([#248](https://github.com/ipfs/js-ipfs-unixfs/issues/248)) ([2edd327](https://github.com/ipfs/js-ipfs-unixfs/commit/2edd327bbe25880a83a8ea00963a22e3f9fa4449)) --- packages/ipfs-unixfs-importer/CHANGELOG.md | 7 +++++++ packages/ipfs-unixfs-importer/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-importer/CHANGELOG.md b/packages/ipfs-unixfs-importer/CHANGELOG.md index 0f236c27..d27cf6c2 100644 --- a/packages/ipfs-unixfs-importer/CHANGELOG.md +++ b/packages/ipfs-unixfs-importer/CHANGELOG.md @@ -1,3 +1,10 @@ +## [ipfs-unixfs-importer-v10.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v10.0.0...ipfs-unixfs-importer-v10.0.1) (2022-08-16) + + +### Bug Fixes + +* update types import path and deps ([#248](https://github.com/ipfs/js-ipfs-unixfs/issues/248)) ([2edd327](https://github.com/ipfs/js-ipfs-unixfs/commit/2edd327bbe25880a83a8ea00963a22e3f9fa4449)) + ## [ipfs-unixfs-importer-v10.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v9.0.10...ipfs-unixfs-importer-v10.0.0) (2022-08-11) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 6ffca6fb..3f0c81c2 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-importer", - "version": "10.0.0", + "version": "10.0.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/master/packages/ipfs-unixfs-importer#readme",