Skip to content

Commit 26e54e8

Browse files
committed
v1.20.0
- [New] add `readPackage` and `readPackageSync` (#236) - [Deps] update `is-core-module` - [meta] do not publish github action workflow files - [meta] create SECURITY.md - [meta] do not fail when `aud` is running and deps are not present - [meta] fix indentation in lib/core.json - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `array.prototype.map`, `aud`, `tape` - [Tests] skip `npm ls` check on older nodes
1 parent f7df45c commit 26e54e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/core.json

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12",
3939
"os": true,
4040
"path": true,
41+
"path/posix": ">= 15.3",
42+
"path/win32": ">= 15.3",
4143
"perf_hooks": ">= 8.5",
4244
"process": ">= 1",
4345
"punycode": true,
@@ -65,6 +67,7 @@
6567
"tty": true,
6668
"url": true,
6769
"util": true,
70+
"util/types": ">= 15.3",
6871
"v8/tools/arguments": ">= 10 && < 12",
6972
"v8/tools/codemap": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
7073
"v8/tools/consarray": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],

package.json

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

0 commit comments

Comments
 (0)