Skip to content

Commit 9db312f

Browse files
committedFeb 25, 2023
fix(ci): minor changes to trigger release alignment
1 parent 84983f6 commit 9db312f

File tree

6 files changed

+10
-22
lines changed

6 files changed

+10
-22
lines changed
 

‎packages/cli/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@
120120
"repository": "git@github.com:uport-project/veramo.git",
121121
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
122122
"contributors": [
123-
{
124-
"name": "Mircea Nistor",
125-
"email": "mircea.nistor@mesh.xyz"
126-
}
123+
"Mircea Nistor <mircea.nistor@mesh.xyz"
127124
],
128125
"license": "Apache-2.0",
129126
"keywords": [],

‎packages/core-types/README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Veramo Core
1+
# Veramo Core-types
22

3-
### Core functions
4-
5-
- instantiate and orchestrate plugins
6-
- coordinate events
7-
- validate schemas
8-
- define core types
3+
Definitions for Veramo common data types

‎packages/credential-w3c/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545
"repository": "git@github.com:uport-project/veramo.git",
4646
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
4747
"contributors": [
48-
{
49-
"name": "Mircea Nistor",
50-
"email": "mircea.nistor@mesh.xyz"
51-
}
48+
"Mircea Nistor <mircea.nistor@mesh.xyz>"
5249
],
5350
"license": "Apache-2.0",
5451
"keywords": [],

‎packages/did-provider-ion/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The ION DID provider uses Update keys when updating the DID document. The provid
4646
for every update. These are stored ordered by timestamp. When updating the DID Document if first resolves the current
4747
DID document to look at the ION/Sidetree update commitment value. It then looks up the local key with the same
4848
commitment value. The update request will be signed using the matched update key. At the same time a new update key is
49-
generated, and the new key's update commitment will also be part of the update request, so that this new key needs to be used
50-
next time. The provider takes care of both the rotation and the selection of the correct update key.
49+
generated, and the new key's update commitment will also be part of the update request, so that this new key needs to be
50+
used next time. The provider takes care of both the rotation and the selection of the correct update key.
5151

5252
## Recovery key(s) and rotation
5353

‎packages/did-provider-key/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
},
3939
"repository": "git@github.com:uport-project/veramo.git",
4040
"author": "Oliver Terbu <oliver.terbu@mesh.xyz>",
41-
"contributors": [],
41+
"contributors": [
42+
"Mircea Nistor <mircea.nistor@mesh.xyz"
43+
],
4244
"license": "Apache-2.0",
4345
"keywords": [],
4446
"type": "module",

‎packages/did-provider-web/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
"repository": "git@github.com:uport-project/veramo.git",
3131
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
3232
"contributors": [
33-
{
34-
"name": "Mircea Nistor",
35-
"email": "mircea.nistor@mesh.xyz"
36-
}
33+
"Mircea Nistor <mircea.nistor@mesh.xyz>"
3734
],
3835
"license": "Apache-2.0",
3936
"keywords": [],

0 commit comments

Comments
 (0)
Please sign in to comment.