@@ -14,7 +14,7 @@ const promises_api = {
1414 constants : { [ READ ] : { supported : [ "18.4.0" , "16.17.0" ] } } ,
1515 copyFile : { [ READ ] : { supported : [ "10.0.0" ] } } ,
1616 cp : { [ READ ] : { supported : [ "22.3.0" ] , experimental : [ "16.7.0" ] } } ,
17- glob : { [ READ ] : { experimental : [ "22.0.0" ] } } ,
17+ glob : { [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" ] } } ,
1818 lchmod : { [ READ ] : { supported : [ "10.0.0" ] , deprecated : [ "10.0.0" ] } } ,
1919 lchown : { [ READ ] : { supported : [ "10.0.0" ] } } ,
2020 link : { [ READ ] : { supported : [ "10.0.0" ] } } ,
@@ -62,7 +62,7 @@ const callback_api = {
6262 fsync : { [ READ ] : { supported : [ "0.1.96" ] } } ,
6363 ftruncate : { [ READ ] : { supported : [ "0.8.6" ] } } ,
6464 futimes : { [ READ ] : { supported : [ "0.4.2" ] } } ,
65- glob : { [ READ ] : { experimental : [ "22.0.0" ] } } ,
65+ glob : { [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" ] } } ,
6666 lchmod : { [ READ ] : { supported : [ "0.1.8" ] , deprecated : [ "0.4.7" ] } } ,
6767 lchown : { [ READ ] : { supported : [ "0.1.8" ] } } ,
6868 link : { [ READ ] : { supported : [ "0.1.31" ] } } ,
@@ -72,7 +72,9 @@ const callback_api = {
7272 mkdtemp : { [ READ ] : { supported : [ "5.10.0" ] } } ,
7373 native : { [ READ ] : { supported : [ "9.2.0" ] } } ,
7474 open : { [ READ ] : { supported : [ "0.0.2" ] } } ,
75- openAsBlob : { [ READ ] : { experimental : [ "19.8.0" ] } } ,
75+ openAsBlob : {
76+ [ READ ] : { experimental : [ "19.8.0" ] , supported : [ "22.17.0" ] } ,
77+ } ,
7678 opendir : { [ READ ] : { supported : [ "12.12.0" ] } } ,
7779 read : { [ READ ] : { supported : [ "0.0.2" ] } } ,
7880 readdir : { [ READ ] : { supported : [ "0.1.8" ] } } ,
@@ -119,7 +121,7 @@ const synchronous_api = {
119121 fsyncSync : { [ READ ] : { supported : [ "0.1.96" ] } } ,
120122 ftruncateSync : { [ READ ] : { supported : [ "0.8.6" ] } } ,
121123 futimesSync : { [ READ ] : { supported : [ "0.4.2" ] } } ,
122- globSync : { [ READ ] : { experimental : [ "22.0.0" ] } } ,
124+ globSync : { [ READ ] : { experimental : [ "22.0.0" ] , supported : [ "22.17.0" ] } } ,
123125 lchmodSync : { [ READ ] : { supported : [ "0.1.8" ] , deprecated : [ "0.4.7" ] } } ,
124126 lchownSync : { [ READ ] : { supported : [ "0.1.8" ] } } ,
125127 linkSync : { [ READ ] : { supported : [ "0.1.31" ] } } ,
0 commit comments