Skip to content

Commit a5d7c82

Browse files
authored
Export createPresentation in VC package (#31)
1 parent cf4349c commit a5d7c82

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/chubby-plants-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@agentcommercekit/vc": patch
3+
---
4+
5+
Exported createPresentation from VC package

packages/vc/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { verifyPresentation } from "did-jwt-vc"
22

33
export * from "./create-credential"
4+
export * from "./create-presentation"
45
export * from "./is-credential"
56
export * from "./signing/sign-credential"
67
export * from "./signing/sign-presentation"

0 commit comments

Comments
 (0)