Skip to content

Commit

Permalink
changeset, size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 2, 2023
1 parent a323213 commit 4ad3038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-laws-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

Fixes argument handling for invariant log messages.
4 changes: 2 additions & 2 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const checks = [
{
path: "dist/apollo-client.min.cjs",
limit: "37986",
limit: "37988",
},
{
path: "dist/main.cjs",
Expand All @@ -10,7 +10,7 @@ const checks = [
{
path: "dist/index.js",
import: "{ ApolloClient, InMemoryCache, HttpLink }",
limit: "32019",
limit: "32031",
},
...[
"ApolloProvider",
Expand Down

0 comments on commit 4ad3038

Please sign in to comment.