diff --git a/tests/scripts/check_metadata.sh b/tests/scripts/check_metadata.sh index 7df0b1b8d..3c7823db1 100755 --- a/tests/scripts/check_metadata.sh +++ b/tests/scripts/check_metadata.sh @@ -33,7 +33,8 @@ readonly RELEASE_DIR='dist' # Q3 2022 8.0.0 1040413 (mid-quarter typescript conversion) # Q4 2022 8.0.0 870104 # Q4 2022 9.1.1 903357 -readonly BLOCKLY_SIZE_EXPECTED=903357 +# Q1 2023 9.2.1 909181 +readonly BLOCKLY_SIZE_EXPECTED=909181 # Size of blocks_compressed.js # Q2 2019 2.20190722.0 75618 @@ -52,7 +53,8 @@ readonly BLOCKLY_SIZE_EXPECTED=903357 # Q3 2022 8.0.0 102176 (mid-quarter typescript conversion) # Q4 2022 8.0.0 102213 # Q4 2022 9.1.1 102190 -readonly BLOCKS_SIZE_EXPECTED=102190 +# Q1 2023 9.2.1 101114 +readonly BLOCKS_SIZE_EXPECTED=101114 # Size of blockly_compressed.js.gz # Q2 2019 2.20190722.0 180925 @@ -72,7 +74,8 @@ readonly BLOCKS_SIZE_EXPECTED=102190 # Q3 2022 8.0.0 185766 (mid-quarter typescript conversion) # Q4 2022 8.0.0 175140 # Q4 2022 9.1.1 179306 -readonly BLOCKLY_GZ_SIZE_EXPECTED=179306 +# Q1 2023 9.2.1 179814 +readonly BLOCKLY_GZ_SIZE_EXPECTED=179814 # Size of blocks_compressed.js.gz # Q2 2019 2.20190722.0 14552 @@ -91,7 +94,8 @@ readonly BLOCKLY_GZ_SIZE_EXPECTED=179306 # Q3 2022 8.0.0 17016 (mid-quarter typescript conversion) # Q4 2022 8.0.0 17188 # Q4 2022 9.1.1 17182 -readonly BLOCKS_GZ_SIZE_EXPECTED=17182 +# Q1 2023 9.2.1 17262 +readonly BLOCKS_GZ_SIZE_EXPECTED=17262 # ANSI colors readonly BOLD_GREEN='\033[1;32m'