Skip to content

Commit

Permalink
v2.0.0-next.5
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
ljharb committed Oct 10, 2023
1 parent 06fe600 commit 284daba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 284daba

Please sign in to comment.