Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 446e8aa

Browse files
committed
chore: update sizes
1 parent d9e8b51 commit 446e8aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ipfs-core/.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
}
7171
},
7272
build: {
73-
bundlesizeMax: '610kB',
73+
bundlesizeMax: '615kB',
7474
config: esbuild
7575
}
7676
}

packages/ipfs-http-client/.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const getPort = require('aegir/utils/get-port')
66
/** @type {import('aegir').PartialOptions} */
77
module.exports = {
88
build: {
9-
bundlesizeMax: '98kB'
9+
bundlesizeMax: '90kB'
1010
},
1111
test: {
1212
async before (options) {

packages/ipfs/.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = {
118118
}
119119
},
120120
build: {
121-
bundlesizeMax: '610kB',
121+
bundlesizeMax: '615kB',
122122
config: esbuild
123123
},
124124
dependencyCheck: {

0 commit comments

Comments
 (0)