Skip to content

Commit

Permalink
fix: do not crash agent if cheqd down
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Mar 28, 2024
1 parent 4b4ba1b commit d98dca6
Show file tree
Hide file tree
Showing 3 changed files with 1,020 additions and 980 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.2.1",
"version": "1.2.2",
"main": "expo-router/entry",
"private": true,
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"private": true,
"main": "src/index.ts",
"dependencies": {
"@credo-ts/anoncreds": "0.5.1-alpha.0",
"@credo-ts/askar": "0.5.1-alpha.0",
"@credo-ts/cheqd": "0.5.1-alpha.0",
"@credo-ts/core": "0.5.1-alpha.0",
"@credo-ts/indy-vdr": "0.5.1-alpha.0",
"@credo-ts/openid4vc": "0.5.1-alpha.0",
"@credo-ts/question-answer": "0.5.1-alpha.0",
"@credo-ts/anoncreds": "0.5.1-alpha.4",
"@credo-ts/askar": "0.5.1-alpha.4",
"@credo-ts/cheqd": "0.5.1-alpha.4",
"@credo-ts/core": "0.5.1-alpha.4",
"@credo-ts/indy-vdr": "0.5.1-alpha.4",
"@credo-ts/openid4vc": "0.5.1-alpha.4",
"@credo-ts/question-answer": "0.5.1-alpha.4",
"@credo-ts/react-hooks": "^0.6.1",
"@credo-ts/react-native": "0.5.1-alpha.0",
"@credo-ts/react-native": "0.5.1-alpha.4",
"@internal/utils": "*",
"@tanstack/react-query": "^4.33.0",
"query-string": "^8.1.0",
Expand Down
Loading

0 comments on commit d98dca6

Please sign in to comment.