Skip to content

Commit 0857d1f

Browse files
committed
fix: import from multiformats/cid for smaller bundles
1 parent 95e68a1 commit 0857d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/car/src/utils/dag-walkers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as dagPb from '@ipld/dag-pb'
44
import * as cborg from 'cborg'
55
import { Type, Token } from 'cborg'
66
import * as cborgJson from 'cborg/json'
7-
import { CID } from 'multiformats'
7+
import { CID } from 'multiformats/cid'
88
import { base64 } from 'multiformats/bases/base64'
99
import * as raw from 'multiformats/codecs/raw'
1010

0 commit comments

Comments
 (0)