Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

chore: remove ts-ignores for cborg #77

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion migrations/migration-9/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const CID = require('cids')
const dagpb = require('ipld-dag-pb')
// @ts-ignore https://github.com/rvagg/cborg/pull/5
const cbor = require('cborg')
const multicodec = require('multicodec')
const multibase = require('multibase')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"docs": "aegir docs"
},
"dependencies": {
"cborg": "^1.0.4",
"cborg": "^1.0.6",
"cids": "^1.0.0",
"datastore-core": "^3.0.0",
"debug": "^4.1.0",
Expand Down