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

Commit d46559d

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 8545a76 commit d46559d

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ipfs-unixfs-importer": "^7.0.3",
5050
"ipfs-utils": "^6.0.4",
5151
"ipld-block": "^0.11.0",
52-
"ipld-dag-cbor": "^0.18.0",
52+
"ipld-dag-cbor": "^1.0.0",
5353
"ipld-dag-pb": "^0.22.1",
5454
"ipns": "^0.11.0",
5555
"is-ipfs": "^5.0.0",

packages/ipfs-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ipfs-http-client": "^49.0.4",
4545
"ipfs-repo": "^9.1.1",
4646
"ipfs-utils": "^6.0.4",
47-
"ipld-dag-cbor": "^0.18.0",
47+
"ipld-dag-cbor": "^1.0.0",
4848
"ipld-dag-pb": "^0.22.1",
4949
"it-all": "^1.0.4",
5050
"it-concat": "^2.0.0",

packages/ipfs-client/.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
/** @type {import('aegir').PartialOptions} */
44
module.exports = {
55
build: {
6-
bundlesizeMax: '127kB'
6+
bundlesizeMax: '120kB'
77
}
88
}

packages/ipfs-core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "(Apache-2.0 OR MIT)",
3030
"dependencies": {
3131
"cids": "^1.1.6",
32-
"ipld": "^0.29.0",
32+
"ipld": "^0.30.0",
3333
"multiaddr": "^9.0.1",
3434
"multibase": "^4.0.2"
3535
},

packages/ipfs-core/.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
}
7171
},
7272
build: {
73-
bundlesizeMax: '542KB',
73+
bundlesizeMax: '549KB',
7474
config: esbuild
7575
}
7676
}

packages/ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"ipfs-unixfs-exporter": "^5.0.3",
8080
"ipfs-unixfs-importer": "^7.0.3",
8181
"ipfs-utils": "^6.0.4",
82-
"ipld": "^0.29.0",
82+
"ipld": "^0.30.0",
8383
"ipld-block": "^0.11.0",
84-
"ipld-dag-cbor": "^0.18.0",
84+
"ipld-dag-cbor": "^1.0.0",
8585
"ipld-dag-pb": "^0.22.1",
8686
"ipld-raw": "^7.0.0",
8787
"ipns": "^0.11.0",

packages/ipfs-http-client/.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) {

packages/ipfs-http-client/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",

packages/ipfs/.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = {
118118
}
119119
},
120120
build: {
121-
bundlesizeMax: '542KB',
121+
bundlesizeMax: '549KB',
122122
config: esbuild
123123
},
124124
dependencyCheck: {

0 commit comments

Comments
 (0)