Skip to content

Commit cb466a6

Browse files
committed
[patch] remove unneeded .0 in version ranges
1 parent 903b51d commit cb466a6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

core.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"http": true,
3030
"http2": ">= 8.8",
3131
"https": true,
32-
"inspector": ">= 8.0.0",
32+
"inspector": ">= 8",
3333
"_linklist": "< 8",
3434
"module": true,
3535
"net": true,
36-
"node-inspect/lib/_inspect": ">= 7.6.0 && < 12",
37-
"node-inspect/lib/internal/inspect_client": ">= 7.6.0 && < 12",
38-
"node-inspect/lib/internal/inspect_repl": ">= 7.6.0 && < 12",
36+
"node-inspect/lib/_inspect": ">= 7.6 && < 12",
37+
"node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12",
38+
"node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12",
3939
"os": true,
4040
"path": true,
4141
"path/posix": ">= 15.3",
@@ -69,12 +69,12 @@
6969
"util": true,
7070
"util/types": ">= 15.3",
7171
"v8/tools/arguments": ">= 10 && < 12",
72-
"v8/tools/codemap": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
73-
"v8/tools/consarray": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
74-
"v8/tools/csvparser": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
75-
"v8/tools/logreader": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
76-
"v8/tools/profile_view": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
77-
"v8/tools/splaytree": [">= 4.4.0 && < 5", ">= 5.2.0 && < 12"],
72+
"v8/tools/codemap": [">= 4.4 && < 5", ">= 5.2 && < 12"],
73+
"v8/tools/consarray": [">= 4.4 && < 5", ">= 5.2 && < 12"],
74+
"v8/tools/csvparser": [">= 4.4 && < 5", ">= 5.2 && < 12"],
75+
"v8/tools/logreader": [">= 4.4 && < 5", ">= 5.2 && < 12"],
76+
"v8/tools/profile_view": [">= 4.4 && < 5", ">= 5.2 && < 12"],
77+
"v8/tools/splaytree": [">= 4.4 && < 5", ">= 5.2 && < 12"],
7878
"v8": ">= 1",
7979
"vm": true,
8080
"wasi": ">= 13.4 && < 13.5",

0 commit comments

Comments
 (0)