@@ -2,7 +2,7 @@ import { VersionName, SnapshotName, PackType, FormatResult, VersionsResult } fro
22
33// Data sets //
44
5- const LATEST = { resource : 12 , data : 10 }
5+ const LATEST = { resource : 16 , data : 16 }
66
77const START_RELEASES : Record < VersionName , Record < PackType , FormatResult > > = {
88 '1.6.x' : { resource : 1 , data : undefined } ,
@@ -18,6 +18,7 @@ const START_RELEASES: Record<VersionName, Record<PackType, FormatResult>> = {
1818 '1.19.3' : { resource : 12 , data : 10 } ,
1919 '1.19.4' : { resource : 12 , data : 12 } ,
2020 '1.20.x' : { resource : 15 , data : 15 } ,
21+ '1.20.2' : { resource : 16 , data : 16 } ,
2122 '1.21.x' : { resource : undefined , data : undefined } ,
2223}
2324
@@ -43,6 +44,7 @@ const START_SNAPSHOTS: Record<string, Record<PackType, FormatResult>> = {
4344 '23w16a' : { resource : 14 , data : 14 } ,
4445 '23w17a' : { resource : 15 , data : 14 } ,
4546 '23w18a' : { resource : 15 , data : 15 } ,
47+ '23w31a' : { resource : 16 , data : 16 } ,
4648 [ fauxCurrentSnapshot ] : { resource : undefined , data : undefined } ,
4749}
4850
0 commit comments