Skip to content

Commit

Permalink
feat: upgrade credo-ts to 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit committed Mar 28, 2024
1 parent ffac8b6 commit 923d8b7
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 44 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.0",
"@credo-ts/askar": "0.5.0",
"@credo-ts/core": "0.5.0",
"@credo-ts/indy-vdr": "0.5.0",
"@credo-ts/anoncreds": "0.5.1",
"@credo-ts/askar": "0.5.1",
"@credo-ts/core": "0.5.1",
"@credo-ts/indy-vdr": "0.5.1",
"@credo-ts/push-notifications": "0.7.0",
"@credo-ts/question-answer": "0.5.0",
"@credo-ts/question-answer": "0.5.1",
"@credo-ts/react-hooks": "0.6.0",
"@credo-ts/react-native": "0.5.0"
"@credo-ts/react-native": "0.5.1"
},
"peerDependencies": {
"@hyperledger/anoncreds-react-native": "0.2.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/ssi/src/agent/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
AnonCredsCredentialFormatService,
AnonCredsModule,
AnonCredsProofFormatService,
DataIntegrityCredentialFormatService,
LegacyIndyCredentialFormatService,
LegacyIndyProofFormatService,
V1CredentialProtocol,
Expand Down Expand Up @@ -77,6 +78,7 @@ export const getAgentModules = (
credentialFormats: [
new LegacyIndyCredentialFormatService(),
new AnonCredsCredentialFormatService(),
new DataIntegrityCredentialFormatService(),
new JsonLdCredentialFormatService()
]
})
Expand Down
78 changes: 40 additions & 38 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 923d8b7

Please sign in to comment.