Skip to content

Commit 284daba

Browse files
committed
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`
1 parent 06fe600 commit 284daba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "resolve",
33
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4-
"version": "2.0.0-next.4",
4+
"version": "2.0.0-next.5",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/browserify/resolve.git"

0 commit comments

Comments
 (0)