Skip to content

Commit

Permalink
Fix: Tweek UI elements to plugin SSI consent wallet as given in https…
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Aug 11, 2024
1 parent e7d0f11 commit 9273bf1
Show file tree
Hide file tree
Showing 16 changed files with 293 additions and 149 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## [1.0.16](https://github.com/energychain/tydids-core/compare/v1.0.15...v1.0.16) (2024-08-11)
2 changes: 1 addition & 1 deletion dist/tydids.js

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tydids-core",
"version": "1.1.0",
"version": "1.1.2",
"description": "A JavaScript library that empowers user defined Self-Sovereign Identity & Consent Management",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/energychain/tydids-core.git"
"url": "https://github.com/energychain/tydids-core.git"
},
"keywords": [
"tydids",
Expand Down Expand Up @@ -41,6 +41,8 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/release-notes-generator": "^14.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"mocha": "^10.7.0",
"semantic-release": "^24.0.0",
"webpack": "^5.93.0",
Expand Down
143 changes: 0 additions & 143 deletions public/DataIdentity/assets/js/showcase.js

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 2 additions & 0 deletions public/DecentralizedConsent/assets/js/jquery.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/DecentralizedConsent/assets/js/showcase.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$(document).ready(function() {
$('#consent').tydisConsent();
});
Loading

0 comments on commit 9273bf1

Please sign in to comment.