@@ -11,7 +11,7 @@ const promises_api = {
11
11
chown : { [ READ ] : { supported : [ "10.0.0" ] } } ,
12
12
constants : { [ READ ] : { supported : [ "18.4.0" , "16.17.0" ] } } ,
13
13
copyFile : { [ READ ] : { supported : [ "10.0.0" ] } } ,
14
- cp : { [ READ ] : { experimental : [ "16.7.0" ] } } ,
14
+ cp : { [ READ ] : { supported : [ "22.3.0" ] , experimental : [ "16.7.0" ] } } ,
15
15
glob : { [ READ ] : { experimental : [ "22.0.0" ] } } ,
16
16
lchmod : { [ READ ] : { supported : [ "10.0.0" ] , deprecated : [ "10.0.0" ] } } ,
17
17
lchown : { [ READ ] : { supported : [ "10.0.0" ] } } ,
@@ -47,7 +47,7 @@ const callback_api = {
47
47
chown : { [ READ ] : { supported : [ "0.1.97" ] } } ,
48
48
close : { [ READ ] : { supported : [ "0.0.2" ] } } ,
49
49
copyFile : { [ READ ] : { supported : [ "8.5.0" ] } } ,
50
- cp : { [ READ ] : { experimental : [ "16.7.0" ] } } ,
50
+ cp : { [ READ ] : { supported : [ "22.3.0" ] , experimental : [ "16.7.0" ] } } ,
51
51
createReadStream : { [ READ ] : { supported : [ "0.1.31" ] } } ,
52
52
createWriteStream : { [ READ ] : { supported : [ "0.1.31" ] } } ,
53
53
exists : { [ READ ] : { supported : [ "0.0.2" ] , deprecated : [ "1.0.0" ] } } ,
@@ -104,7 +104,7 @@ const synchronous_api = {
104
104
chownSync : { [ READ ] : { supported : [ "0.1.97" ] } } ,
105
105
closeSync : { [ READ ] : { supported : [ "0.1.21" ] } } ,
106
106
copyFileSync : { [ READ ] : { supported : [ "8.5.0" ] } } ,
107
- cpSync : { [ READ ] : { experimental : [ "16.7.0" ] } } ,
107
+ cpSync : { [ READ ] : { supported : [ "22.3.0" ] , experimental : [ "16.7.0" ] } } ,
108
108
existsSync : { [ READ ] : { supported : [ "0.1.21" ] } } ,
109
109
fchmodSync : { [ READ ] : { supported : [ "0.4.7" ] } } ,
110
110
fchownSync : { [ READ ] : { supported : [ "0.4.7" ] } } ,
0 commit comments