Skip to content

Commit

Permalink
fix: combine creds into one proof (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Jun 7, 2024
1 parent b12f680 commit cc0d071
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 139 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-app",
"version": "1.5.0",
"version": "1.5.1",
"main": "expo-router/entry",
"private": true,
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"private": true,
"main": "src/index.ts",
"dependencies": {
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/askar": "0.5.3",
"@credo-ts/cheqd": "0.5.3",
"@credo-ts/core": "0.5.3",
"@credo-ts/indy-vdr": "0.5.3",
"@credo-ts/openid4vc": "0.5.3",
"@credo-ts/question-answer": "0.5.3",
"@credo-ts/anoncreds": "0.5.1-alpha.51",
"@credo-ts/askar": "0.5.1-alpha.51",
"@credo-ts/cheqd": "0.5.1-alpha.51",
"@credo-ts/core": "0.5.1-alpha.51",
"@credo-ts/indy-vdr": "0.5.1-alpha.51",
"@credo-ts/openid4vc": "0.5.1-alpha.51",
"@credo-ts/question-answer": "0.5.1-alpha.51",
"@credo-ts/react-hooks": "0.6.1",
"@credo-ts/react-native": "0.5.3",
"@credo-ts/react-native": "0.5.1-alpha.51",
"@internal/utils": "*",
"@tanstack/react-query": "^4.33.0",
"credo-ts-didweb-anoncreds": "0.0.1-alpha.12",
"credo-ts-didweb-anoncreds": "0.0.1-alpha.13",
"query-string": "^8.1.0",
"rxjs": "^7.8.1"
},
Expand Down
Loading

0 comments on commit cc0d071

Please sign in to comment.