We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1d4cc commit 8eea601Copy full SHA for 8eea601
lib/core.json
@@ -112,6 +112,7 @@
112
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
113
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
114
"node:sys": [">= 14.18 && < 15", ">= 16"],
115
+ "node:test": ">= 18",
116
"timers": true,
117
"node:timers": [">= 14.18 && < 15", ">= 16"],
118
"timers/promises": ">= 15",
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "resolve",
3
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4
- "version": "1.22.0",
+ "version": "1.22.1",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/browserify/resolve.git"
0 commit comments