From 45e28a5213575eedc3c370b7e7997cd3fe354ecc Mon Sep 17 00:00:00 2001 From: Mark Silverwood Date: Tue, 13 Jun 2023 13:16:56 +0100 Subject: [PATCH] update size-limit before merging to master --- .size-limit.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.size-limit.js b/.size-limit.js index 3b7f44a51c..7512fb3e78 100644 --- a/.size-limit.js +++ b/.size-limit.js @@ -4,21 +4,21 @@ module.exports = [ { name: 'CJS', path: 'dist/lightweight-charts.production.cjs', - limit: '44.55 KB', + limit: '46.94 KB', }, { name: 'ESM', path: 'dist/lightweight-charts.production.mjs', - limit: '44.5 KB', + limit: '46.86 KB', }, { name: 'Standalone-ESM', path: 'dist/lightweight-charts.standalone.production.mjs', - limit: '46.2 KB', + limit: '48.56 KB', }, { name: 'Standalone', path: 'dist/lightweight-charts.standalone.production.js', - limit: '46.25 KB', + limit: '48.61 KB', }, ];