From aff5cb09a3cf743b9e874b3386e6edb858635622 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Mon, 6 Nov 2023 16:26:41 +0100 Subject: [PATCH] size --- .size-limit.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.size-limit.cjs b/.size-limit.cjs index 031272a0c63..5637af876f6 100644 --- a/.size-limit.cjs +++ b/.size-limit.cjs @@ -1,7 +1,7 @@ const checks = [ { path: "dist/apollo-client.min.cjs", - limit: "38062", + limit: "38074", }, { path: "dist/main.cjs", @@ -10,7 +10,7 @@ const checks = [ { path: "dist/index.js", import: "{ ApolloClient, InMemoryCache, HttpLink }", - limit: "32113", + limit: "32132", }, ...[ "ApolloProvider",