Skip to content

Commit

Permalink
adding sign off
Browse files Browse the repository at this point in the history
Signed-off-by: James Chartrand <[email protected]>
  • Loading branch information
jchartrand committed Feb 16, 2025
1 parent 4a969f4 commit 70b64de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/lib/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as vc from '@digitalcredentials/vc';
import { VerifiablePresentation, PresentationError } from '../types/presentation';
import { Credential, CredentialError } from '../types/credential';

import { securityLoader } from '@digitalcredentials/security-document-loader';
import { securityLoader } from '@digitalcredentials/security-document-loader';
import { RegistryClient } from '@digitalcredentials/issuer-registry-client';
import { getCredentialStatusChecker } from './credentialStatus';
import { issuerInRegistries } from './issuerInRegistries';
Expand Down
2 changes: 1 addition & 1 deletion app/types/declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare module '@digitalcredentials/ed25519-signature-2020' {
}
declare module '@digitalcredentials/ed25519-verification-key-2020';
declare module '@digitalcredentials/data-integrity';
declare module '@digitalcredentials/eddsa-rdfc-2022-cryptosuite';
declare module '@digitalcredentials/eddsa-rdfc-2022-cryptosuite';
declare module '@digitalcredentials/lru-memoize';
declare module 'jsonld-document-loader';
declare module '@interop/did-web-resolver';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@digitalcredentials/data-integrity": "^2.5.1-beta.1",
"@digitalcredentials/data-integrity": "^2.5.1-beta.1",
"@digitalcredentials/did-method-key": "^2.0.3",
"@digitalcredentials/ed25519-signature-2020": "^6.0.0",
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
Expand Down

0 comments on commit 70b64de

Please sign in to comment.