Skip to content

Commit e15b74b

Browse files
authored
chore: update ipld-dag-cbor (#3642)
Pulls in the latest borc for the latest buffer, also ipld and ipld-dag-cbor, all for the latest buffer.
1 parent 1a4df0b commit e15b74b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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: '96KB'
9+
bundlesizeMax: '89KB'
1010
},
1111
test: {
1212
async before (options) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"ipfs-core-utils": "^0.7.2",
5454
"ipfs-unixfs": "^4.0.3",
5555
"ipfs-utils": "^6.0.4",
56-
"ipld": "^0.29.0",
56+
"ipld": "^0.30.0",
5757
"ipld-block": "^0.11.0",
58-
"ipld-dag-cbor": "^0.18.0",
58+
"ipld-dag-cbor": "^1.0.0",
5959
"ipld-dag-pb": "^0.22.1",
6060
"ipld-raw": "^7.0.0",
6161
"it-last": "^1.0.4",

0 commit comments

Comments
 (0)