@@ -20,7 +20,7 @@ const process = {
20
20
env : { [ READ ] : { supported : [ "0.1.27" ] } } ,
21
21
execArgv : { [ READ ] : { supported : [ "0.7.7" ] } } ,
22
22
execPath : { [ READ ] : { supported : [ "0.1.100" ] } } ,
23
- execve : { [ READ ] : { experimental : [ "22.15.0" ] } } ,
23
+ execve : { [ READ ] : { experimental : [ "22.15.0" , "23.11.0" ] } } ,
24
24
exitCode : { [ READ ] : { supported : [ "0.11.8" ] } } ,
25
25
features : {
26
26
cached_builtins : { [ READ ] : { supported : [ "12.0.0" ] } } ,
@@ -29,20 +29,31 @@ const process = {
29
29
ipv6 : {
30
30
[ READ ] : {
31
31
supported : [ "0.5.3" ] ,
32
- deprecated : [ "22.13.0" ] ,
32
+ deprecated : [ "22.13.0" , "23.4.0" ] ,
33
33
} ,
34
34
} ,
35
35
require_module : {
36
36
[ READ ] : { supported : [ "23.0.0" , "22.10.0" , "20.19.0" ] } ,
37
37
} ,
38
- tls : { [ READ ] : { supported : [ "0.5.3" ] , deprecated : [ "22.13.0" ] } } ,
39
- tls_alpn : { [ READ ] : { supported : [ "4.8.0" ] , deprecated : [ "22.13.0" ] } } ,
38
+ tls : {
39
+ [ READ ] : { supported : [ "0.5.3" ] , deprecated : [ "22.13.0" , "23.4.0" ] } ,
40
+ } ,
41
+ tls_alpn : {
42
+ [ READ ] : { supported : [ "4.8.0" ] , deprecated : [ "22.13.0" , "23.4.0" ] } ,
43
+ } ,
40
44
tls_ocsp : {
41
- [ READ ] : { supported : [ "0.11.13" ] , deprecated : [ "22.13.0" ] } ,
45
+ [ READ ] : {
46
+ supported : [ "0.11.13" ] ,
47
+ deprecated : [ "22.13.0" , "23.4.0" ] ,
48
+ } ,
49
+ } ,
50
+ tls_sni : {
51
+ [ READ ] : { supported : [ "0.5.3" ] , deprecated : [ "22.13.0" , "23.4.0" ] } ,
42
52
} ,
43
- tls_sni : { [ READ ] : { supported : [ "0.5.3" ] , deprecated : [ "22.13.0" ] } } ,
44
53
typescript : { [ READ ] : { experimental : [ "23.0.0" , "22.10.0" ] } } ,
45
- uv : { [ READ ] : { supported : [ "0.5.3" ] , deprecated : [ "22.13.0" ] } } ,
54
+ uv : {
55
+ [ READ ] : { supported : [ "0.5.3" ] , deprecated : [ "22.13.0" , "23.4.0" ] } ,
56
+ } ,
46
57
} ,
47
58
finalization : {
48
59
register : { [ READ ] : { experimental : [ "22.5.0" ] } } ,
@@ -61,7 +72,7 @@ const process = {
61
72
pid : { [ READ ] : { supported : [ "0.1.15" ] } } ,
62
73
platform : { [ READ ] : { supported : [ "0.1.16" ] } } ,
63
74
ppid : { [ READ ] : { supported : [ "9.2.0" , "8.10.0" , "6.13.0" ] } } ,
64
- ref : { [ READ ] : { experimental : [ "22.14.0" ] } } ,
75
+ ref : { [ READ ] : { experimental : [ "22.14.0" , "23.6.0" ] } } ,
65
76
release : { [ READ ] : { supported : [ "3.0.0" ] } } ,
66
77
report : {
67
78
[ READ ] : {
@@ -109,7 +120,7 @@ const process = {
109
120
moveCursor : { [ READ ] : { supported : [ "0.7.7" ] } } ,
110
121
rows : { [ READ ] : { supported : [ "0.7.7" ] } } ,
111
122
} ,
112
- threadCpuUsage : { [ READ ] : { supported : [ "22.19.0" ] } } ,
123
+ threadCpuUsage : { [ READ ] : { supported : [ "22.19.0" , "23.9.0" ] } } ,
113
124
throwDeprecation : { [ READ ] : { supported : [ "0.9.12" ] } } ,
114
125
title : { [ READ ] : { supported : [ "0.1.104" ] } } ,
115
126
traceDeprecation : { [ READ ] : { supported : [ "0.8.0" ] } } ,
@@ -156,7 +167,7 @@ const process = {
156
167
setSourceMapsEnabled : { [ READ ] : { experimental : [ "16.6.0" , "14.18.0" ] } } ,
157
168
setUncaughtExceptionCaptureCallback : { [ READ ] : { supported : [ "9.3.0" ] } } ,
158
169
umask : { [ READ ] : { supported : [ "0.1.19" ] } } ,
159
- unref : { [ READ ] : { experimental : [ "22.14.0" ] } } ,
170
+ unref : { [ READ ] : { experimental : [ "22.14.0" , "23.6.0" ] } } ,
160
171
uptime : { [ READ ] : { supported : [ "0.5.0" ] } } ,
161
172
}
162
173
0 commit comments