Skip to content

Commit

Permalink
Fix: Showcase html file generation. Loads Tydids Core from right package
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Aug 11, 2024
1 parent 2f2f8e8 commit d6bf250
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.18](https://github.com/energychain/tydids-core/compare/v1.0.17...v1.0.18) (2024-08-11)

### Bug Fixes

* Doublicate Naming of variables ([2f2f8e8](https://github.com/energychain/tydids-core/commit/2f2f8e8ff7cb35073e7d3c0d4ad5d9e96942acd0))

## [1.0.17](https://github.com/energychain/tydids-core/compare/v1.0.16...v1.0.17) (2024-08-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tydids-core",
"version": "1.0.17",
"version": "1.0.18",
"description": "A JavaScript library that empowers user defined Self-Sovereign Identity & Consent Management",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $.fn.extend({
<html>
<head>
<title>Identity - ${revealedSSI.identity} - ${location}</title>
<script src="https://unpkg.com/tydids-validation@latest/dist/tydids.js"></script>
<script src="https://unpkg.com/tydids-core@latest/dist/tydids.js"></script>
<script type="application/ld+json" id="ssiObject">
${ssiObject}
</script>
Expand Down

0 comments on commit d6bf250

Please sign in to comment.