-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Berend Sliedrecht <[email protected]>
- Loading branch information
1 parent
caef0ce
commit b1fcc65
Showing
21 changed files
with
4,138 additions
and
4,307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export * from './usePidCredential' | ||
export * from './useWalletReset' | ||
export * from './useOverAskingAi' | ||
export * from './useDevelopmentMode' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
"name": "wallets", | ||
"private": true, | ||
"scripts": { | ||
"postinstall": "pnpm deps:check", | ||
"build": "pnpm -r build", | ||
"upgrade:tamagui": "pnpm up '*tamagui*'@latest '@tamagui/*'@latest", | ||
"upgrade:tamagui:canary": "pnpm up '*tamagui*'@canary '@tamagui/*'@canary", | ||
|
@@ -17,7 +16,7 @@ | |
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.8.1", | ||
"check-dependency-version-consistency": "^3.0.3", | ||
"check-dependency-version-consistency": "^3.3.0", | ||
"typescript": "catalog:" | ||
}, | ||
"pnpm": { | ||
|
@@ -37,17 +36,17 @@ | |
"@credo-ts/node": "catalog:", | ||
"@credo-ts/cheqd": "catalog:", | ||
"@credo-ts/core": "catalog:", | ||
"@credo-ts/indy-vdr": "catalog:", | ||
"@credo-ts/openid4vc": "catalog:", | ||
"@credo-ts/question-answer": "catalog:", | ||
"@credo-ts/react-native": "catalog:", | ||
"@sphereon/pex-models": "catalog:", | ||
"@openid-federation/core": "catalog:" | ||
}, | ||
"patchedDependencies": { | ||
"@hyperledger/[email protected]": "patches/@[email protected]", | ||
"@credo-ts/[email protected]": "patches/@[email protected]", | ||
"@sphereon/kmp-mdl-mdoc": "patches/@sphereon__kmp-mdl-mdoc.patch" | ||
"@sphereon/kmp-mdl-mdoc": "patches/@sphereon__kmp-mdl-mdoc.patch", | ||
"@hyperledger/[email protected]": "patches/@[email protected]", | ||
"@hyperledger/[email protected]": "patches/@[email protected]" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha256.06e65a4965baff6d6097f9c8f75c35f6d420974dbc03d775009056a69edfd271" | ||
|
Oops, something went wrong.