@sphereon/ssi-sdk.credential-vcdm-jsonld-provider 0.34.1-fix.226 → 0.34.1-fix.254

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -787,7 +787,7 @@ import Debug2 from "debug";
787
787
  // src/ld-document-loader.ts
788
788
  import sigpkg from "@digitalcredentials/jsonld-signatures";
789
789
  import * as vc from "@digitalcredentials/vc";
790
- import { fetch } from "cross-fetch";
790
+ import fetch from "cross-fetch";
791
791
  import Debug from "debug";
792
792
  import { getAgentResolver } from "@sphereon/ssi-sdk-ext.did-utils";
793
793
  var debug = Debug("sphereon:ssi-sdk:credential-jsonld");