Skip to content

Commit ec52242

Browse files
authored
Merge pull request #35 from identity-com/support-alias-definition
Support alias definition
2 parents 9019a2b + 461770b commit ec52242

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@identity.com/uca",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "Provides functionality around User Collectable Attributes (UCA)",
55
"main": "src/index.js",
66
"module": "dist/es/index.js",

src/definitions.js

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ const definitions = [
334334
identifier: 'cvc:Validation:evidences',
335335
version: '1',
336336
type: 'cvc:Document:evidences',
337+
alias: true,
337338
credentialItem: true,
338339
},
339340
{

0 commit comments

Comments
 (0)