Skip to content

Commit

Permalink
[Fix] node:sqlite is available in node ^22.13
Browse files Browse the repository at this point in the history
Fixes #17
  • Loading branch information
ljharb committed Dec 21, 2024
1 parent 672bddd commit aafb7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"node:repl": [">= 14.18 && < 15", ">= 16"],
"node:sea": [">= 20.12 && < 21", ">= 21.7"],
"smalloc": ">= 0.11.5 && < 3",
"node:sqlite": ">= 23.4",
"node:sqlite": [">= 22.13 && < 23", ">= 23.4"],
"_stream_duplex": ">= 0.9.4",
"node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],
"_stream_transform": ">= 0.9.4",
Expand Down

0 comments on commit aafb7ca

Please sign in to comment.