Skip to content

Commit

Permalink
fix: provider import in proof module (#8)
Browse files Browse the repository at this point in the history
* feat: add credentials and proofs modules with dedicated functions

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* chore: upgrade aries-framework packages to 0.4.2

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* refactor: remove isWalletImportable method

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

* fix: provider import in proof module

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>

---------

Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit authored Oct 9, 2023
1 parent 1d3d2ca commit 653d710
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/ssi/src/proofs/proofs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type {
V2ProofProtocol
} from '@aries-framework/core'

import { useAdeyaAgent } from 'src/providers'
import { useAdeyaAgent } from '../providers'

export type ProofFormats = (
| V1ProofProtocol
Expand Down
1 change: 0 additions & 1 deletion packages/ssi/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./build",
"jsx": "react-jsx"
},
Expand Down
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"types": [],
"esModuleInterop": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"@adeya/*": ["packages/*/src"]
}
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "build", "**/build/**", "tests", "**/tests/**"],
"ts-node": {
Expand Down

0 comments on commit 653d710

Please sign in to comment.