Skip to content

Commit

Permalink
build: bump size-limit for ledger-icrc (#712)
Browse files Browse the repository at this point in the history
# Motivation

The `@dfinity/ledger-icrc` gained weight (just a bit) in #710. Given
that we are really precaucious, it makes the test fails.

# Changes

- Add 1kb to the limit (5 instead of 4)

Signed-off-by: David Dal Busco <david.dalbusco@dfinity.org>
  • Loading branch information
peterpeterparker authored Sep 4, 2024
1 parent d9174b8 commit 5ff19cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{
"name": "@dfinity/ledger-icrc",
"path": "./packages/ledger-icrc/dist/index.js",
"limit": "4 kB",
"limit": "5 kB",
"gzip": true,
"ignore": [
"@dfinity/agent",
Expand Down

0 comments on commit 5ff19cc

Please sign in to comment.