From e735b9f306421d33826551c9189f54bd7bfb6c86 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 4 Sep 2020 09:16:51 +0100 Subject: [PATCH] chore: downgrade merge-options Downgrades merge-options because v3 removed node 12 support. Refs: https://github.com/ipfs/js-ipfs/issues/3270 Refs: https://github.com/schnittstabil/merge-options/issues/23 --- packages/ipfs-unixfs-importer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index 1c2a6ab3..6e9ff8f6 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -58,7 +58,7 @@ "it-batch": "^1.0.3", "it-first": "^1.0.1", "it-parallel-batch": "^1.0.3", - "merge-options": "^3.0.1", + "merge-options": "^2.0.0", "multihashing-async": "^2.0.0", "rabin-wasm": "^0.1.1", "uint8arrays": "^1.1.0"