Skip to content

Commit ae1aa4f

Browse files
committed
v1.19.0
- [New] `sync`/`async`: add 'includeCoreModules' option (#233) - [readme] Add possible error types (#232) - [Deps] update `is-core-module` - [Dev Deps] update `aud`, `eslint` - [meta] add Automatic Rebase and Require Allow Edits workflows - [Tests] comment out node 15 in appveyor; it’s not available yet - [Tests] add node 15 to appveyor, fix "latest npm" logic - [Tests] migrate tests to Github Actions
1 parent 1a87994 commit ae1aa4f

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
@@ -12,6 +12,7 @@
1212
"_debug_agent": ">= 1 && < 8",
1313
"_debugger": "< 8",
1414
"dgram": true,
15+
"diagnostics_channel": ">= 15.1",
1516
"dns": true,
1617
"dns/promises": ">= 15",
1718
"domain": ">= 0.7.12",

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

0 commit comments

Comments
 (0)