Skip to content

Commit

Permalink
feat: add drpc to agent
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach authored and jonnaup03 committed Dec 28, 2024
1 parent 24dff46 commit 12ac22a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/legacy/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/askar": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/drpc": "^0.5.11",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.11",
"@credo-ts/indy-vdr": "0.5.11",
"@credo-ts/openid4vc": "0.5.11",
Expand Down
2 changes: 2 additions & 0 deletions packages/legacy/core/App/utils/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import { useAgent } from '@credo-ts/react-hooks'
import { anoncreds } from '@hyperledger/anoncreds-react-native'
import { ariesAskar } from '@hyperledger/aries-askar-react-native'
import { indyVdr } from '@hyperledger/indy-vdr-react-native'
import { DrpcModule } from '@credo-ts/drpc'

interface GetAgentModulesOptions {
indyNetworks: IndyVdrPoolConfig[]
Expand Down Expand Up @@ -105,6 +106,7 @@ export function getAgentModules({ indyNetworks, mediatorInvitationUrl, txnCache
pushNotificationsFcm: new PushNotificationsFcmModule(),
pushNotificationsApns: new PushNotificationsApnsModule(),
openId4VcHolder: new OpenId4VcHolderModule(),
drpc: new DrpcModule(),
}
}

Expand Down
1 change: 1 addition & 0 deletions packages/legacy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@credo-ts/anoncreds": "0.5.11",
"@credo-ts/askar": "0.5.11",
"@credo-ts/core": "0.5.11",
"@credo-ts/drpc": "0.5.11",
"@credo-ts/indy-sdk-to-askar-migration": "0.5.11",
"@credo-ts/indy-vdr": "0.5.11",
"@credo-ts/openid4vc": "0.5.11",
Expand Down

0 comments on commit 12ac22a

Please sign in to comment.