Skip to content

Commit

Permalink
Merge pull request #5 from docknetwork/tmpl-id
Browse files Browse the repository at this point in the history
expose template id in renderVCHTML
  • Loading branch information
cykoder authored Mar 10, 2022
2 parents adf7fa3 + f18a83c commit aae2e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docknetwork/prettyvc",
"description": "Render pretty verifiable credentials",
"version": "1.1.1",
"version": "1.1.2",
"main": "lib/index.js",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ export function renderVCHTML(data, options = {}) {
return {
html: templateFn(data),
orientation,
templateId,
};
}

Expand Down

0 comments on commit aae2e2d

Please sign in to comment.