Skip to content

Commit

Permalink
chore: update mdoc library
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <berend@animo.id>
  • Loading branch information
berendsliedrecht committed Jan 24, 2025
1 parent 3f87247 commit 8c7850a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 24 deletions.
2 changes: 1 addition & 1 deletion apps/paradym/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"expo-system-ui": "~3.0.6",
"expo-updates": "~0.25.16",
"react": "catalog:",
"react-native": "^0.75.4",
"react-native": "catalog:",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.18.1",
"react-native-get-random-values": "~1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"expo-system-ui": "~3.0.6",
"react": "catalog:",
"react-device-frameset": "^1.3.4",
"react-native": "^0.75.4",
"react-native": "catalog:",
"react-native-gesture-handler": "~2.18.1",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~3.15.5",
Expand Down
8 changes: 0 additions & 8 deletions packages/agent/src/agent.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
AnonCredsCredentialFormatService,
AnonCredsModule,
AnonCredsProofFormatService,
LegacyIndyCredentialFormatService,
LegacyIndyProofFormatService,
Expand Down Expand Up @@ -37,7 +36,6 @@ import {
import { OpenId4VcHolderModule } from '@credo-ts/openid4vc'
import { useAgent as useAgentLib } from '@credo-ts/react-hooks'
import { agentDependencies } from '@credo-ts/react-native'
import { anoncreds } from '@hyperledger/anoncreds-react-native'
import { ariesAskar } from '@hyperledger/aries-askar-react-native'

import { bdrPidIssuerCertificate, pidSchemes } from '../../../apps/easypid/src/constants'
Expand Down Expand Up @@ -153,14 +151,8 @@ export const initializeFullAgent = async ({
new KeyDidResolver(),
new JwkDidResolver(),
// new CheqdDidResolver(),
new IndyVdrSovDidResolver(),
new IndyVdrIndyDidResolver(),
],
}),
anoncreds: new AnonCredsModule({
registries: [new IndyVdrAnonCredsRegistry() /* new CheqdAnonCredsRegistry(), new DidWebAnonCredsRegistry() */],
anoncreds,
}),

mediationRecipient: new MediationRecipientModule({
// We want to manually connect to the mediator, so it doesn't impact wallet startup
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"expo-router": "~3.5.24",
"fast-text-encoding": "^1.0.6",
"react": "catalog:",
"react-native-reanimated": "~3.15.0",
"react-native-reanimated": "~3.15.5",
"react-native-safe-area-context": "4.10.5",
"solito": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tamagui/themes": "1.122.6",
"@tamagui/toast": "1.122.6",
"react-native-heroicons": "^4.0.0",
"react-native-reanimated": "~3.15.0",
"react-native-reanimated": "~3.15.5",
"tamagui": "1.122.6"
}
}
21 changes: 10 additions & 11 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ catalog:
"@animo-id/oauth2": 0.1.4
"@animo-id/oauth2-utils": 0.1.4
"@animo-id/expo-secure-environment": 0.1.0-alpha.12
"@animo-id/expo-mdoc-data-transfer": ../../../expo-mdoc-data-transfer/animo-id-expo-mdoc-data-transfer-0.0.4.tgz
"@animo-id/expo-mdoc-data-transfer": 0.1.0
"@animo-id/mdoc": 0.2.39
"@unimodules/react-native-adapter": "./noop"
"@unimodules/core": "./noop"
Expand Down

0 comments on commit 8c7850a

Please sign in to comment.