-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use DIF URLs in packages (#1271)
* fix: update package.json entries with new links * docs: add keywords to packages
- Loading branch information
Showing
37 changed files
with
573 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,12 +120,22 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Simonas Karuzas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/cli" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
"Mircea Nistor <[email protected]" | ||
"Simonas Karuzas <[email protected]>", | ||
"Mircea Nistor <[email protected]>" | ||
], | ||
"keywords": [ | ||
"Veramo", | ||
"CLI", | ||
"DID", | ||
"Verifiable Credential" | ||
], | ||
"keywords": [], | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"moduleDirectories": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,12 +52,21 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Simonas Karuzas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/core-types" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
"Simonas Karuzas <[email protected]>", | ||
"Mircea Nistor <[email protected]>" | ||
], | ||
"keywords": [], | ||
"keywords": [ | ||
"Veramo", | ||
"DID", | ||
"Verifiable Credential" | ||
], | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"moduleDirectories": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,12 +33,22 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Simonas Karuzas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/core" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
"Simonas Karuzas <[email protected]>", | ||
"Mircea Nistor <[email protected]>" | ||
], | ||
"keywords": [], | ||
"keywords": [ | ||
"Veramo", | ||
"DID", | ||
"Verifiable Credential", | ||
"plugin host" | ||
], | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"moduleDirectories": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,19 +38,26 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Nick Reynolds <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/credential-eip712" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
{ | ||
"name": "Simonas Karuzas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Italo Borssatto", | ||
"email": "[email protected]" | ||
} | ||
"Nick Reynolds <[email protected]>", | ||
"Italo Borssatto", | ||
"Mircea Nistor <[email protected]>", | ||
"Simonas Karuzas <[email protected]>" | ||
], | ||
"keywords": [ | ||
"Veramo", | ||
"DID", | ||
"Verifiable Credential", | ||
"EIP712", | ||
"EthereumEIP712Signature2021", | ||
"veramo-plugin" | ||
], | ||
"keywords": [], | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"moduleDirectories": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,9 +53,30 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Mircea Nistor <[email protected]>", | ||
"keywords": [], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/credential-ld" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
"Mircea Nistor <[email protected]>", | ||
"Simonas Karuzas <[email protected]>", | ||
"Nick Reynolds <[email protected]>" | ||
], | ||
"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": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,25 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/credential-status" | ||
}, | ||
"author": "Konstantin Tsabolov <[email protected]>", | ||
"contributors": [], | ||
"keywords": [], | ||
"contributors": [ | ||
"Consensys Mesh R&D <[email protected]>", | ||
"Simonas Karuzas <[email protected]>", | ||
"Mircea Nistor <[email protected]>" | ||
], | ||
"keywords": [ | ||
"Veramo", | ||
"DID", | ||
"Verifiable Credential", | ||
"credentialStatus", | ||
"aggregator", | ||
"veramo-plugin" | ||
], | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"moduleDirectories": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,12 +41,26 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Simonas Karuzas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/credential-w3c" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
"Simonas Karuzas <[email protected]>", | ||
"Mircea Nistor <[email protected]>" | ||
], | ||
"keywords": [], | ||
"keywords": [ | ||
"Veramo", | ||
"DID", | ||
"Verifiable Credential", | ||
"JWT", | ||
"W3C", | ||
"aggregator", | ||
"vc-jwt", | ||
"veramo-plugin" | ||
], | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"moduleDirectories": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,27 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Mircea Nistor <[email protected]>", | ||
"keywords": [], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/data-store-json" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
"Mircea Nistor <[email protected]>", | ||
"Simonas Karuzas <[email protected]>" | ||
], | ||
"keywords": [ | ||
"Veramo", | ||
"DID", | ||
"Verifiable Credential", | ||
"data store", | ||
"database", | ||
"JSON", | ||
"veramo-plugin", | ||
"local-storage", | ||
"session-storage" | ||
], | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
"moduleDirectories": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,12 +34,25 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:uport-project/veramo.git", | ||
"author": "Simonas Karuzas <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/decentralized-identity/veramo.git", | ||
"directory": "packages/data-store" | ||
}, | ||
"author": "Consensys Mesh R&D <[email protected]>", | ||
"contributors": [ | ||
"Simonas Karuzas <[email protected]>", | ||
"Mircea Nistor <[email protected]>" | ||
], | ||
"keywords": [], | ||
"keywords": [ | ||
"Veramo", | ||
"DID", | ||
"Verifiable Credential", | ||
"data store", | ||
"TypeORM", | ||
"database", | ||
"veramo-plugin" | ||
], | ||
"license": "Apache-2.0", | ||
"type": "module" | ||
} |
Oops, something went wrong.