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

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 8545a76 commit d46559d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ipfs-unixfs-importer": "^7.0.3",
"ipfs-utils": "^6.0.4",
"ipld-block": "^0.11.0",
"ipld-dag-cbor": "^0.18.0",
"ipld-dag-cbor": "^1.0.0",
"ipld-dag-pb": "^0.22.1",
"ipns": "^0.11.0",
"is-ipfs": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ipfs-http-client": "^49.0.4",
"ipfs-repo": "^9.1.1",
"ipfs-utils": "^6.0.4",
"ipld-dag-cbor": "^0.18.0",
"ipld-dag-cbor": "^1.0.0",
"ipld-dag-pb": "^0.22.1",
"it-all": "^1.0.4",
"it-concat": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-client/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
/** @type {import('aegir').PartialOptions} */
module.exports = {
build: {
bundlesizeMax: '127kB'
bundlesizeMax: '120kB'
}
}
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"cids": "^1.1.6",
"ipld": "^0.29.0",
"ipld": "^0.30.0",
"multiaddr": "^9.0.1",
"multibase": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {
}
},
build: {
bundlesizeMax: '542KB',
bundlesizeMax: '549KB',
config: esbuild
}
}
4 changes: 2 additions & 2 deletions packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"ipfs-unixfs-exporter": "^5.0.3",
"ipfs-unixfs-importer": "^7.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",
"ipns": "^0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/.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 packages/ipfs-http-client/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
2 changes: 1 addition & 1 deletion packages/ipfs/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module.exports = {
}
},
build: {
bundlesizeMax: '542KB',
bundlesizeMax: '549KB',
config: esbuild
},
dependencyCheck: {
Expand Down

0 comments on commit d46559d

Please sign in to comment.