Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jan 27, 2023
2 parents 583c6a7 + 977662a commit 0f0dc50
Show file tree
Hide file tree
Showing 60 changed files with 423 additions and 142 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)


### Bug Fixes

* **credential-ld:** fix defaultContexts file extensions ([#1086](https://github.com/uport-project/veramo/issues/1086)) ([2f57cb1](https://github.com/uport-project/veramo/commit/2f57cb1bef265a5930ceaeff6a8e9af987c3958e))
* **utils:** convert JWK with curv `Ed25519` to `X25519` ([#1078](https://github.com/uport-project/veramo/issues/1078)) ([deb546b](https://github.com/uport-project/veramo/commit/deb546ba94fa1dc51662adddbe303d63a0e7ce12))


### Features

* **did-comm:** add trust ping protocol ([#1080](https://github.com/uport-project/veramo/issues/1080)) ([fb22e63](https://github.com/uport-project/veramo/commit/fb22e632ef6dcce6a7dfec9a229c7be4d6d5c894))
* **did-comm:** support DIDComm Messaging attachments ([#1087](https://github.com/uport-project/veramo/issues/1087)) ([6679574](https://github.com/uport-project/veramo/commit/66795742a01d5390ad083610efd28a8fe59fb3a3)), closes [#612](https://github.com/uport-project/veramo/issues/612)
* **utils:** add publicKeyJwk as valid verificationMethod in getEthereumAddress ([#1096](https://github.com/uport-project/veramo/issues/1096)) ([a4209f5](https://github.com/uport-project/veramo/commit/a4209f5ffc95d9fde6bbdb9df6d16e8d961341f6))





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.0",
"version": "4.3.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)


### Features

* **did-comm:** add trust ping protocol ([#1080](https://github.com/uport-project/veramo/issues/1080)) ([fb22e63](https://github.com/uport-project/veramo/commit/fb22e632ef6dcce6a7dfec9a229c7be4d6d5c894))





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
44 changes: 22 additions & 22 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/cli",
"description": "Veramo command line application.",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/cli.js",
"types": "build/cli.d.ts",
"bin": {
Expand All @@ -18,27 +18,27 @@
"@microsoft/api-extractor-model": "^7.25.2",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
"@veramo/core": "^4.2.0",
"@veramo/credential-eip712": "^4.2.0",
"@veramo/credential-ld": "^4.2.0",
"@veramo/credential-w3c": "^4.2.0",
"@veramo/data-store": "^4.2.0",
"@veramo/did-comm": "^4.2.0",
"@veramo/did-discovery": "^4.2.0",
"@veramo/did-jwt": "^4.2.0",
"@veramo/did-manager": "^4.2.0",
"@veramo/did-provider-ethr": "^4.2.0",
"@veramo/did-provider-key": "^4.2.0",
"@veramo/did-provider-web": "^4.2.0",
"@veramo/did-resolver": "^4.2.0",
"@veramo/key-manager": "^4.2.0",
"@veramo/kms-local": "^4.2.0",
"@veramo/message-handler": "^4.2.0",
"@veramo/remote-client": "^4.2.0",
"@veramo/remote-server": "^4.2.0",
"@veramo/selective-disclosure": "^4.2.0",
"@veramo/url-handler": "^4.2.0",
"@veramo/utils": "^4.2.0",
"@veramo/core": "^4.3.0",
"@veramo/credential-eip712": "^4.3.0",
"@veramo/credential-ld": "^4.3.0",
"@veramo/credential-w3c": "^4.3.0",
"@veramo/data-store": "^4.3.0",
"@veramo/did-comm": "^4.3.0",
"@veramo/did-discovery": "^4.3.0",
"@veramo/did-jwt": "^4.3.0",
"@veramo/did-manager": "^4.3.0",
"@veramo/did-provider-ethr": "^4.3.0",
"@veramo/did-provider-key": "^4.3.0",
"@veramo/did-provider-web": "^4.3.0",
"@veramo/did-resolver": "^4.3.0",
"@veramo/key-manager": "^4.3.0",
"@veramo/kms-local": "^4.3.0",
"@veramo/message-handler": "^4.3.0",
"@veramo/remote-client": "^4.3.0",
"@veramo/remote-server": "^4.3.0",
"@veramo/selective-disclosure": "^4.3.0",
"@veramo/url-handler": "^4.3.0",
"@veramo/utils": "^4.3.0",
"blessed": "^0.1.81",
"commander": "^9.0.0",
"console-table-printer": "^2.10.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)


### Features

* **did-comm:** support DIDComm Messaging attachments ([#1087](https://github.com/uport-project/veramo/issues/1087)) ([6679574](https://github.com/uport-project/veramo/commit/66795742a01d5390ad083610efd28a8fe59fb3a3)), closes [#612](https://github.com/uport-project/veramo/issues/612)





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/core",
"description": "Veramo Core Logic & Interfaces.",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-eip712/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)

**Note:** Version bump only for package @veramo/credential-eip712





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/credential-eip712/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-eip712",
"description": "Veramo plugin for working with EIP712 Verifiable Credentials & Presentations.",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@metamask/eth-sig-util": "^5.0.0",
"@veramo/core": "^4.2.0",
"@veramo/utils": "^4.2.0",
"@veramo/core": "^4.3.0",
"@veramo/utils": "^4.3.0",
"debug": "^4.3.3",
"eip-712-types-generation": "^0.1.6"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/credential-ld/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)


### Bug Fixes

* **credential-ld:** fix defaultContexts file extensions ([#1086](https://github.com/uport-project/veramo/issues/1086)) ([2f57cb1](https://github.com/uport-project/veramo/commit/2f57cb1bef265a5930ceaeff6a8e9af987c3958e))





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/credential-ld/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/credential-ld",
"description": "Veramo plugin for working with W3C JSON-LD Verifiable Credentials & Presentations.",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -23,9 +23,9 @@
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.77",
"@transmute/json-web-signature": "^0.7.0-unstable.77",
"@veramo-community/lds-ecdsa-secp256k1-recovery2020": "uport-project/EcdsaSecp256k1RecoverySignature2020",
"@veramo/core": "^4.2.0",
"@veramo/did-resolver": "^4.2.0",
"@veramo/utils": "^4.2.0",
"@veramo/core": "^4.3.0",
"@veramo/did-resolver": "^4.3.0",
"@veramo/utils": "^4.3.0",
"cross-fetch": "^3.1.5",
"debug": "^4.3.3",
"did-resolver": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-status/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)

**Note:** Version bump only for package @veramo/credential-status





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/credential-status/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@veramo/credential-status",
"description": "Veramo plugin for resolving a credential status",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "pnpm exec veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.2.0",
"@veramo/utils": "^4.2.0",
"@veramo/core": "^4.3.0",
"@veramo/utils": "^4.3.0",
"credential-status": "^2.0.5",
"did-jwt": "^6.9.0",
"did-resolver": "^4.0.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/credential-w3c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)

**Note:** Version bump only for package @veramo/credential-w3c





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
14 changes: 7 additions & 7 deletions packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@veramo/credential-w3c",
"description": "Veramo plugin for working with W3C Verifiable Credentials & Presentations.",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "pnpm exec veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.2.0",
"@veramo/did-jwt": "^4.2.0",
"@veramo/did-resolver": "^4.2.0",
"@veramo/message-handler": "^4.2.0",
"@veramo/utils": "^4.2.0",
"@veramo/core": "^4.3.0",
"@veramo/did-jwt": "^4.3.0",
"@veramo/did-resolver": "^4.3.0",
"@veramo/message-handler": "^4.3.0",
"@veramo/utils": "^4.3.0",
"canonicalize": "^1.0.8",
"debug": "^4.3.3",
"did-jwt": "^6.11.0",
Expand All @@ -23,7 +23,7 @@
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@veramo/credential-ld": "^4.2.0"
"@veramo/credential-ld": "^4.3.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-store-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)

**Note:** Version bump only for package @veramo/data-store-json





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
14 changes: 7 additions & 7 deletions packages/data-store-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@veramo/data-store-json",
"description": "Veramo data storage based on a JSON tree",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
Expand All @@ -10,12 +10,12 @@
},
"dependencies": {
"@ungap/structured-clone": "^1.0.0",
"@veramo/core": "^4.2.0",
"@veramo/data-store": "^4.2.0",
"@veramo/did-discovery": "^4.2.0",
"@veramo/did-manager": "^4.2.0",
"@veramo/key-manager": "^4.2.0",
"@veramo/utils": "^4.2.0",
"@veramo/core": "^4.3.0",
"@veramo/data-store": "^4.3.0",
"@veramo/did-discovery": "^4.3.0",
"@veramo/did-manager": "^4.3.0",
"@veramo/key-manager": "^4.3.0",
"@veramo/utils": "^4.3.0",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"uuid": "^9.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/data-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/uport-project/veramo/compare/v4.2.0...v4.3.0) (2023-01-27)

**Note:** Version bump only for package @veramo/data-store





# [4.2.0](https://github.com/uport-project/veramo/compare/v4.1.2...v4.2.0) (2022-12-05)


Expand Down
12 changes: 6 additions & 6 deletions packages/data-store/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@veramo/data-store",
"description": "Veramo data storage plugin based on TypeORM database drivers",
"version": "4.2.0",
"version": "4.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "pnpm exec veramo dev extract-api"
},
"dependencies": {
"@veramo/core": "^4.2.0",
"@veramo/did-discovery": "^4.2.0",
"@veramo/did-manager": "^4.2.0",
"@veramo/key-manager": "^4.2.0",
"@veramo/utils": "^4.2.0",
"@veramo/core": "^4.3.0",
"@veramo/did-discovery": "^4.3.0",
"@veramo/did-manager": "^4.3.0",
"@veramo/key-manager": "^4.3.0",
"@veramo/utils": "^4.3.0",
"debug": "^4.3.3",
"did-jwt-vc": "^3.1.0",
"typeorm": "^0.3.10",
Expand Down
Loading

0 comments on commit 0f0dc50

Please sign in to comment.