diff --git a/.changeset/chubby-plants-post.md b/.changeset/chubby-plants-post.md new file mode 100644 index 0000000..3bcc841 --- /dev/null +++ b/.changeset/chubby-plants-post.md @@ -0,0 +1,5 @@ +--- +"@agentcommercekit/vc": patch +--- + +Exported createPresentation from VC package diff --git a/packages/vc/src/index.ts b/packages/vc/src/index.ts index b124606..749b572 100644 --- a/packages/vc/src/index.ts +++ b/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" export * from "./signing/sign-credential" export * from "./signing/sign-presentation"