Skip to content

Commit

Permalink
bump: credo-ts
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit committed May 8, 2024
1 parent af2794a commit bbc000d
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 52 deletions.
12 changes: 6 additions & 6 deletions packages/ssi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"release": "release-it"
},
"dependencies": {
"@credo-ts/anoncreds": "0.5.2",
"@credo-ts/askar": "0.5.2",
"@credo-ts/core": "0.5.2",
"@credo-ts/indy-vdr": "0.5.2",
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/askar": "0.5.3",
"@credo-ts/core": "0.5.3",
"@credo-ts/indy-vdr": "0.5.3",
"@credo-ts/push-notifications": "0.7.0",
"@credo-ts/question-answer": "0.5.2",
"@credo-ts/question-answer": "0.5.3",
"@credo-ts/react-hooks": "0.6.0",
"@credo-ts/react-native": "0.5.2"
"@credo-ts/react-native": "0.5.3"
},
"peerDependencies": {
"@hyperledger/anoncreds-react-native": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssi/src/agent/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getAgentModules = (
anoncreds
}),
mediationRecipient: new MediationRecipientModule({
mediatorPickupStrategy: MediatorPickupStrategy.PickUpV2,
mediatorPickupStrategy: MediatorPickupStrategy.Implicit,
mediatorInvitationUrl: mediatorInvitationUrl
}),
dids: new DidsModule({
Expand Down
6 changes: 4 additions & 2 deletions packages/ssi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ import {
KeyType,
DidRecord,
W3cJsonLdVerifiableCredential,
DifPexCredentialsForRequest
DifPexCredentialsForRequest,
DidDocument
} from '@credo-ts/core'
import {
GetCredentialsForRequestReturn,
Expand Down Expand Up @@ -184,7 +185,8 @@ export {
KeyType,
DidRecord,
W3cJsonLdVerifiableCredential,
DifPexCredentialsForRequest
DifPexCredentialsForRequest,
DidDocument
}
// Anoncreds
export {
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

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

0 comments on commit bbc000d

Please sign in to comment.