Skip to content

Commit

Permalink
chore: increase size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Nov 9, 2023
1 parent 1990358 commit 46ae327
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@
"size-limit": [
{
"path": "lib/build/index.js",
"limit": "15kb"
"limit": "17kb"
},
{
"path": "recipe/session/index.js",
"limit": "16kb"
"limit": "18kb"
},
{
"path": "recipe/session/prebuiltui.js",
"limit": "20kb"
"limit": "21kb"
},
{
"path": "recipe/thirdpartyemailpassword/index.js",
Expand Down Expand Up @@ -155,27 +155,27 @@
},
{
"path": "recipe/emailverification/prebuiltui.js",
"limit": "25kb"
"limit": "27kb"
},
{
"path": "recipe/thirdpartyemailpassword/prebuiltui.js",
"limit": "56kb"
"limit": "58kb"
},
{
"path": "recipe/thirdparty/prebuiltui.js",
"limit": "40kb"
"limit": "42kb"
},
{
"path": "recipe/emailpassword/prebuiltui.js",
"limit": "30kb"
"limit": "32kb"
},
{
"path": "recipe/passwordless/prebuiltui.js",
"limit": "107kb"
"limit": "110kb"
},
{
"path": "recipe/thirdpartypasswordless/prebuiltui.js",
"limit": "135kb"
"limit": "140kb"
},
{
"path": "recipe/multitenancy/index.js",
Expand Down

0 comments on commit 46ae327

Please sign in to comment.