Skip to content

Commit cd52b64

Browse files
committed
v1.22.0
- [New] add default support for `paths` to include `$HOME/.node_{modules,libraries}` (#273) - [Deps] update `is-core-module`
1 parent 9bd06c0 commit cd52b64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/core.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"node:assert/strict": ">= 16",
66
"async_hooks": ">= 8",
77
"node:async_hooks": [">= 14.18 && < 15", ">= 16"],
8-
"buffer_ieee754": "< 0.9.7",
8+
"buffer_ieee754": ">= 0.5 && < 0.9.7",
99
"buffer": true,
1010
"node:buffer": [">= 14.18 && < 15", ">= 16"],
1111
"child_process": true,
1212
"node:child_process": [">= 14.18 && < 15", ">= 16"],
13-
"cluster": true,
13+
"cluster": ">= 0.5",
1414
"node:cluster": [">= 14.18 && < 15", ">= 16"],
1515
"console": true,
1616
"node:console": [">= 14.18 && < 15", ">= 16"],
@@ -77,7 +77,7 @@
7777
"node:perf_hooks": [">= 14.18 && < 15", ">= 16"],
7878
"process": ">= 1",
7979
"node:process": [">= 14.18 && < 15", ">= 16"],
80-
"punycode": true,
80+
"punycode": ">= 0.5",
8181
"node:punycode": [">= 14.18 && < 15", ">= 16"],
8282
"querystring": true,
8383
"node:querystring": [">= 14.18 && < 15", ">= 16"],
@@ -110,7 +110,7 @@
110110
"node:stream/web": ">= 16.5",
111111
"string_decoder": true,
112112
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
113-
"sys": [">= 0.6 && < 0.7", ">= 0.8"],
113+
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
114114
"node:sys": [">= 14.18 && < 15", ">= 16"],
115115
"timers": true,
116116
"node:timers": [">= 14.18 && < 15", ">= 16"],
@@ -147,6 +147,6 @@
147147
"wasi": ">= 13.4 && < 13.5",
148148
"worker_threads": ">= 11.7",
149149
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
150-
"zlib": true,
150+
"zlib": ">= 0.5",
151151
"node:zlib": [">= 14.18 && < 15", ">= 16"]
152152
}

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

0 commit comments

Comments
 (0)