diff --git a/tests/scripts/check_metadata.sh b/tests/scripts/check_metadata.sh index 15e3cdb85..1accb7148 100755 --- a/tests/scripts/check_metadata.sh +++ b/tests/scripts/check_metadata.sh @@ -36,7 +36,8 @@ readonly RELEASE_DIR='dist' # Q1 2023 9.2.1 909181 # Q2 2023 9.3.3 887618 # Q3 2023 10.1.3 898859 -readonly BLOCKLY_SIZE_EXPECTED=898859 +# Q4 2023 10.2.2 903535 +readonly BLOCKLY_SIZE_EXPECTED=903535 # Size of blocks_compressed.js # Q2 2019 2.20190722.0 75618 @@ -58,7 +59,8 @@ readonly BLOCKLY_SIZE_EXPECTED=898859 # Q1 2023 9.2.1 101114 # Q2 2023 9.3.3 91848 # Q3 2023 10.1.3 90150 -readonly BLOCKS_SIZE_EXPECTED=90150 +# Q4 2023 10.2.2 90269 +readonly BLOCKS_SIZE_EXPECTED=90269 # Size of blockly_compressed.js.gz # Q2 2019 2.20190722.0 180925 @@ -81,7 +83,8 @@ readonly BLOCKS_SIZE_EXPECTED=90150 # Q1 2023 9.2.1 179814 # Q2 2023 9.3.3 175206 # Q3 2023 10.1.3 180553 -readonly BLOCKLY_GZ_SIZE_EXPECTED=180553 +# Q4 2023 10.2.2 181474 +readonly BLOCKLY_GZ_SIZE_EXPECTED=181474 # Size of blocks_compressed.js.gz # Q2 2019 2.20190722.0 14552 @@ -103,7 +106,8 @@ readonly BLOCKLY_GZ_SIZE_EXPECTED=180553 # Q1 2023 9.2.1 17262 # Q2 2023 9.3.3 16736 # Q3 2023 10.1.3 16508 -readonly BLOCKS_GZ_SIZE_EXPECTED=16508 +# Q4 2023 10.2.2 16442 +readonly BLOCKS_GZ_SIZE_EXPECTED=16442 # ANSI colors readonly BOLD_GREEN='\033[1;32m'