We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4349c commit a5d7c82Copy full SHA for a5d7c82
.changeset/chubby-plants-post.md
@@ -0,0 +1,5 @@
1
+---
2
+"@agentcommercekit/vc": patch
3
4
+
5
+Exported createPresentation from VC package
packages/vc/src/index.ts
@@ -1,6 +1,7 @@
import { verifyPresentation } from "did-jwt-vc"
export * from "./create-credential"
+export * from "./create-presentation"
export * from "./is-credential"
6
export * from "./signing/sign-credential"
7
export * from "./signing/sign-presentation"
0 commit comments