From 284daba733327c803dbc85168fd3c72ebef52fc0 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 10 Oct 2023 15:01:45 -0700 Subject: [PATCH] v2.0.0-next.5 Changes since v2.0.0-next.4: - [Fix] fix `npx resolve` by handling symlinks (#315) - [Fix] allow `npx resolve` to work (#316) - [Tests] rename innocent test project to avoid flawed security scanners - [Tests] avoid publishing "malformed package.json" test to avoid flawed security scanners Including all changes in v1.20.2 - v1.22.8 v1.22.8 - [Tests] rename innocent test project to avoid flawed security scanners v1.22.7 - [Tests] avoid publishing "malformed package.json" test to avoid flawed security scanners v1.22.6 - [Fix] allow `npx resolve` to work (#316) - [actions] use reusable rebase action v1.22.5 - [Fix] fix `npx resolve` by handling symlinks (#315) - [Dev Deps] update `array.prototype.map` v1.22.4 - Revert "[Refactor] deprecated `lib/core.js` now uses data from `is-core-module` also" - [Deps] update `is-core-module` - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `semver`, `tape` - [meta] commit published core.json data v1.22.3 - [Refactor] deprecated `lib/core.js` now uses data from `is-core-module` also - [Deps] update `is-core-module` v1.22.2 - [Refactor] deprecated `lib/core.js` now uses `is-core-module` - [meta] cp core.json on prepack instead of prepublishOnly - [Deps] update `is-core-module` - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape`, `array.prototype.map` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dfb1f3..e4f4b50 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.4", + "version": "2.0.0-next.5", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"