Skip to content

Commit

Permalink
feat: migrate dnsprove
Browse files Browse the repository at this point in the history
  • Loading branch information
cavacado committed Nov 14, 2023
1 parent 2257484 commit ce9f101
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@govtechsg/dnsprove": "^2.6.1",
"@tradetrust/dnsprove": "^2.7.0",
"@govtechsg/document-store": "^2.2.3",
"@govtechsg/token-registry": "^4.1.7",
"@tradetrust/open-attestation": "^6.8.0-alpha.2",
Expand Down
2 changes: 1 addition & 1 deletion src/verifiers/issuerIdentity/dnsDid/dnsDidProof.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getData, utils, v2, v3, OAv4, TTv4 } from "@tradetrust/open-attestation";
import { getDnsDidRecords } from "@govtechsg/dnsprove";
import { getDnsDidRecords } from "@tradetrust/dnsprove";
import { VerificationFragmentType, Verifier } from "../../../types/core";
import { OpenAttestationDnsDidCode } from "../../../types/error";
import { withCodedErrorHandler } from "../../../common/errorHandler";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getData, utils, v2, v3 } from "@tradetrust/open-attestation";
import { getDocumentStoreRecords } from "@govtechsg/dnsprove";
import { getDocumentStoreRecords } from "@tradetrust/dnsprove";
import { VerificationFragmentType, Verifier, VerifierOptions } from "../../../types/core";
import { OpenAttestationDnsTxtCode } from "../../../types/error";
import { withCodedErrorHandler } from "../../../common/errorHandler";
Expand Down

0 comments on commit ce9f101

Please sign in to comment.