Skip to content

Commit

Permalink
fix: increase size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 committed Jan 29, 2024
1 parent eb170ca commit d31fd04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,43 +65,43 @@
"size-limit": [
{
"path": "lib/build/index.js",
"limit": "26kb"
"limit": "27kb"
},
{
"path": "recipe/emailverification/index.js",
"limit": "27kb"
},
{
"path": "recipe/emailpassword/index.js",
"limit": "26kb"
"limit": "27kb"
},
{
"path": "recipe/thirdparty/index.js",
"limit": "27kb"
"limit": "28kb"
},
{
"path": "recipe/thirdpartyemailpassword/index.js",
"limit": "29kb"
"limit": "30kb"
},
{
"path": "recipe/session/index.js",
"limit": "23kb"
"limit": "24kb"
},
{
"path": "recipe/passwordless/index.js",
"limit": "28kb"
},
{
"path": "recipe/thirdpartypasswordless/index.js",
"limit": "30kb"
"limit": "31kb"
},
{
"path": "recipe/userroles/index.js",
"limit": "23kb"
"limit": "24kb"
},
{
"path": "recipe/multitenancy/index.js",
"limit": "26kb"
"limit": "27kb"
}
]
}

0 comments on commit d31fd04

Please sign in to comment.