From c32cf25cdda5ec3fc64e21696f908f59dd44775b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 22 Jan 2020 00:24:43 -0800 Subject: [PATCH] v2.0.0-next.1 Changes since v2.0.0-next.0: - [Breaking] add ESM wrapper to "exports"; change paths to match - [Breaking] add "exports" to `package.json` Including all changes in v1.14.2 and v1.15.0: - [New] `sync`'/`async`: Implement `packageIterator` (#205) - [Fix] `sync`/`async`: Fixes isCore check (#206) - [Refactor] `sync`: add function name - [Refactor] remove useless `exports` assignment - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ae6780e..c68b9450 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resolve", "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"