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

Commit 448bfed

Browse files
committed
chore: increase max bundle size
1 parent 63cd538 commit 448bfed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.aegir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ipfsdServer = IPFSFactory.createServer()
88
const preloadNode = MockPreloadNode.createNode()
99

1010
module.exports = {
11-
bundlesize: { maxSize: '689kB' },
11+
bundlesize: { maxSize: '691kB' },
1212
webpack: {
1313
resolve: {
1414
mainFields: ['browser', 'main'],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"libp2p-delegated-content-routing": "^0.2.3",
128128
"libp2p-delegated-peer-routing": "^0.2.3",
129129
"libp2p-floodsub": "^0.17.0",
130-
"libp2p-gossipsub": "ChainSafe/gossipsub-js#feat/self-emit-option",
130+
"libp2p-gossipsub": "ChainSafe/gossipsub-js#master",
131131
"libp2p-kad-dht": "~0.15.2",
132132
"libp2p-keychain": "~0.4.2",
133133
"libp2p-mdns": "~0.12.0",

0 commit comments

Comments
 (0)