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

Commit

Permalink
fix: import from multiformats/cid for smaller bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 7, 2023
1 parent 95e68a1 commit 0857d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/car/src/utils/dag-walkers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as dagPb from '@ipld/dag-pb'
import * as cborg from 'cborg'
import { Type, Token } from 'cborg'
import * as cborgJson from 'cborg/json'
import { CID } from 'multiformats'
import { CID } from 'multiformats/cid'
import { base64 } from 'multiformats/bases/base64'
import * as raw from 'multiformats/codecs/raw'

Expand Down

0 comments on commit 0857d1f

Please sign in to comment.