Skip to content

Commit b9bad9d

Browse files
committed
chore: update deps and remove ts-ignore
1 parent 1064e2d commit b9bad9d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
},
4242
"dependencies": {
4343
"cids": "^1.1.5",
44-
"iso-url": "^1.0.0",
44+
"iso-url": "^1.1.0",
4545
"mafmt": "^8.0.4",
4646
"multiaddr": "^8.1.2",
47-
"multibase": "^3.1.1",
48-
"multihashes": "^3.1.2",
47+
"multibase": "^4.0.1",
48+
"multihashes": "^4.0.0",
4949
"uint8arrays": "^2.0.5"
5050
},
5151
"devDependencies": {

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const multibase = require('multibase')
55
const Multiaddr = require('multiaddr')
66
const mafmt = require('mafmt')
77
const CID = require('cids')
8-
// @ts-ignore
98
const { URL } = require('iso-url')
109
const uint8ArrayToString = require('uint8arrays/to-string')
1110

0 commit comments

Comments
 (0)