This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const BlockService = require('ipfs-block-service')
4
4
const Ipld = require ( 'ipld' )
5
5
const PeerId = require ( 'peer-id' )
6
6
const PeerInfo = require ( 'peer-info' )
7
- const dagCBOR = require ( 'ipld-dag-cbor' )
8
7
const dagPB = require ( 'ipld-dag-pb' )
9
8
const crypto = require ( 'libp2p-crypto' )
10
9
const isIPFS = require ( 'is-ipfs' )
@@ -75,8 +74,7 @@ class IPFS extends EventEmitter {
75
74
multibase : multibase ,
76
75
multihash : multihash ,
77
76
CID : CID ,
78
- dagPB : dagPB ,
79
- dagCBOR : dagCBOR
77
+ dagPB : dagPB
80
78
}
81
79
82
80
// IPFS Core Internals
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const isNode = require('detect-node')
10
10
const hat = require ( 'hat' )
11
11
const PeerId = require ( 'peer-id' )
12
12
const PeerInfo = require ( 'peer-info' )
13
- const dagCBOR = require ( 'ipld-dag-cbor' )
14
13
const dagPB = require ( 'ipld-dag-pb' )
15
14
const crypto = require ( 'libp2p-crypto' )
16
15
const isIPFS = require ( 'is-ipfs' )
@@ -123,8 +122,7 @@ describe('init', () => {
123
122
multibase : multibase ,
124
123
multihash : multihash ,
125
124
CID : CID ,
126
- dagPB : dagPB ,
127
- dagCBOR : dagCBOR
125
+ dagPB : dagPB
128
126
} )
129
127
} )
130
128
You can’t perform that action at this time.
0 commit comments