@@ -20,7 +20,7 @@ const process = {
2020 env : { [ READ ] : { supported : [ "0.1.27" ] } } ,
2121 execArgv : { [ READ ] : { supported : [ "0.7.7" ] } } ,
2222 execPath : { [ READ ] : { supported : [ "0.1.100" ] } } ,
23- execve : { [ READ ] : { experimental : [ "22.15.0" ] } } ,
23+ execve : { [ READ ] : { experimental : [ "22.15.0" , "23.11.0" ] } } ,
2424 exitCode : { [ READ ] : { supported : [ "0.11.8" ] } } ,
2525 features : {
2626 cached_builtins : { [ READ ] : { supported : [ "12.0.0" ] } } ,
@@ -29,20 +29,31 @@ const process = {
2929 ipv6 : {
3030 [ READ ] : {
3131 supported : [ "0.5.3" ] ,
32- deprecated : [ "22.13.0" ] ,
32+ deprecated : [ "22.13.0" , "23.4.0" ] ,
3333 } ,
3434 } ,
3535 require_module : {
3636 [ READ ] : { supported : [ "23.0.0" , "22.10.0" , "20.19.0" ] } ,
3737 } ,
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+ } ,
4044 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" ] } ,
4252 } ,
43- tls_sni : { [ READ ] : { supported : [ "0.5.3" ] , deprecated : [ "22.13.0" ] } } ,
4453 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+ } ,
4657 } ,
4758 finalization : {
4859 register : { [ READ ] : { experimental : [ "22.5.0" ] } } ,
@@ -61,7 +72,7 @@ const process = {
6172 pid : { [ READ ] : { supported : [ "0.1.15" ] } } ,
6273 platform : { [ READ ] : { supported : [ "0.1.16" ] } } ,
6374 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" ] } } ,
6576 release : { [ READ ] : { supported : [ "3.0.0" ] } } ,
6677 report : {
6778 [ READ ] : {
@@ -109,7 +120,7 @@ const process = {
109120 moveCursor : { [ READ ] : { supported : [ "0.7.7" ] } } ,
110121 rows : { [ READ ] : { supported : [ "0.7.7" ] } } ,
111122 } ,
112- threadCpuUsage : { [ READ ] : { supported : [ "22.19.0" ] } } ,
123+ threadCpuUsage : { [ READ ] : { supported : [ "22.19.0" , "23.9.0" ] } } ,
113124 throwDeprecation : { [ READ ] : { supported : [ "0.9.12" ] } } ,
114125 title : { [ READ ] : { supported : [ "0.1.104" ] } } ,
115126 traceDeprecation : { [ READ ] : { supported : [ "0.8.0" ] } } ,
@@ -156,7 +167,7 @@ const process = {
156167 setSourceMapsEnabled : { [ READ ] : { experimental : [ "16.6.0" , "14.18.0" ] } } ,
157168 setUncaughtExceptionCaptureCallback : { [ READ ] : { supported : [ "9.3.0" ] } } ,
158169 umask : { [ READ ] : { supported : [ "0.1.19" ] } } ,
159- unref : { [ READ ] : { experimental : [ "22.14.0" ] } } ,
170+ unref : { [ READ ] : { experimental : [ "22.14.0" , "23.6.0" ] } } ,
160171 uptime : { [ READ ] : { supported : [ "0.5.0" ] } } ,
161172}
162173
0 commit comments