Skip to content

Commit

Permalink
chore: zod lib size-limit setup (#817)
Browse files Browse the repository at this point in the history
# Motivation

The size limit setup was missing in #812 for the new zod-schemas lib.

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Jan 20, 2025
1 parent 0d6c1e7 commit 1dfe3e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,16 @@
"@dfinity/principal"
]
},
{
"name": "@dfinity/zod-schemas",
"path": "./packages/zod-schemas/dist/index.js",
"limit": "2 kB",
"gzip": true,
"ignore": [
"zod",
"@dfinity/principal"
]
},
{
"name": "@dfinity/ic-management",
"path": "./packages/ic-management/dist/index.js",
Expand Down

0 comments on commit 1dfe3e0

Please sign in to comment.