Skip to content

Commit

Permalink
fix(identity): ensures we're importing the right type for DIDKitLib
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon authored and shavinac committed Apr 7, 2022
1 parent 146e326 commit 1189f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion identity/src/credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { generateMerkle } from "./merkle";

// ---- Types
import { ChallengeRecord, VerificationRecord, Payload, VerifiableCredential } from "@dpopp/types";
import { DIDKitLib, ChallengeRecord, VerificationRecord, Payload, VerifiableCredential } from "@dpopp/types";
import { JsonRpcSigner } from "@ethersproject/providers";

// ---- Node/Browser http req library
Expand Down
3 changes: 0 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10350,7 +10350,6 @@ strong-log-transformer@^2.1.0:
minimist "^1.2.0"
through "^2.3.4"

<<<<<<< HEAD
superagent@^7.1.0:
version "7.1.2"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-7.1.2.tgz#71393141edd086ccf2544a29a4a609e46b7911f3"
Expand All @@ -10368,8 +10367,6 @@ superagent@^7.1.0:
readable-stream "^3.6.0"
semver "^7.3.5"

=======
>>>>>>> fix(vite-app, identity): moves fetch*Credential functions to identity workspace
superstruct@^0.10.12:
version "0.10.13"
resolved "https://registry.yarnpkg.com/superstruct/-/superstruct-0.10.13.tgz#705535a5598ff231bd976601a7b6b534a71a821b"
Expand Down

0 comments on commit 1189f02

Please sign in to comment.