Can we remove @web5/credentials and @web5/dids from our JS dependencies? tbdex-js brings these dependencies in, however, when I tried removing them from package.json, I couldn't import classes from web5/dids:
Error: Failed to load url @web5/dids (resolved id: @web5/dids)
Frank has an example where he was able to do this successfully
Can we remove
@web5/credentials
and@web5/dids
from our JS dependencies?tbdex-js
brings these dependencies in, however, when I tried removing them frompackage.json
, I couldn't import classes fromweb5/dids
:Frank has an example where he was able to do this successfully