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

Commit 73476f5

Browse files
authored
chore: Bump @ipld/dag-cbor to v7 (#3977)
BREAKING CHANGE: On decode of CBOR blocks, `undefined` values will be coerced to `null`
1 parent adde8c1 commit 73476f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"license": "MIT",
6363
"dependencies": {
6464
"@ipld/car": "^3.1.6",
65-
"@ipld/dag-cbor": "^6.0.5",
65+
"@ipld/dag-cbor": "^7.0.0",
6666
"@ipld/dag-pb": "^2.1.3",
6767
"@types/pako": "^1.0.2",
6868
"@types/readable-stream": "^2.3.11",

packages/ipfs-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"build": "aegir build --no-bundle"
5959
},
6060
"dependencies": {
61-
"@ipld/dag-cbor": "^6.0.5",
61+
"@ipld/dag-cbor": "^7.0.0",
6262
"@ipld/dag-json": "^8.0.1",
6363
"@ipld/dag-pb": "^2.1.3",
6464
"byteman": "^1.3.5",

packages/ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@chainsafe/libp2p-noise": "^5.0.0",
6969
"@ipld/car": "^3.1.0",
70-
"@ipld/dag-cbor": "^6.0.5",
70+
"@ipld/dag-cbor": "^7.0.0",
7171
"@ipld/dag-json": "^8.0.1",
7272
"@ipld/dag-pb": "^2.1.3",
7373
"@multiformats/murmur3": "^1.0.1",

packages/ipfs-http-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types -i abort-controller"
5555
},
5656
"dependencies": {
57-
"@ipld/dag-cbor": "^6.0.5",
57+
"@ipld/dag-cbor": "^7.0.0",
5858
"@ipld/dag-json": "^8.0.1",
5959
"@ipld/dag-pb": "^2.1.3",
6060
"abort-controller": "^3.0.0",

0 commit comments

Comments
 (0)