Skip to content

Commit 3dfc601

Browse files
authored
fix: use DIF URLs in packages (#1271)
* fix: update package.json entries with new links * docs: add keywords to packages
1 parent a93df72 commit 3dfc601

37 files changed

Lines changed: 573 additions & 167 deletions

File tree

.github/workflows/build-test-publish-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: 'Setup git coordinates'
187187
run: |
188-
git remote set-url origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/uport-project/veramo.git
188+
git remote set-url origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/decentralized-identity/veramo.git
189189
git config user.name $GH_USER
190190
git config user.email $GH_EMAIL
191191

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Discord](https://img.shields.io/discord/878293684620234752?logo=discord&logoColor=white&style=flat-square)](https://discord.gg/huwyNfVkhe)
22
![Twitter Follow](https://img.shields.io/twitter/follow/veramolabs?logo=twitter&style=flat-square)
3-
[![Build, Test and Publish](https://github.com/uport-project/veramo/workflows/Build,%20Test%20and%20Publish/badge.svg?branch=next)](https://github.com/uport-project/veramo/actions?query=workflow%3A%22Build%2C+Test+and+Publish%22)
4-
[![codecov](https://codecov.io/gh/uport-project/veramo/branch/next/graph/badge.svg)](https://codecov.io/gh/uport-project/veramo)
3+
[![Build, Test and Publish](https://github.com/decentralized-identity/veramo/workflows/Build,%20Test%20and%20Publish/badge.svg?branch=next)](https://github.com/decentralized-identity/veramo/actions?query=workflow%3A%22Build%2C+Test+and+Publish%22)
4+
[![codecov](https://codecov.io/gh/decentralized-identity/veramo/branch/next/graph/badge.svg)](https://codecov.io/gh/decentralized-identity/veramo)
55

66
# Veramo
77

@@ -19,7 +19,7 @@ roles:
1919
* Create and manage Decentralized Identifiers (DID)
2020
* Issue Verifiable Credentials (VCs) and Presentations (VPs)
2121
* Verify such VCs and VPs
22-
* Present credentials using Selective Diclosure
22+
* Present credentials using Selective Disclosure
2323
* Communicate with other agents using DIDComm (or other protocols)
2424
* Receive, filter, store and serve data
2525
* Control other agents remotely, or act as a proxy for them
@@ -42,18 +42,19 @@ See the full docs on [veramo.io](https://veramo.io)
4242
- [Event System](https://veramo.io/docs/veramo_agent/event_system)
4343

4444
Also, there are a few examples and code samples that you can get from
45-
the [integration test suite](https://github.com/uport-project/veramo/tree/next/__tests__/shared).
45+
the [integration test suite](https://github.com/decentralized-identity/veramo/tree/next/__tests__/shared).
4646

4747
## Contributing
4848

49-
This repository contains the [Veramo core package](https://github.com/uport-project/veramo/tree/next/packages/core),
49+
This repository contains
50+
the [Veramo core package](https://github.com/decentralized-identity/veramo/tree/next/packages/core),
5051
which only becomes relevant when you add plugins to it. These plugins can be developed by anyone and Veramo provides is
5152
the glue that can make them interoperate.
5253

5354
We maintain some "core" plugins in this monorepo to provide some functionality "out of the box", but a lot more can be
5455
done than is present in this codebase. We encourage you to contribute feedback and fixes for everything that you see
5556
here, as well as posting about your own plugins or projects on
56-
our [Discussions page](https://github.com/uport-project/veramo/discussions/categories/show-and-tell) or on
57+
our [Discussions page](https://github.com/decentralized-identity/veramo/discussions/categories/show-and-tell) or on
5758
our [Discord server](https://discord.gg/AEtRtyntEC).
5859

5960
Our [documentation site](https://veramo.io/) is also open-source, and we invite you to contribute feedback and

authors.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Contributors Highlight
22

3-
### Team
3+
### Veramolabs Team, including former members
44
- [Mircea Nistor](https://github.com/mirceanis)
55
- [Simonas Karuzas](https://github.com/simonas-notcat)
6-
- [Italo Borsatto](https://github.com/italobb)
76
- [Nick Reynolds](https://github.com/nickreynolds)
7+
- [Italo Borsatto](https://github.com/italobb)
8+
- [Oliver Terbu](https://github.com/awoie)
9+
- [Jason Healy](https://github.com/jasheal)
10+
- [Greg Bugyis](https://github.com/gbugyis)
11+
- [Martin Riedel](https://github.com/rado0x54)
812

913
Special thanks to the following extraordinary individuals, for their contributions to the Veramo project:
1014

@@ -16,15 +20,11 @@ Special thanks to the following extraordinary individuals, for their contributio
1620
- [Ilya Nevolin](https://github.com/inevolin)
1721
- [Andraz](https://github.com/andyv09)
1822
- [Konstantin Tsabolov](https://github.com/tsabolov)
19-
- [Martin Riedel](https://github.com/rado0x54)
2023
- [Emile Baizel](https://github.com/ebaizel)
2124
- [Moe Jangda](https://github.com/mistermoe)
2225
- [Martijn de Bruijn](https://github.com/martijndebruijn)
2326
- [Leo Ribeiro](https://github.com/leordev)
24-
- [Oliver Terbu](https://github.com/awoie)
25-
- [Greg Bugyis](https://github.com/gbugyis)
2627
- [Oriel Steele](https://github.com/OR13)
27-
- [Jason Healy](https://github.com/jasheal)
2828
- [Trent Larson](https://github.com/trentlarson)
2929
- [Andres Junge](https://github.com/ajunge)
3030
- [Roderik van der Veer](https://github.com/roderik)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "5.5.2",
33
"npmClient": "pnpm",
44
"changelog": {
5-
"repo": "uport-project/veramo",
5+
"repo": "decentralized-identity/veramo",
66
"cacheDir": ".changelog"
77
},
88
"command": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"veramo": "cross-env NODE_NO_WARNINGS=1 ./packages/cli/bin/veramo.js",
1919
"prettier": "prettier --write \"{packages,docs,__tests__,!build}/**/*.{ts,js,json,md,yml}\"",
2020
"build-clean": "rimraf --glob ./packages/*/build ./packages/*/api ./packages/*/node_modules ./packages/*/tsconfig.tsbuildinfo ./temp ./tmp && jest --clearCache",
21-
"publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest --registry \"https://registry.npmjs.org/:_authToken=${NPM_TOKEN}\"",
22-
"publish:next": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes --registry \"https://registry.npmjs.org/:_authToken=${NPM_TOKEN}\"",
23-
"publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes --registry \"https://registry.npmjs.org/:_authToken=${NPM_TOKEN}\"",
21+
"publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest",
22+
"publish:next": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes",
23+
"publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes",
2424
"docs": "pnpm docs:copy && pnpm docs:build",
2525
"docs:copy": "ts-node ./scripts/docs-copy.ts",
2626
"docs:build": "ts-node ./scripts/docs-build.ts && pnpm docs:pretty",
@@ -77,7 +77,7 @@
7777
},
7878
"repository": {
7979
"type": "git",
80-
"url": "https://github.com/uport-project/veramo.git"
80+
"url": "https://github.com/decentralized-identity/veramo.git"
8181
},
8282
"publishConfig": {
8383
"access": "public"

packages/cli/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,22 @@
120120
"publishConfig": {
121121
"access": "public"
122122
},
123-
"repository": "git@github.com:uport-project/veramo.git",
124-
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
123+
"repository": {
124+
"type": "git",
125+
"url": "https://github.com/decentralized-identity/veramo.git",
126+
"directory": "packages/cli"
127+
},
128+
"author": "Consensys Mesh R&D <hello@veramo.io>",
125129
"contributors": [
126-
"Mircea Nistor <mircea.nistor@mesh.xyz"
130+
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
131+
"Mircea Nistor <mircea.nistor@mesh.xyz>"
132+
],
133+
"keywords": [
134+
"Veramo",
135+
"CLI",
136+
"DID",
137+
"Verifiable Credential"
127138
],
128-
"keywords": [],
129139
"license": "Apache-2.0",
130140
"type": "module",
131141
"moduleDirectories": [

packages/core-types/package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,21 @@
5252
"publishConfig": {
5353
"access": "public"
5454
},
55-
"repository": "git@github.com:uport-project/veramo.git",
56-
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
55+
"repository": {
56+
"type": "git",
57+
"url": "https://github.com/decentralized-identity/veramo.git",
58+
"directory": "packages/core-types"
59+
},
60+
"author": "Consensys Mesh R&D <hello@veramo.io>",
5761
"contributors": [
62+
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
5863
"Mircea Nistor <mircea.nistor@mesh.xyz>"
5964
],
60-
"keywords": [],
65+
"keywords": [
66+
"Veramo",
67+
"DID",
68+
"Verifiable Credential"
69+
],
6170
"license": "Apache-2.0",
6271
"type": "module",
6372
"moduleDirectories": [

packages/core/package.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,22 @@
3333
"publishConfig": {
3434
"access": "public"
3535
},
36-
"repository": "git@github.com:uport-project/veramo.git",
37-
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/decentralized-identity/veramo.git",
39+
"directory": "packages/core"
40+
},
41+
"author": "Consensys Mesh R&D <hello@veramo.io>",
3842
"contributors": [
43+
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
3944
"Mircea Nistor <mircea.nistor@mesh.xyz>"
4045
],
41-
"keywords": [],
46+
"keywords": [
47+
"Veramo",
48+
"DID",
49+
"Verifiable Credential",
50+
"plugin host"
51+
],
4252
"license": "Apache-2.0",
4353
"type": "module",
4454
"moduleDirectories": [

packages/credential-eip712/package.json

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,26 @@
3838
"publishConfig": {
3939
"access": "public"
4040
},
41-
"repository": "git@github.com:uport-project/veramo.git",
42-
"author": "Nick Reynolds <nick.reynolds@mesh.xyz>",
41+
"repository": {
42+
"type": "git",
43+
"url": "https://github.com/decentralized-identity/veramo.git",
44+
"directory": "packages/credential-eip712"
45+
},
46+
"author": "Consensys Mesh R&D <hello@veramo.io>",
4347
"contributors": [
44-
{
45-
"name": "Simonas Karuzas",
46-
"email": "simonas.karuzas@mesh.xyz"
47-
},
48-
{
49-
"name": "Italo Borssatto",
50-
"email": "italo.borssatto@mesh.xyz"
51-
}
48+
"Nick Reynolds <nick.reynolds@mesh.xyz>",
49+
"Italo Borssatto",
50+
"Mircea Nistor <mircea.nistor@mesh.xyz>",
51+
"Simonas Karuzas <simonas.karuzas@mesh.xyz>"
52+
],
53+
"keywords": [
54+
"Veramo",
55+
"DID",
56+
"Verifiable Credential",
57+
"EIP712",
58+
"EthereumEIP712Signature2021",
59+
"veramo-plugin"
5260
],
53-
"keywords": [],
5461
"license": "Apache-2.0",
5562
"type": "module",
5663
"moduleDirectories": [

packages/credential-ld/package.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,30 @@
5353
"publishConfig": {
5454
"access": "public"
5555
},
56-
"repository": "git@github.com:uport-project/veramo.git",
57-
"author": "Mircea Nistor <mircea.nistor@mesh.xyz>",
58-
"keywords": [],
56+
"repository": {
57+
"type": "git",
58+
"url": "https://github.com/decentralized-identity/veramo.git",
59+
"directory": "packages/credential-ld"
60+
},
61+
"author": "Consensys Mesh R&D <hello@veramo.io>",
62+
"contributors": [
63+
"Mircea Nistor <mircea.nistor@mesh.xyz>",
64+
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
65+
"Nick Reynolds <nick.reynolds@mesh.xyz>"
66+
],
67+
"keywords": [
68+
"Veramo",
69+
"DID",
70+
"Verifiable Credential",
71+
"JSON-LD",
72+
"Data Integrity",
73+
"EcdsaSecp256k1RecoverySignature2020",
74+
"Ed25519Signature2018",
75+
"Ed25519Signature2020",
76+
"JsonWebSignature2020",
77+
"vc-ld-json",
78+
"veramo-plugin"
79+
],
5980
"license": "Apache-2.0",
6081
"type": "module",
6182
"moduleDirectories": [

0 commit comments

Comments
 (0)