We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4df0b commit e15b74bCopy full SHA for e15b74b
.aegir.js
@@ -6,7 +6,7 @@ const getPort = require('aegir/utils/get-port')
6
/** @type {import('aegir').PartialOptions} */
7
module.exports = {
8
build: {
9
- bundlesizeMax: '96KB'
+ bundlesizeMax: '89KB'
10
},
11
test: {
12
async before (options) {
package.json
@@ -53,9 +53,9 @@
53
"ipfs-core-utils": "^0.7.2",
54
"ipfs-unixfs": "^4.0.3",
55
"ipfs-utils": "^6.0.4",
56
- "ipld": "^0.29.0",
+ "ipld": "^0.30.0",
57
"ipld-block": "^0.11.0",
58
- "ipld-dag-cbor": "^0.18.0",
+ "ipld-dag-cbor": "^1.0.0",
59
"ipld-dag-pb": "^0.22.1",
60
"ipld-raw": "^7.0.0",
61
"it-last": "^1.0.4",
0 commit comments