Skip to content

Commit

Permalink
fix: use DIF URLs in packages (#1271)
Browse files Browse the repository at this point in the history
* fix: update package.json entries with new links
* docs: add keywords to packages
  • Loading branch information
mirceanis committed Oct 9, 2023
1 parent a93df72 commit 3dfc601
Show file tree
Hide file tree
Showing 37 changed files with 573 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

- name: 'Setup git coordinates'
run: |
git remote set-url origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/uport-project/veramo.git
git remote set-url origin https://${{secrets.GH_USER}}:${{secrets.GH_TOKEN}}@github.com/decentralized-identity/veramo.git
git config user.name $GH_USER
git config user.email $GH_EMAIL
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Discord](https://img.shields.io/discord/878293684620234752?logo=discord&logoColor=white&style=flat-square)](https://discord.gg/huwyNfVkhe)
![Twitter Follow](https://img.shields.io/twitter/follow/veramolabs?logo=twitter&style=flat-square)
[![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)
[![codecov](https://codecov.io/gh/uport-project/veramo/branch/next/graph/badge.svg)](https://codecov.io/gh/uport-project/veramo)
[![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)
[![codecov](https://codecov.io/gh/decentralized-identity/veramo/branch/next/graph/badge.svg)](https://codecov.io/gh/decentralized-identity/veramo)

# Veramo

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

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

## Contributing

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

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

Our [documentation site](https://veramo.io/) is also open-source, and we invite you to contribute feedback and
Expand Down
12 changes: 6 additions & 6 deletions authors.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Contributors Highlight

### Team
### Veramolabs Team, including former members
- [Mircea Nistor](https://github.com/mirceanis)
- [Simonas Karuzas](https://github.com/simonas-notcat)
- [Italo Borsatto](https://github.com/italobb)
- [Nick Reynolds](https://github.com/nickreynolds)
- [Italo Borsatto](https://github.com/italobb)
- [Oliver Terbu](https://github.com/awoie)
- [Jason Healy](https://github.com/jasheal)
- [Greg Bugyis](https://github.com/gbugyis)
- [Martin Riedel](https://github.com/rado0x54)

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

Expand All @@ -16,15 +20,11 @@ Special thanks to the following extraordinary individuals, for their contributio
- [Ilya Nevolin](https://github.com/inevolin)
- [Andraz](https://github.com/andyv09)
- [Konstantin Tsabolov](https://github.com/tsabolov)
- [Martin Riedel](https://github.com/rado0x54)
- [Emile Baizel](https://github.com/ebaizel)
- [Moe Jangda](https://github.com/mistermoe)
- [Martijn de Bruijn](https://github.com/martijndebruijn)
- [Leo Ribeiro](https://github.com/leordev)
- [Oliver Terbu](https://github.com/awoie)
- [Greg Bugyis](https://github.com/gbugyis)
- [Oriel Steele](https://github.com/OR13)
- [Jason Healy](https://github.com/jasheal)
- [Trent Larson](https://github.com/trentlarson)
- [Andres Junge](https://github.com/ajunge)
- [Roderik van der Veer](https://github.com/roderik)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "5.5.2",
"npmClient": "pnpm",
"changelog": {
"repo": "uport-project/veramo",
"repo": "decentralized-identity/veramo",
"cacheDir": ".changelog"
},
"command": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"veramo": "cross-env NODE_NO_WARNINGS=1 ./packages/cli/bin/veramo.js",
"prettier": "prettier --write \"{packages,docs,__tests__,!build}/**/*.{ts,js,json,md,yml}\"",
"build-clean": "rimraf --glob ./packages/*/build ./packages/*/api ./packages/*/node_modules ./packages/*/tsconfig.tsbuildinfo ./temp ./tmp && jest --clearCache",
"publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest --registry \"https://registry.npmjs.org/:_authToken=${NPM_TOKEN}\"",
"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}\"",
"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}\"",
"publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest",
"publish:next": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes",
"publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes",
"docs": "pnpm docs:copy && pnpm docs:build",
"docs:copy": "ts-node ./scripts/docs-copy.ts",
"docs:build": "ts-node ./scripts/docs-build.ts && pnpm docs:pretty",
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/uport-project/veramo.git"
"url": "https://github.com/decentralized-identity/veramo.git"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 14 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,22 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/cli"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Mircea Nistor <mircea.nistor@mesh.xyz"
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [
"Veramo",
"CLI",
"DID",
"Verifiable Credential"
],
"keywords": [],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
15 changes: 12 additions & 3 deletions packages/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,21 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/core-types"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential"
],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
16 changes: 13 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,22 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/core"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"plugin host"
],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
29 changes: 18 additions & 11 deletions packages/credential-eip712/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,26 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Nick Reynolds <nick.reynolds@mesh.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/credential-eip712"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
{
"name": "Simonas Karuzas",
"email": "simonas.karuzas@mesh.xyz"
},
{
"name": "Italo Borssatto",
"email": "italo.borssatto@mesh.xyz"
}
"Nick Reynolds <nick.reynolds@mesh.xyz>",
"Italo Borssatto",
"Mircea Nistor <mircea.nistor@mesh.xyz>",
"Simonas Karuzas <simonas.karuzas@mesh.xyz>"
],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"EIP712",
"EthereumEIP712Signature2021",
"veramo-plugin"
],
"keywords": [],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
27 changes: 24 additions & 3 deletions packages/credential-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,30 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Mircea Nistor <mircea.nistor@mesh.xyz>",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/credential-ld"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Mircea Nistor <mircea.nistor@mesh.xyz>",
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Nick Reynolds <nick.reynolds@mesh.xyz>"
],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"JSON-LD",
"Data Integrity",
"EcdsaSecp256k1RecoverySignature2020",
"Ed25519Signature2018",
"Ed25519Signature2020",
"JsonWebSignature2020",
"vc-ld-json",
"veramo-plugin"
],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
21 changes: 18 additions & 3 deletions packages/credential-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,25 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/credential-status"
},
"author": "Konstantin Tsabolov <konstantin.tsabolov@spherity.com>",
"contributors": [],
"keywords": [],
"contributors": [
"Consensys Mesh R&D <hello@veramo.io>",
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"credentialStatus",
"aggregator",
"veramo-plugin"
],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
20 changes: 17 additions & 3 deletions packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,26 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/credential-w3c"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"JWT",
"W3C",
"aggregator",
"vc-jwt",
"veramo-plugin"
],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
24 changes: 21 additions & 3 deletions packages/data-store-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,27 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Mircea Nistor <mircea.nistor@mesh.xyz>",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/data-store-json"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Mircea Nistor <mircea.nistor@mesh.xyz>",
"Simonas Karuzas <simonas.karuzas@mesh.xyz>"
],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"data store",
"database",
"JSON",
"veramo-plugin",
"local-storage",
"session-storage"
],
"license": "Apache-2.0",
"type": "module",
"moduleDirectories": [
Expand Down
19 changes: 16 additions & 3 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,25 @@
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:uport-project/veramo.git",
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/data-store"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"data store",
"TypeORM",
"database",
"veramo-plugin"
],
"license": "Apache-2.0",
"type": "module"
}
Loading

0 comments on commit 3dfc601

Please sign in to comment.