forked from animo/openid4vc-playground
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: dcql Signed-off-by: Timo Glastra <[email protected]> * typo Signed-off-by: Timo Glastra <[email protected]> --------- Signed-off-by: Timo Glastra <[email protected]>
- Loading branch information
1 parent
5980202
commit f4b2de2
Showing
27 changed files
with
751 additions
and
1,525 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "agent", | ||
"dependencies": { | ||
"@credo-ts/askar": "0.6.0-alpha-20241119125554", | ||
"@credo-ts/core": "0.6.0-alpha-20241119125554", | ||
"@credo-ts/node": "0.6.0-alpha-20241119125554", | ||
"@credo-ts/openid4vc": "0.6.0-alpha-20241119125554", | ||
"@credo-ts/askar": "0.6.0-pr-2100-20241124131043", | ||
"@credo-ts/core": "0.6.0-pr-2100-20241124131043", | ||
"@credo-ts/node": "0.6.0-pr-2100-20241124131043", | ||
"@credo-ts/openid4vc": "0.6.0-pr-2100-20241124131043", | ||
"@hyperledger/aries-askar-nodejs": "^0.2.3", | ||
"@animo-id/mdoc": "^0.2.38", | ||
"@animo-id/mdoc": "^0.2.39", | ||
"cors": "^2.8.5", | ||
"dotenv": "^16.4.5", | ||
"express": "^4.18.2", | ||
|
@@ -27,8 +27,10 @@ | |
"dev": "tsx watch -r dotenv/config src/server.ts dotenv_config_path=.env.development" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@sphereon/[email protected]": "patches/@[email protected]" | ||
"overrides": { | ||
"@sphereon/did-auth-siop": "https://gitpkg.vercel.app/animo/OID4VC/packages/siop-oid4vp?funke", | ||
"@sphereon/jarm": "https://gitpkg.vercel.app/animo/OID4VC/packages/jarm?funke", | ||
"@sphereon/oid4vc-common": "https://gitpkg.vercel.app/animo/OID4VC/packages/common?funke" | ||
} | ||
} | ||
} |
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
Oops, something went wrong.