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

Commit

Permalink
chore: Bump @ipld/dag-cbor to v7 (#3977)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: On decode of CBOR blocks, `undefined` values will be coerced to `null`
  • Loading branch information
ukstv committed Dec 15, 2021
1 parent adde8c1 commit 73476f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Expand Up @@ -62,7 +62,7 @@
"license": "MIT",
"dependencies": {
"@ipld/car": "^3.1.6",
"@ipld/dag-cbor": "^6.0.5",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-pb": "^2.1.3",
"@types/pako": "^1.0.2",
"@types/readable-stream": "^2.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-cli/package.json
Expand Up @@ -58,7 +58,7 @@
"build": "aegir build --no-bundle"
},
"dependencies": {
"@ipld/dag-cbor": "^6.0.5",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-json": "^8.0.1",
"@ipld/dag-pb": "^2.1.3",
"byteman": "^1.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core/package.json
Expand Up @@ -67,7 +67,7 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^5.0.0",
"@ipld/car": "^3.1.0",
"@ipld/dag-cbor": "^6.0.5",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-json": "^8.0.1",
"@ipld/dag-pb": "^2.1.3",
"@multiformats/murmur3": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-http-client/package.json
Expand Up @@ -54,7 +54,7 @@
"dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types -i abort-controller"
},
"dependencies": {
"@ipld/dag-cbor": "^6.0.5",
"@ipld/dag-cbor": "^7.0.0",
"@ipld/dag-json": "^8.0.1",
"@ipld/dag-pb": "^2.1.3",
"abort-controller": "^3.0.0",
Expand Down

0 comments on commit 73476f5

Please sign in to comment.