Skip to content

Commit

Permalink
chore: update ipld-dag-cbor (#3642)
Browse files Browse the repository at this point in the history
Pulls in the latest borc for the latest buffer, also ipld and ipld-dag-cbor, all for the latest buffer.
  • Loading branch information
achingbrain authored Apr 28, 2021
1 parent 1a4df0b commit e15b74b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const getPort = require('aegir/utils/get-port')
/** @type {import('aegir').PartialOptions} */
module.exports = {
build: {
bundlesizeMax: '96KB'
bundlesizeMax: '89KB'
},
test: {
async before (options) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"ipfs-core-utils": "^0.7.2",
"ipfs-unixfs": "^4.0.3",
"ipfs-utils": "^6.0.4",
"ipld": "^0.29.0",
"ipld": "^0.30.0",
"ipld-block": "^0.11.0",
"ipld-dag-cbor": "^0.18.0",
"ipld-dag-cbor": "^1.0.0",
"ipld-dag-pb": "^0.22.1",
"ipld-raw": "^7.0.0",
"it-last": "^1.0.4",
Expand Down

0 comments on commit e15b74b

Please sign in to comment.