@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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +15 -14
- package/src/__tests__/restAgent.test.ts +1 -1
- package/src/ld-document-loader.ts +1 -1
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
|
|
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");
|