Skip to content

Commit 775fd8e

Browse files
committedApr 14, 2023
[meta] commit published core.json data
1 parent d3332a2 commit 775fd8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎lib/core.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
115115
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
116116
"node:sys": [">= 14.18 && < 15", ">= 16"],
117+
"test/reporters": [">= 19.9", ">= 20"],
118+
"node:test/reporters": [">= 19.9", ">= 20"],
117119
"node:test": [">= 16.17 && < 17", ">= 18"],
118120
"timers": true,
119121
"node:timers": [">= 14.18 && < 15", ">= 16"],
@@ -147,7 +149,8 @@
147149
"node:v8": [">= 14.18 && < 15", ">= 16"],
148150
"vm": true,
149151
"node:vm": [">= 14.18 && < 15", ">= 16"],
150-
"wasi": ">= 13.4 && < 13.5",
152+
"wasi": [">= 13.4 && < 13.5", ">= 20"],
153+
"node:wasi": ">= 20",
151154
"worker_threads": ">= 11.7",
152155
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
153156
"zlib": ">= 0.5",

0 commit comments

Comments
 (0)
Please sign in to comment.