Skip to content

Commit

Permalink
Merge pull request #50 from identity-com/fix/add-version-to-externals…
Browse files Browse the repository at this point in the history
…erviceauth

Add version number to externalServiceAuth UCA
  • Loading branch information
lucmir authored Feb 8, 2021
2 parents 9cbff0b + e80bc2a commit 8ff7127
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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/uca",
"version": "1.0.24",
"version": "1.0.25",
"description": "Provides functionality around User Collectable Attributes (UCA)",
"main": "src/index.js",
"module": "dist/es/index.js",
Expand Down
2 changes: 2 additions & 0 deletions src/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1042,11 +1042,13 @@ const definitions = [
},
{
identifier: 'cvc:Type:hasConnected',
version: '1',
type: 'Boolean',
credentialItem: false,
},
{
identifier: 'cvc:Type:externalServiceAuth',
version: '1',
type: {
properties: [
{
Expand Down

0 comments on commit 8ff7127

Please sign in to comment.