Skip to content

Commit 8eea601

Browse files
committed
v1.22.1
- [Fix] support windows virtual drive paths (#284) - [Deps] update `is-core-module` - [meta] use `npmignore` to autogenerate an npmignore file - [meta] do not publish `appveyor.yml` - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` - [Test] add tests for `"main": false` - [Tests] fix tests on node v12.0-12.2 - [Test] add some `sync` coverage - [Test] fix incorrect `require.resolve` paths logic; enable these tests - [Tests] avoid tests breaking on node 11.11 - 11.13
1 parent cf1d4cc commit 8eea601

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/core.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
113113
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
114114
"node:sys": [">= 14.18 && < 15", ">= 16"],
115+
"node:test": ">= 18",
115116
"timers": true,
116117
"node:timers": [">= 14.18 && < 15", ">= 16"],
117118
"timers/promises": ">= 15",

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": "1.22.0",
4+
"version": "1.22.1",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/browserify/resolve.git"

0 commit comments

Comments
 (0)