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 05e3324 commit f24742cCopy full SHA for f24742c
lib/core.json
@@ -91,7 +91,7 @@
91
"node:repl": [">= 14.18 && < 15", ">= 16"],
92
"node:sea": [">= 20.12 && < 21", ">= 21.7"],
93
"smalloc": ">= 0.11.5 && < 3",
94
- "node:sqlite": ">= 23.4",
+ "node:sqlite": [">= 22.13 && < 23", ">= 23.4"],
95
"_stream_duplex": ">= 0.9.4",
96
"node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],
97
"_stream_transform": ">= 0.9.4",
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.10",
+ "version": "1.22.11",
5
"repository": {
6
"type": "git",
7
"url": "ssh://github.com/browserify/resolve.git"
0 commit comments