Skip to content

Commit

Permalink
Merge pull request #56 from identity-com/bugfix/credential-IDaaS-v1
Browse files Browse the repository at this point in the history
Unifying phoneNumber fields in the credential-IDaaS-v1
  • Loading branch information
brunocarneiro authored Jan 18, 2019
2 parents faa8606 + face723 commit f0312d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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/credential-commons",
"version": "0.3.0",
"version": "0.3.1",
"author": "Identity.com Community",
"license": "MIT",
"description": "Verifiable Credential and Attestation Library",
Expand Down
3 changes: 1 addition & 2 deletions src/creds/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ const definitions = [
'claim-cvc:Identity.address-v1',
'claim-cvc:Contact.email-v1',
'claim-cvc:SocialSecurity.number-v1',
'claim-cvc:PhoneNumber.countryCode-v1',
'claim-cvc:PhoneNumber.number-v1',
'claim-cvc:Contact.phoneNumber-v1',
],
},
];
Expand Down

0 comments on commit f0312d1

Please sign in to comment.