Skip to content

Commit

Permalink
Merge pull request #33 from identity-com/fix-evidences-uca-definition
Browse files Browse the repository at this point in the history
Add credentialItem to evidences uca definition
  • Loading branch information
lucmir authored Jul 11, 2019
2 parents a7fdf42 + 56894c2 commit c05b11f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 67 deletions.
91 changes: 25 additions & 66 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": "@identity.com/uca",
"version": "1.0.11",
"version": "1.0.12",
"description": "Provides functionality around User Collectable Attributes (UCA)",
"main": "src/index.js",
"module": "dist/es/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ const definitions = [
deambiguify: true,
}],
},
credentialItem: true,
},
{
identifier: 'cvc:Identity:name',
Expand Down

0 comments on commit c05b11f

Please sign in to comment.