Skip to content

Commit a0eec9c

Browse files
feat: allow verifyAuthRequest not as a callback (#1)
Signed-off-by: Berend Sliedrecht <[email protected]>
1 parent b438762 commit a0eec9c

File tree

6 files changed

+919
-1779
lines changed

6 files changed

+919
-1779
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,28 @@
2929
"style:check": "biome check --unsafe",
3030
"style:fix": "biome check --write --unsafe",
3131
"build": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap",
32+
"test": "node --import tsx --test tests/*.test.ts",
3233
"release": "pnpm build && pnpm changeset publish --no-git-tag",
3334
"changeset-version": "pnpm changeset version && pnpm style:fix"
3435
},
3536
"peerDependencies": {
36-
"@credo-ts/core": "*"
37+
"@credo-ts/core": "*",
38+
"@credo-ts/openid4vc": "*"
3739
},
3840
"devDependencies": {
3941
"@biomejs/biome": "^1.9.4",
4042
"@changesets/cli": "^2.29.4",
43+
"@credo-ts/askar": "0.6.0-alpha-20250602122957",
44+
"@credo-ts/core": "0.6.0-alpha-20250602122957",
45+
"@credo-ts/node": "0.6.0-alpha-20250602122957",
46+
"@credo-ts/openid4vc": "0.6.0-alpha-20250602122957",
47+
"@openwallet-foundation/askar-nodejs": "^0.3.2",
48+
"@types/node": "^22.15.29",
4149
"tsup": "^8.5.0",
50+
"tsx": "^4.19.4",
4251
"typescript": "~5.8.3"
4352
},
4453
"dependencies": {
45-
"@credo-ts/openid4vc": "^0.5.15",
4654
"zod": "^3.25.42"
4755
}
4856
}

0 commit comments

Comments
 (0)