From 3dfc6014cdee7902c59d8db76b4c8507b870f227 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Mon, 9 Oct 2023 13:37:58 +0200 Subject: [PATCH] fix: use DIF URLs in packages (#1271) * fix: update package.json entries with new links * docs: add keywords to packages --- .../workflows/build-test-publish-on-push.yml | 2 +- README.md | 13 ++++--- authors.md | 12 +++--- lerna.json | 2 +- package.json | 8 ++-- packages/cli/package.json | 18 +++++++-- packages/core-types/package.json | 15 ++++++-- packages/core/package.json | 16 ++++++-- packages/credential-eip712/package.json | 29 ++++++++------ packages/credential-ld/package.json | 27 +++++++++++-- packages/credential-status/package.json | 21 ++++++++-- packages/credential-w3c/package.json | 20 ++++++++-- packages/data-store-json/package.json | 24 ++++++++++-- packages/data-store/package.json | 19 ++++++++-- packages/did-comm/package.json | 26 ++++++++++--- packages/did-discovery/package.json | 26 +++++++------ packages/did-jwt/package.json | 24 ++++++++---- packages/did-manager/package.json | 23 +++++++---- packages/did-provider-ethr/package.json | 25 ++++++++---- packages/did-provider-ion/package.json | 16 +++++++- packages/did-provider-jwk/package.json | 18 ++++++++- packages/did-provider-key/package.json | 25 ++++++++++-- packages/did-provider-peer/package.json | 23 +++++++++-- packages/did-provider-pkh/package.json | 25 ++++++++++-- packages/did-provider-web/package.json | 17 +++++++-- packages/did-resolver/package.json | 20 ++++++++-- packages/key-manager/package.json | 24 ++++++++---- packages/kms-local/package.json | 38 +++++++++++++++---- packages/kms-web3/package.json | 25 ++++++++---- packages/kv-store/package.json | 14 ++++++- packages/message-handler/package.json | 24 ++++++++---- packages/remote-client/package.json | 20 ++++++++-- packages/remote-server/package.json | 25 ++++++++---- packages/selective-disclosure/package.json | 18 +++++++-- packages/test-utils/package.json | 18 +++++++-- packages/url-handler/package.json | 18 +++++++-- packages/utils/package.json | 22 +++++++++-- 37 files changed, 573 insertions(+), 167 deletions(-) diff --git a/.github/workflows/build-test-publish-on-push.yml b/.github/workflows/build-test-publish-on-push.yml index 5f47bf1f6..674f8189f 100644 --- a/.github/workflows/build-test-publish-on-push.yml +++ b/.github/workflows/build-test-publish-on-push.yml @@ -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 diff --git a/README.md b/README.md index 950320361..f47dc3278 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 diff --git a/authors.md b/authors.md index a65663bad..14d041660 100644 --- a/authors.md +++ b/authors.md @@ -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: @@ -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) diff --git a/lerna.json b/lerna.json index a8b5c7463..1074f7176 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "version": "5.5.2", "npmClient": "pnpm", "changelog": { - "repo": "uport-project/veramo", + "repo": "decentralized-identity/veramo", "cacheDir": ".changelog" }, "command": { diff --git a/package.json b/package.json index 821d4fc17..07358458d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" diff --git a/packages/cli/package.json b/packages/cli/package.json index 2dfb44228..74fad2223 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -120,12 +120,22 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/cli" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - "Mircea Nistor ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "CLI", + "DID", + "Verifiable Credential" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/core-types/package.json b/packages/core-types/package.json index e24f83124..ea1e7d12a 100644 --- a/packages/core-types/package.json +++ b/packages/core-types/package.json @@ -52,12 +52,21 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/core-types" + }, + "author": "Consensys Mesh R&D ", "contributors": [ + "Simonas Karuzas ", "Mircea Nistor " ], - "keywords": [], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/core/package.json b/packages/core/package.json index 51786f1ae..953e810e4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -33,12 +33,22 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/core" + }, + "author": "Consensys Mesh R&D ", "contributors": [ + "Simonas Karuzas ", "Mircea Nistor " ], - "keywords": [], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "plugin host" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/credential-eip712/package.json b/packages/credential-eip712/package.json index 9732a29b9..4bfcd8efe 100644 --- a/packages/credential-eip712/package.json +++ b/packages/credential-eip712/package.json @@ -38,19 +38,26 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Nick Reynolds ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/credential-eip712" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Simonas Karuzas", - "email": "simonas.karuzas@mesh.xyz" - }, - { - "name": "Italo Borssatto", - "email": "italo.borssatto@mesh.xyz" - } + "Nick Reynolds ", + "Italo Borssatto", + "Mircea Nistor ", + "Simonas Karuzas " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "EIP712", + "EthereumEIP712Signature2021", + "veramo-plugin" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/credential-ld/package.json b/packages/credential-ld/package.json index 6155568e0..9e9489864 100644 --- a/packages/credential-ld/package.json +++ b/packages/credential-ld/package.json @@ -53,9 +53,30 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Mircea Nistor ", - "keywords": [], + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/credential-ld" + }, + "author": "Consensys Mesh R&D ", + "contributors": [ + "Mircea Nistor ", + "Simonas Karuzas ", + "Nick Reynolds " + ], + "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": [ diff --git a/packages/credential-status/package.json b/packages/credential-status/package.json index b7e911c81..beb3afb2f 100644 --- a/packages/credential-status/package.json +++ b/packages/credential-status/package.json @@ -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 ", - "contributors": [], - "keywords": [], + "contributors": [ + "Consensys Mesh R&D ", + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "credentialStatus", + "aggregator", + "veramo-plugin" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/credential-w3c/package.json b/packages/credential-w3c/package.json index 8e78cc953..3dfb556b1 100644 --- a/packages/credential-w3c/package.json +++ b/packages/credential-w3c/package.json @@ -41,12 +41,26 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/credential-w3c" + }, + "author": "Consensys Mesh R&D ", "contributors": [ + "Simonas Karuzas ", "Mircea Nistor " ], - "keywords": [], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "JWT", + "W3C", + "aggregator", + "vc-jwt", + "veramo-plugin" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/data-store-json/package.json b/packages/data-store-json/package.json index 0e41063c4..85b448670 100644 --- a/packages/data-store-json/package.json +++ b/packages/data-store-json/package.json @@ -35,9 +35,27 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Mircea Nistor ", - "keywords": [], + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/data-store-json" + }, + "author": "Consensys Mesh R&D ", + "contributors": [ + "Mircea Nistor ", + "Simonas Karuzas " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "data store", + "database", + "JSON", + "veramo-plugin", + "local-storage", + "session-storage" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 42397d54d..cd3ebfc4f 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -34,12 +34,25 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/data-store" + }, + "author": "Consensys Mesh R&D ", "contributors": [ + "Simonas Karuzas ", "Mircea Nistor " ], - "keywords": [], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "data store", + "TypeORM", + "database", + "veramo-plugin" + ], "license": "Apache-2.0", "type": "module" } diff --git a/packages/did-comm/package.json b/packages/did-comm/package.json index ab9b003fc..608b123e2 100644 --- a/packages/did-comm/package.json +++ b/packages/did-comm/package.json @@ -49,13 +49,29 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-comm" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - "Mircea Nistor ", + "Mircea Nistor ", + "Nick Reynolds ", + "Oliver Terbu", + "Cody Hatfield" + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "DIDComm", + "veramo-plugin", + "DIDComm v2", + "DIDComm Messaging", + "JWE" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-discovery/package.json b/packages/did-discovery/package.json index 7508c814f..ad39f8863 100644 --- a/packages/did-discovery/package.json +++ b/packages/did-discovery/package.json @@ -35,19 +35,23 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-discovery" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - }, - { - "name": "Oliver Terbu", - "email": "oliver.terbu@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor ", + "Oliver Terbu" + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin" ], - "keywords": [], "license": "Apache-2.0", "type": "module" } diff --git a/packages/did-jwt/package.json b/packages/did-jwt/package.json index e3ab6047b..de5519a0c 100644 --- a/packages/did-jwt/package.json +++ b/packages/did-jwt/package.json @@ -29,15 +29,25 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-jwt" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "vc-jwt", + "JWT", + "DID-JWT" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-manager/package.json b/packages/did-manager/package.json index 8e43b096a..9b72ec9a0 100644 --- a/packages/did-manager/package.json +++ b/packages/did-manager/package.json @@ -25,15 +25,24 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-manager" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "DID Manager", + "aggregator" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-provider-ethr/package.json b/packages/did-provider-ethr/package.json index 0bdd4f032..61218d079 100644 --- a/packages/did-provider-ethr/package.json +++ b/packages/did-provider-ethr/package.json @@ -37,15 +37,26 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-provider-ethr" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "did:ethr", + "EIP1056", + "ethr-did", + "Ethereum" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-provider-ion/package.json b/packages/did-provider-ion/package.json index d0baf0777..62f3a6092 100644 --- a/packages/did-provider-ion/package.json +++ b/packages/did-provider-ion/package.json @@ -45,12 +45,24 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-provider-ion" + }, "author": "Sphereon ", + "contributors": [ + "Consensys Mesh R&D ", + "Simonas Karuzas ", + "Mircea Nistor " + ], "keywords": [ "Veramo", "ION", - "DID" + "DID", + "veramo-plugin", + "did:ion", + "Sidetree" ], "license": "Apache-2.0", "type": "module", diff --git a/packages/did-provider-jwk/package.json b/packages/did-provider-jwk/package.json index 012586d13..3a9305448 100644 --- a/packages/did-provider-jwk/package.json +++ b/packages/did-provider-jwk/package.json @@ -24,8 +24,24 @@ "@veramo/kms-local": "workspace:*", "typescript": "5.2.2" }, + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-provider-jwk" + }, "author": "Tadej Podrekar", - "keywords": [], + "contributors": [ + "Consensys Mesh R&D ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "did:jwk", + "JWK" + ], "license": "Apache-2.0", "files": [ "build/**/*", diff --git a/packages/did-provider-key/package.json b/packages/did-provider-key/package.json index 3b2ed34f1..09c8a0e8a 100644 --- a/packages/did-provider-key/package.json +++ b/packages/did-provider-key/package.json @@ -38,12 +38,29 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Oliver Terbu ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-provider-key" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - "Mircea Nistor ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "did:key", + "multibase", + "multiformats", + "Ed25519", + "X25519", + "Secp256k1" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-provider-peer/package.json b/packages/did-provider-peer/package.json index 4cae53447..01b291152 100644 --- a/packages/did-provider-peer/package.json +++ b/packages/did-provider-peer/package.json @@ -35,12 +35,27 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Nick Reynolds ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-provider-key" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - "Alex Andrei " + "Nick Reynolds ", + "Alex Andrei ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "did:peer", + "num_algo", + "DIDComm", + "ServiceEndpoint" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-provider-pkh/package.json b/packages/did-provider-pkh/package.json index 8b6c1028f..f71dabab7 100644 --- a/packages/did-provider-pkh/package.json +++ b/packages/did-provider-pkh/package.json @@ -33,10 +33,29 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-provider-pkh" + }, "author": "Diego Chagastelles ", - "contributors": [], - "keywords": [], + "contributors": [ + "Consensys Mesh R&D ", + "Mircea Nistor ", + "Simonas Karuzas " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "did:pkh", + "public key", + "hash", + "blockchainAccountId", + "ethereum", + "cosmos" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-provider-web/package.json b/packages/did-provider-web/package.json index f2d40e21a..6fc5c1d1e 100644 --- a/packages/did-provider-web/package.json +++ b/packages/did-provider-web/package.json @@ -27,12 +27,23 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-provider-web" + }, + "author": "Consensys Mesh R&D ", "contributors": [ + "Simonas Karuzas ", "Mircea Nistor " ], - "keywords": [], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "did:web" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/did-resolver/package.json b/packages/did-resolver/package.json index ef54a4aa1..293869655 100644 --- a/packages/did-resolver/package.json +++ b/packages/did-resolver/package.json @@ -31,12 +31,24 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/did-resolver" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - "Mircea Nistor ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "did-resolver", + "aggregator" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/key-manager/package.json b/packages/key-manager/package.json index 38f798903..af29ec0fc 100644 --- a/packages/key-manager/package.json +++ b/packages/key-manager/package.json @@ -36,15 +36,25 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/key-manager" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "aggregator", + "key-manager", + "KMS" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/kms-local/package.json b/packages/kms-local/package.json index 76684addc..46e7f69a0 100644 --- a/packages/kms-local/package.json +++ b/packages/kms-local/package.json @@ -39,15 +39,39 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/kms-local" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "KMS", + "key database", + "ES256K", + "ES256K-R", + "Ed25519", + "EdDSA", + "JWS", + "JWE", + "Secp256k1", + "Secp256r1", + "P-256", + "X25519", + "Ethereum", + "wallet", + "eth_sign", + "EIP712", + "EIP191" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/kms-web3/package.json b/packages/kms-web3/package.json index 703b8e107..da379910d 100644 --- a/packages/kms-web3/package.json +++ b/packages/kms-web3/package.json @@ -30,15 +30,26 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/kms-web3" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "KMS", + "web3", + "ethereum", + "wallet" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/kv-store/package.json b/packages/kv-store/package.json index 43d072f16..3abb03933 100644 --- a/packages/kv-store/package.json +++ b/packages/kv-store/package.json @@ -44,12 +44,22 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/kv-store" + }, "author": "Niels Klomp ", + "contributors": [ + "Consensys Mesh R&D ", + "Simonas Karuzas ", + "Mircea Nistor " + ], "keywords": [ "Veramo", "Key Value Store", - "keyv" + "keyv", + "veramo-plugin" ], "license": "Apache-2.0", "type": "module", diff --git a/packages/message-handler/package.json b/packages/message-handler/package.json index f5be3d31c..461dfbe6c 100644 --- a/packages/message-handler/package.json +++ b/packages/message-handler/package.json @@ -26,15 +26,25 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/message-handler" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "aggregator", + "messaging", + "DIDComm" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/remote-client/package.json b/packages/remote-client/package.json index f12135e2f..1d9210a73 100644 --- a/packages/remote-client/package.json +++ b/packages/remote-client/package.json @@ -1,6 +1,6 @@ { "name": "@veramo/remote-client", - "description": "A remote client plugin for Veramo", + "description": "A remote client plugin for Veramo. Call the methods of a remote agent locally", "version": "5.5.0", "main": "build/index.js", "exports": "./build/index.js", @@ -28,12 +28,24 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/remote-client" + }, + "author": "Consensys Mesh R&D ", "contributors": [ + "Simonas Karuzas ", "Mircea Nistor " ], - "keywords": [], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "remote", + "OpenAPI" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/remote-server/package.json b/packages/remote-server/package.json index 4ff835d61..065a639dd 100644 --- a/packages/remote-server/package.json +++ b/packages/remote-server/package.json @@ -40,15 +40,26 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/remote-server" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - { - "name": "Mircea Nistor", - "email": "mircea.nistor@mesh.xyz" - } + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "remote", + "did:web", + "OpenAPI", + "Swagger" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/selective-disclosure/package.json b/packages/selective-disclosure/package.json index e827e445b..4be9be38d 100644 --- a/packages/selective-disclosure/package.json +++ b/packages/selective-disclosure/package.json @@ -40,12 +40,22 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/selective-disclosure" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - "Mircea Nistor mircea.nistor@mesh.xyz" + "Simonas Karuzas ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index f633e4f08..9b93a38b1 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -28,10 +28,22 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Mircea Nistor ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/test-utils" + }, + "author": "Consensys Mesh R&D ", + "contributors": [ + "Mircea Nistor " + ], "license": "Apache-2.0", - "keywords": [], + "keywords": [ + "Veramo", + "test", + "jest", + "util" + ], "type": "module", "moduleDirectories": [ "node_modules", diff --git a/packages/url-handler/package.json b/packages/url-handler/package.json index 8c5f4e873..147584aff 100644 --- a/packages/url-handler/package.json +++ b/packages/url-handler/package.json @@ -31,12 +31,22 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Simonas Karuzas ", + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/url-handler" + }, + "author": "Consensys Mesh R&D ", "contributors": [ - "Mircea Nistor ", + "Mircea Nistor " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin" ], - "keywords": [], "license": "Apache-2.0", "type": "module", "moduleDirectories": [ diff --git a/packages/utils/package.json b/packages/utils/package.json index 2a0a56b3f..4b499e816 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -37,9 +37,25 @@ "publishConfig": { "access": "public" }, - "repository": "git@github.com:uport-project/veramo.git", - "author": "Mircea Nistor ", - "keywords": [], + "repository": { + "type": "git", + "url": "https://github.com/decentralized-identity/veramo.git", + "directory": "packages/utils" + }, + "author": "Consensys Mesh R&D ", + "contributors": [ + "Mircea Nistor ", + "Simonas Karuzas " + ], + "keywords": [ + "Veramo", + "DID", + "Verifiable Credential", + "veramo-plugin", + "utils", + "encoding", + "crypto" + ], "license": "Apache-2.0", "type": "module", "moduleDirectories": [