From 62f23ee2e0e590bfd4f8859eddaa27d73595ffe4 Mon Sep 17 00:00:00 2001 From: uport-automation-bot Date: Tue, 1 Aug 2023 15:01:44 +0000 Subject: [PATCH] chore(release): v5.4.0 [skip ci] --- CHANGELOG.md | 17 +++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 12 ++ packages/cli/package.json | 2 +- packages/core-types/CHANGELOG.md | 11 ++ packages/core-types/package.json | 2 +- packages/core/CHANGELOG.md | 11 ++ packages/core/package.json | 2 +- packages/credential-eip712/CHANGELOG.md | 11 ++ packages/credential-eip712/package.json | 2 +- packages/credential-ld/CHANGELOG.md | 12 ++ packages/credential-ld/package.json | 2 +- packages/credential-status/CHANGELOG.md | 11 ++ packages/credential-status/package.json | 2 +- packages/credential-w3c/CHANGELOG.md | 12 ++ packages/credential-w3c/package.json | 4 +- packages/data-store-json/CHANGELOG.md | 11 ++ packages/data-store-json/package.json | 2 +- packages/data-store/CHANGELOG.md | 11 ++ packages/data-store/package.json | 2 +- packages/did-comm/CHANGELOG.md | 11 ++ packages/did-comm/package.json | 2 +- packages/did-discovery/CHANGELOG.md | 8 + packages/did-discovery/package.json | 2 +- packages/did-jwt/CHANGELOG.md | 11 ++ packages/did-jwt/package.json | 2 +- packages/did-manager/CHANGELOG.md | 8 + packages/did-manager/package.json | 2 +- packages/did-provider-ethr/CHANGELOG.md | 11 ++ packages/did-provider-ethr/package.json | 2 +- packages/did-provider-ion/CHANGELOG.md | 11 ++ packages/did-provider-ion/package.json | 2 +- packages/did-provider-jwk/CHANGELOG.md | 11 ++ packages/did-provider-jwk/package.json | 2 +- packages/did-provider-key/CHANGELOG.md | 11 ++ packages/did-provider-key/package.json | 2 +- packages/did-provider-peer/CHANGELOG.md | 11 ++ packages/did-provider-peer/package.json | 2 +- packages/did-provider-pkh/CHANGELOG.md | 11 ++ packages/did-provider-pkh/package.json | 2 +- packages/did-provider-web/CHANGELOG.md | 8 + packages/did-provider-web/package.json | 2 +- packages/did-resolver/CHANGELOG.md | 11 ++ packages/did-resolver/package.json | 2 +- packages/key-manager/CHANGELOG.md | 11 ++ packages/key-manager/package.json | 2 +- packages/kms-local/CHANGELOG.md | 11 ++ packages/kms-local/package.json | 2 +- packages/kms-web3/CHANGELOG.md | 8 + packages/kms-web3/package.json | 2 +- packages/kv-store/CHANGELOG.md | 11 ++ packages/kv-store/package.json | 2 +- packages/message-handler/CHANGELOG.md | 8 + packages/message-handler/package.json | 2 +- packages/remote-client/CHANGELOG.md | 11 ++ packages/remote-client/package.json | 2 +- packages/remote-server/CHANGELOG.md | 11 ++ packages/remote-server/package.json | 2 +- packages/selective-disclosure/CHANGELOG.md | 12 ++ packages/selective-disclosure/package.json | 2 +- packages/test-react-app/CHANGELOG.md | 11 ++ packages/test-react-app/package.json | 2 +- packages/test-utils/CHANGELOG.md | 11 ++ packages/test-utils/package.json | 2 +- packages/url-handler/CHANGELOG.md | 8 + packages/url-handler/package.json | 2 +- packages/utils/CHANGELOG.md | 12 ++ packages/utils/package.json | 2 +- pnpm-lock.yaml | 166 ++------------------- 69 files changed, 414 insertions(+), 189 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71ad8946..84031e1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Bug Fixes + +* **deps:** Update dependency @aviarytech/did-peer to ^0.0.21 ([1f84ae7](https://github.com/uport-project/veramo/commit/1f84ae7140d3e58e9117ec6969ad118ad2f1d9e5)) + + +### Features + +* **credential-w3c:** allow issuers with query parameters for credentials and presentations ([#1207](https://github.com/uport-project/veramo/issues/1207)) ([688f59d](https://github.com/uport-project/veramo/commit/688f59d6b492bc25bc51bbe73be969d6c30a958d)), closes [#1201](https://github.com/uport-project/veramo/issues/1201) +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/lerna.json b/lerna.json index 18ec7d326..af37ac673 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.3.0", + "version": "5.4.0", "npmClient": "pnpm", "changelog": { "repo": "uport-project/veramo", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0e5504cce..eecc40f3b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **credential-w3c:** allow issuers with query parameters for credentials and presentations ([#1207](https://github.com/uport-project/veramo/issues/1207)) ([688f59d](https://github.com/uport-project/veramo/commit/688f59d6b492bc25bc51bbe73be969d6c30a958d)), closes [#1201](https://github.com/uport-project/veramo/issues/1201) +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/cli/package.json b/packages/cli/package.json index 37b77a1bb..733a85bc6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/cli", "description": "Veramo command line application.", - "version": "5.3.0", + "version": "5.4.0", "exports": { ".": { "types": "./build/cli.d.ts", diff --git a/packages/core-types/CHANGELOG.md b/packages/core-types/CHANGELOG.md index 95ea3f8b8..a964d5f0a 100644 --- a/packages/core-types/CHANGELOG.md +++ b/packages/core-types/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/core-types diff --git a/packages/core-types/package.json b/packages/core-types/package.json index 9c480187a..297346cf2 100644 --- a/packages/core-types/package.json +++ b/packages/core-types/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/core-types", "description": "Veramo Core Logic & Interfaces.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ac277b924..5ed1c56ab 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/core/package.json b/packages/core/package.json index c4496df48..60de0bafd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/core", "description": "Veramo Core Logic & Interfaces.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": "./build/index.js", diff --git a/packages/credential-eip712/CHANGELOG.md b/packages/credential-eip712/CHANGELOG.md index a1bc31e99..91eccc61c 100644 --- a/packages/credential-eip712/CHANGELOG.md +++ b/packages/credential-eip712/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **credential-w3c:** allow issuers with query parameters for credentials and presentations ([#1207](https://github.com/uport-project/veramo/issues/1207)) ([688f59d](https://github.com/uport-project/veramo/commit/688f59d6b492bc25bc51bbe73be969d6c30a958d)), closes [#1201](https://github.com/uport-project/veramo/issues/1201) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/credential-eip712/package.json b/packages/credential-eip712/package.json index d141ae52c..4ac601110 100644 --- a/packages/credential-eip712/package.json +++ b/packages/credential-eip712/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/credential-eip712", "description": "Veramo plugin for working with EIP712 Verifiable Credentials & Presentations.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": "./build/index.js", diff --git a/packages/credential-ld/CHANGELOG.md b/packages/credential-ld/CHANGELOG.md index d26b68429..348528406 100644 --- a/packages/credential-ld/CHANGELOG.md +++ b/packages/credential-ld/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **credential-w3c:** allow issuers with query parameters for credentials and presentations ([#1207](https://github.com/uport-project/veramo/issues/1207)) ([688f59d](https://github.com/uport-project/veramo/commit/688f59d6b492bc25bc51bbe73be969d6c30a958d)), closes [#1201](https://github.com/uport-project/veramo/issues/1201) +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/credential-ld diff --git a/packages/credential-ld/package.json b/packages/credential-ld/package.json index 2571c572d..0e0d2c515 100644 --- a/packages/credential-ld/package.json +++ b/packages/credential-ld/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/credential-ld", "description": "Veramo plugin for working with W3C JSON-LD Verifiable Credentials & Presentations.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": "./build/index.js", diff --git a/packages/credential-status/CHANGELOG.md b/packages/credential-status/CHANGELOG.md index aabc6da5d..b7c18146b 100644 --- a/packages/credential-status/CHANGELOG.md +++ b/packages/credential-status/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/credential-status diff --git a/packages/credential-status/package.json b/packages/credential-status/package.json index 2ed59a87f..4e96a00f4 100644 --- a/packages/credential-status/package.json +++ b/packages/credential-status/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/credential-status", "description": "Veramo plugin for resolving a credential status", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/credential-w3c/CHANGELOG.md b/packages/credential-w3c/CHANGELOG.md index 56e57046b..65987ff4f 100644 --- a/packages/credential-w3c/CHANGELOG.md +++ b/packages/credential-w3c/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **credential-w3c:** allow issuers with query parameters for credentials and presentations ([#1207](https://github.com/uport-project/veramo/issues/1207)) ([688f59d](https://github.com/uport-project/veramo/commit/688f59d6b492bc25bc51bbe73be969d6c30a958d)), closes [#1201](https://github.com/uport-project/veramo/issues/1201) +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/credential-w3c/package.json b/packages/credential-w3c/package.json index ceff2d4e3..89785c6fb 100644 --- a/packages/credential-w3c/package.json +++ b/packages/credential-w3c/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/credential-w3c", "description": "Veramo plugin for working with W3C Verifiable Credentials & Presentations.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": "./build/index.js", @@ -24,7 +24,7 @@ "uuid": "^9.0.0" }, "optionalDependencies": { - "@veramo/credential-ld": "^5.3.0" + "@veramo/credential-ld": "^5.4.0" }, "devDependencies": { "@types/debug": "4.1.8", diff --git a/packages/data-store-json/CHANGELOG.md b/packages/data-store-json/CHANGELOG.md index 1afc788fa..4df672013 100644 --- a/packages/data-store-json/CHANGELOG.md +++ b/packages/data-store-json/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/data-store-json diff --git a/packages/data-store-json/package.json b/packages/data-store-json/package.json index 7c60b9b1c..f747f9215 100644 --- a/packages/data-store-json/package.json +++ b/packages/data-store-json/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/data-store-json", "description": "Veramo data storage based on a JSON tree", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/data-store/CHANGELOG.md b/packages/data-store/CHANGELOG.md index eff1bb19c..b5ec8a405 100644 --- a/packages/data-store/CHANGELOG.md +++ b/packages/data-store/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/data-store diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 48c2bc939..4bf0ff71a 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/data-store", "description": "Veramo data storage plugin based on TypeORM database drivers", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/did-comm/CHANGELOG.md b/packages/did-comm/CHANGELOG.md index be168bb05..3bef474ce 100644 --- a/packages/did-comm/CHANGELOG.md +++ b/packages/did-comm/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/did-comm/package.json b/packages/did-comm/package.json index 16f86d14e..d25dafe88 100644 --- a/packages/did-comm/package.json +++ b/packages/did-comm/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-comm", "description": "Veramo messaging plugin implementing DIDComm v2.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": "./build/index.js", diff --git a/packages/did-discovery/CHANGELOG.md b/packages/did-discovery/CHANGELOG.md index 6899425f6..7cf9763c2 100644 --- a/packages/did-discovery/CHANGELOG.md +++ b/packages/did-discovery/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + +**Note:** Version bump only for package @veramo/did-discovery + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/did-discovery diff --git a/packages/did-discovery/package.json b/packages/did-discovery/package.json index 54bbbb61e..52af502db 100644 --- a/packages/did-discovery/package.json +++ b/packages/did-discovery/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-discovery", "description": "Veramo DID discovery plugin", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": "./build/index.js", diff --git a/packages/did-jwt/CHANGELOG.md b/packages/did-jwt/CHANGELOG.md index 4dd54d026..88baff5f9 100644 --- a/packages/did-jwt/CHANGELOG.md +++ b/packages/did-jwt/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/did-jwt diff --git a/packages/did-jwt/package.json b/packages/did-jwt/package.json index a47f3a975..ab32ce1d5 100644 --- a/packages/did-jwt/package.json +++ b/packages/did-jwt/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-jwt", "description": "Veramo message validator plugin for decoding and verifying JWT payloads.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-manager/CHANGELOG.md b/packages/did-manager/CHANGELOG.md index 1d1b9675a..67993ab81 100644 --- a/packages/did-manager/CHANGELOG.md +++ b/packages/did-manager/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + +**Note:** Version bump only for package @veramo/did-manager + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/did-manager diff --git a/packages/did-manager/package.json b/packages/did-manager/package.json index 0e077f5d9..aaf36dba8 100644 --- a/packages/did-manager/package.json +++ b/packages/did-manager/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-manager", "description": "Veramo DID manager plugin", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-provider-ethr/CHANGELOG.md b/packages/did-provider-ethr/CHANGELOG.md index fcbb7b80d..e5d6d8a9d 100644 --- a/packages/did-provider-ethr/CHANGELOG.md +++ b/packages/did-provider-ethr/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/did-provider-ethr diff --git a/packages/did-provider-ethr/package.json b/packages/did-provider-ethr/package.json index ff49d3c2b..d3c31d95c 100644 --- a/packages/did-provider-ethr/package.json +++ b/packages/did-provider-ethr/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-provider-ethr", "description": "Veramo ethr-did based identity controller plugin.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-provider-ion/CHANGELOG.md b/packages/did-provider-ion/CHANGELOG.md index e9392fd47..d1cedce27 100644 --- a/packages/did-provider-ion/CHANGELOG.md +++ b/packages/did-provider-ion/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/did-provider-ion/package.json b/packages/did-provider-ion/package.json index 349577a6c..b5c1011f1 100644 --- a/packages/did-provider-ion/package.json +++ b/packages/did-provider-ion/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-provider-ion", "description": "Veramo ion-did based identity controller plugin.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-provider-jwk/CHANGELOG.md b/packages/did-provider-jwk/CHANGELOG.md index 81e3dbe98..69578ec63 100644 --- a/packages/did-provider-jwk/CHANGELOG.md +++ b/packages/did-provider-jwk/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/did-provider-jwk diff --git a/packages/did-provider-jwk/package.json b/packages/did-provider-jwk/package.json index 7cdd30a05..3fad3898f 100644 --- a/packages/did-provider-jwk/package.json +++ b/packages/did-provider-jwk/package.json @@ -1,6 +1,6 @@ { "name": "@veramo/did-provider-jwk", - "version": "5.3.0", + "version": "5.4.0", "description": "Veramo plugin that can enable creation and control of did:jwk identifiers.", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-provider-key/CHANGELOG.md b/packages/did-provider-key/CHANGELOG.md index 56d55369f..137a6460c 100644 --- a/packages/did-provider-key/CHANGELOG.md +++ b/packages/did-provider-key/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/did-provider-key/package.json b/packages/did-provider-key/package.json index 43ac91df6..8f6685808 100644 --- a/packages/did-provider-key/package.json +++ b/packages/did-provider-key/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-provider-key", "description": "Veramo plugin that can enable creation and control of did:key identifiers.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-provider-peer/CHANGELOG.md b/packages/did-provider-peer/CHANGELOG.md index 296c85a80..f88935cfe 100644 --- a/packages/did-provider-peer/CHANGELOG.md +++ b/packages/did-provider-peer/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Bug Fixes + +* **deps:** Update dependency @aviarytech/did-peer to ^0.0.21 ([1f84ae7](https://github.com/uport-project/veramo/commit/1f84ae7140d3e58e9117ec6969ad118ad2f1d9e5)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/did-provider-peer/package.json b/packages/did-provider-peer/package.json index c14621a1d..fd51203c7 100644 --- a/packages/did-provider-peer/package.json +++ b/packages/did-provider-peer/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-provider-peer", "description": "Veramo plugin that can enable creation and control of did:peer identifiers.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-provider-pkh/CHANGELOG.md b/packages/did-provider-pkh/CHANGELOG.md index 38bc76306..262264dd3 100644 --- a/packages/did-provider-pkh/CHANGELOG.md +++ b/packages/did-provider-pkh/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/did-provider-pkh diff --git a/packages/did-provider-pkh/package.json b/packages/did-provider-pkh/package.json index 0b232b943..1b2f4bfc2 100644 --- a/packages/did-provider-pkh/package.json +++ b/packages/did-provider-pkh/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-provider-pkh", "description": "Veramo plugin that can enable creation and control of did:pkh identifiers.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-provider-web/CHANGELOG.md b/packages/did-provider-web/CHANGELOG.md index 5918cdc1c..bf36dca5f 100644 --- a/packages/did-provider-web/CHANGELOG.md +++ b/packages/did-provider-web/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + +**Note:** Version bump only for package @veramo/did-provider-web + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/did-provider-web diff --git a/packages/did-provider-web/package.json b/packages/did-provider-web/package.json index 8bb5d6681..33ba687d3 100644 --- a/packages/did-provider-web/package.json +++ b/packages/did-provider-web/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-provider-web", "description": "Veramo plugin that can enable creation and control of did:web identifiers.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/did-resolver/CHANGELOG.md b/packages/did-resolver/CHANGELOG.md index 59619481e..14200b985 100644 --- a/packages/did-resolver/CHANGELOG.md +++ b/packages/did-resolver/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/did-resolver/package.json b/packages/did-resolver/package.json index 458ff6237..d9e183092 100644 --- a/packages/did-resolver/package.json +++ b/packages/did-resolver/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/did-resolver", "description": "A DID resolver plugin for Veramo", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/key-manager/CHANGELOG.md b/packages/key-manager/CHANGELOG.md index 5ef760746..9fbfc0daa 100644 --- a/packages/key-manager/CHANGELOG.md +++ b/packages/key-manager/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/key-manager diff --git a/packages/key-manager/package.json b/packages/key-manager/package.json index 8756d3a2f..421bd50da 100644 --- a/packages/key-manager/package.json +++ b/packages/key-manager/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/key-manager", "description": "Key Manager plugin for Veramo", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/kms-local/CHANGELOG.md b/packages/kms-local/CHANGELOG.md index 144b9c568..783acf1dd 100644 --- a/packages/kms-local/CHANGELOG.md +++ b/packages/kms-local/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/kms-local diff --git a/packages/kms-local/package.json b/packages/kms-local/package.json index b8b0e1ea0..a319a5006 100644 --- a/packages/kms-local/package.json +++ b/packages/kms-local/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/kms-local", "description": "Veramo KMS implementation that provides Ed25519 and secp256k1 crypto", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/kms-web3/CHANGELOG.md b/packages/kms-web3/CHANGELOG.md index 7727f4940..f6fab80a3 100644 --- a/packages/kms-web3/CHANGELOG.md +++ b/packages/kms-web3/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + +**Note:** Version bump only for package @veramo/kms-web3 + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/kms-web3 diff --git a/packages/kms-web3/package.json b/packages/kms-web3/package.json index e5481d534..b0ef66bd5 100644 --- a/packages/kms-web3/package.json +++ b/packages/kms-web3/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/kms-web3", "description": "Veramo KMS implementation backed by web3 wallets", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/kv-store/CHANGELOG.md b/packages/kv-store/CHANGELOG.md index 5784d909c..d56aedb58 100644 --- a/packages/kv-store/CHANGELOG.md +++ b/packages/kv-store/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/kv-store/package.json b/packages/kv-store/package.json index 7d53e1d4e..9a4e3cc6c 100644 --- a/packages/kv-store/package.json +++ b/packages/kv-store/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/kv-store", "description": "Veramo Key Value Store plugin", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/message-handler/CHANGELOG.md b/packages/message-handler/CHANGELOG.md index 564dfa534..7336c2ea6 100644 --- a/packages/message-handler/CHANGELOG.md +++ b/packages/message-handler/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + +**Note:** Version bump only for package @veramo/message-handler + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/message-handler diff --git a/packages/message-handler/package.json b/packages/message-handler/package.json index a8900d280..71f71420c 100644 --- a/packages/message-handler/package.json +++ b/packages/message-handler/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/message-handler", "description": "Message Handler plugin for Veramo", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/remote-client/CHANGELOG.md b/packages/remote-client/CHANGELOG.md index ce83cfdc9..c42d6674e 100644 --- a/packages/remote-client/CHANGELOG.md +++ b/packages/remote-client/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/remote-client diff --git a/packages/remote-client/package.json b/packages/remote-client/package.json index c99c2ae3c..f94bcde0d 100644 --- a/packages/remote-client/package.json +++ b/packages/remote-client/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/remote-client", "description": "A remote client plugin for Veramo", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/remote-server/CHANGELOG.md b/packages/remote-server/CHANGELOG.md index 5f56c4a51..bd1b68c61 100644 --- a/packages/remote-server/CHANGELOG.md +++ b/packages/remote-server/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/remote-server diff --git a/packages/remote-server/package.json b/packages/remote-server/package.json index 6ca03c2c1..fa3173bdd 100644 --- a/packages/remote-server/package.json +++ b/packages/remote-server/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/remote-server", "description": "Express.js module that can expose some agent methods and messaging endpoints", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/selective-disclosure/CHANGELOG.md b/packages/selective-disclosure/CHANGELOG.md index 727453dee..fa1fb1afa 100644 --- a/packages/selective-disclosure/CHANGELOG.md +++ b/packages/selective-disclosure/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **credential-w3c:** allow issuers with query parameters for credentials and presentations ([#1207](https://github.com/uport-project/veramo/issues/1207)) ([688f59d](https://github.com/uport-project/veramo/commit/688f59d6b492bc25bc51bbe73be969d6c30a958d)), closes [#1201](https://github.com/uport-project/veramo/issues/1201) +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/selective-disclosure diff --git a/packages/selective-disclosure/package.json b/packages/selective-disclosure/package.json index addb50961..4ea4eedac 100644 --- a/packages/selective-disclosure/package.json +++ b/packages/selective-disclosure/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/selective-disclosure", "description": "Veramo plugin to enable the uPort selective disclosure protocol with W3C compatibility.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": { ".": "./build/index.js", diff --git a/packages/test-react-app/CHANGELOG.md b/packages/test-react-app/CHANGELOG.md index a83556fd7..642b460c1 100644 --- a/packages/test-react-app/CHANGELOG.md +++ b/packages/test-react-app/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/test-react-app diff --git a/packages/test-react-app/package.json b/packages/test-react-app/package.json index 996620340..02421f2b6 100644 --- a/packages/test-react-app/package.json +++ b/packages/test-react-app/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/test-react-app", "description": "This package is only meant for testing that veramo core dependencies function in a react environment.", - "version": "5.3.0", + "version": "5.4.0", "private": true, "dependencies": { "@veramo/core": "workspace:*", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 37f9af4da..1837e7010 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/test-utils diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 1013214cb..bdd2b7a01 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -2,7 +2,7 @@ "name": "@veramo/test-utils", "private": true, "description": "Helper methods for Veramo integration tests. This package is not meant to be used in production.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/url-handler/CHANGELOG.md b/packages/url-handler/CHANGELOG.md index 5481111fe..10b926d6f 100644 --- a/packages/url-handler/CHANGELOG.md +++ b/packages/url-handler/CHANGELOG.md @@ -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. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + +**Note:** Version bump only for package @veramo/url-handler + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) **Note:** Version bump only for package @veramo/url-handler diff --git a/packages/url-handler/package.json b/packages/url-handler/package.json index ac224fe81..783dcc3e9 100644 --- a/packages/url-handler/package.json +++ b/packages/url-handler/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/url-handler", "description": "Veramo message handler plugin to decode URL messages.", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 636ee5e63..04f58cafe 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.4.0](https://github.com/uport-project/veramo/compare/v5.3.0...v5.4.0) (2023-08-01) + + +### Features + +* **credential-w3c:** allow issuers with query parameters for credentials and presentations ([#1207](https://github.com/uport-project/veramo/issues/1207)) ([688f59d](https://github.com/uport-project/veramo/commit/688f59d6b492bc25bc51bbe73be969d6c30a958d)), closes [#1201](https://github.com/uport-project/veramo/issues/1201) +* **did-comm:** add support for the AES based content and key encryption algorithms ([#1180](https://github.com/uport-project/veramo/issues/1180)) ([5294a81](https://github.com/uport-project/veramo/commit/5294a812ee578c0712b54f216416c3ef78c848da)) + + + + + # [5.3.0](https://github.com/uport-project/veramo/compare/v5.2.0...v5.3.0) (2023-07-27) diff --git a/packages/utils/package.json b/packages/utils/package.json index 35899cedc..10d946f52 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@veramo/utils", "description": "Helper methods for Veramo plugins", - "version": "5.3.0", + "version": "5.4.0", "main": "build/index.js", "exports": "./build/index.js", "types": "build/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40f3291ee..1be3eb07c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -131,7 +131,7 @@ importers: version: 21.0.5 ts-jest: specifier: 29.1.0 - version: 29.1.0(@babel/core@7.20.12)(jest@29.5.0)(typescript@5.1.3) + version: 29.1.0(@babel/core@7.22.5)(babel-jest@29.5.0)(jest@29.5.0)(typescript@5.1.3) ts-json-schema-generator: specifier: 1.2.0 version: 1.2.0 @@ -140,7 +140,7 @@ importers: version: 10.9.1(@types/node@20.3.0)(typescript@5.1.3) typeorm: specifier: 0.3.16 - version: 0.3.16(ts-node@10.9.1) + version: 0.3.16(pg@8.11.0)(sqlite3@5.1.6)(ts-node@10.9.1) typescript: specifier: 5.1.3 version: 5.1.3 @@ -557,7 +557,7 @@ importers: version: 9.0.0 optionalDependencies: '@veramo/credential-ld': - specifier: ^5.3.0 + specifier: ^5.4.0 version: link:../credential-ld devDependencies: '@types/debug': @@ -2719,6 +2719,7 @@ packages: dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} @@ -3320,21 +3321,6 @@ packages: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-typescript@7.22.3(@babel/core@7.22.5): - resolution: {integrity: sha512-pyjnCIniO5PNaEuGxT28h0HbMru3qCVrMqVgVOz/krComdIrY9W6FCLBq9NWHY8HDGaUlan+UhmZElDENIfCcw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.5) - transitivePeerDependencies: - - supports-color - dev: false - /@babel/plugin-transform-typescript@7.22.9(@babel/core@7.22.5): resolution: {integrity: sha512-BnVR1CpKiuD0iobHPaM1iLvcwPYN2uVFAqoLVSpEDKWuOikoCv5HbKLxclhKYUXlWkX86DoZGtqI4XhbOsyrMg==} engines: {node: '>=6.9.0'} @@ -4409,7 +4395,7 @@ packages: qrcode-terminal: 0.11.0 requireg: 0.2.2 resolve-from: 5.0.0 - semver: 6.3.0 + semver: 6.3.1 send: 0.18.0 slugify: 1.6.6 structured-headers: 0.4.1 @@ -6045,7 +6031,7 @@ packages: node-stream-zip: 1.15.0 ora: 5.4.1 prompts: 2.4.2 - semver: 6.3.0 + semver: 6.3.1 strip-ansi: 5.2.0 sudo-prompt: 9.2.1 wcwidth: 1.0.1 @@ -6141,7 +6127,7 @@ packages: node-fetch: 2.6.12 open: 6.4.0 ora: 5.4.1 - semver: 6.3.0 + semver: 6.3.1 shell-quote: 1.8.1 transitivePeerDependencies: - encoding @@ -6174,7 +6160,7 @@ packages: fs-extra: 8.1.0 graceful-fs: 4.2.11 prompts: 2.4.2 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - '@babel/core' - bufferutil @@ -8849,7 +8835,7 @@ packages: '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.5) '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.5) '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.5) '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.5) '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.5) @@ -9299,7 +9285,6 @@ packages: /buffer-writer@2.0.0: resolution: {integrity: sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==} engines: {node: '>=4'} - dev: false /buffer-xor@1.0.3: resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} @@ -15621,7 +15606,7 @@ packages: '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5) '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) '@babel/preset-env': 7.22.4(@babel/core@7.22.5) '@babel/preset-flow': 7.21.4(@babel/core@7.22.5) '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) @@ -16732,7 +16717,7 @@ packages: '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.22.5) '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.5) '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.22.5) '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.5) '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.22.5) @@ -16744,7 +16729,7 @@ packages: '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.22.5) '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.5) '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.5) - '@babel/plugin-transform-typescript': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-typescript': 7.22.9(@babel/core@7.22.5) '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.5) '@babel/template': 7.22.5 react-refresh: 0.4.3 @@ -18328,7 +18313,6 @@ packages: /packet-reader@1.0.0: resolution: {integrity: sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==} - dev: false /pacote@15.2.0: resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} @@ -18586,17 +18570,14 @@ packages: /pg-cloudflare@1.1.1: resolution: {integrity: sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==} requiresBuild: true - dev: false optional: true /pg-connection-string@2.6.2: resolution: {integrity: sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==} - dev: false /pg-int8@1.0.1: resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==} engines: {node: '>=4.0.0'} - dev: false /pg-pool@3.6.1(pg@8.11.0): resolution: {integrity: sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==} @@ -18604,11 +18585,9 @@ packages: pg: '>=8.0' dependencies: pg: 8.11.0 - dev: false /pg-protocol@1.6.0: resolution: {integrity: sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==} - dev: false /pg-types@2.2.0: resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} @@ -18619,7 +18598,6 @@ packages: postgres-bytea: 1.0.0 postgres-date: 1.0.7 postgres-interval: 1.2.0 - dev: false /pg@8.11.0: resolution: {integrity: sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA==} @@ -18639,13 +18617,11 @@ packages: pgpass: 1.0.5 optionalDependencies: pg-cloudflare: 1.1.1 - dev: false /pgpass@1.0.5: resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==} dependencies: split2: 4.1.0 - dev: false /picocolors@0.2.1: resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} @@ -19519,24 +19495,20 @@ packages: /postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} engines: {node: '>=4'} - dev: false /postgres-bytea@1.0.0: resolution: {integrity: sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==} engines: {node: '>=0.10.0'} - dev: false /postgres-date@1.0.7: resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==} engines: {node: '>=0.10.0'} - dev: false /postgres-interval@1.2.0: resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==} engines: {node: '>=0.10.0'} dependencies: xtend: 4.0.2 - dev: false /prelude-ls@1.1.2: resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} @@ -21427,7 +21399,6 @@ packages: /split2@4.1.0: resolution: {integrity: sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==} engines: {node: '>= 10.x'} - dev: false /split@1.0.1: resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} @@ -22215,40 +22186,6 @@ packages: dev: false optional: true - /ts-jest@29.1.0(@babel/core@7.20.12)(jest@29.5.0)(typescript@5.1.3): - resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@jest/types': ^29.0.0 - babel-jest: ^29.0.0 - esbuild: '*' - jest: ^29.0.0 - typescript: '>=4.3 <6' - peerDependenciesMeta: - '@babel/core': - optional: true - '@jest/types': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.20.12 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 29.5.0(@types/node@20.3.0)(ts-node@10.9.1) - jest-util: 29.5.0 - json5: 2.2.3 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 5.1.3 - yargs-parser: 21.1.1 - dev: true - /ts-jest@29.1.0(@babel/core@7.22.5)(babel-jest@29.5.0)(jest@29.5.0)(typescript@5.1.3): resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -22563,85 +22500,6 @@ packages: yargs: 17.6.2 transitivePeerDependencies: - supports-color - dev: false - - /typeorm@0.3.16(ts-node@10.9.1): - resolution: {integrity: sha512-wJ4Qy1oqRKNDdZiBTTaVMqwo/XxC52Q7uNPTjltPgLhvIW173bL6Iad0lhptMOsFlpixFPaUu3PNziaRBwX2Zw==} - engines: {node: '>= 12.9.0'} - hasBin: true - peerDependencies: - '@google-cloud/spanner': ^5.18.0 - '@sap/hana-client': ^2.12.25 - better-sqlite3: ^7.1.2 || ^8.0.0 - hdb-pool: ^0.1.6 - ioredis: ^5.0.4 - mongodb: ^5.2.0 - mssql: ^9.1.1 - mysql2: ^2.2.5 || ^3.0.1 - oracledb: ^5.1.0 - pg: ^8.5.1 - pg-native: ^3.0.0 - pg-query-stream: ^4.0.0 - redis: ^3.1.1 || ^4.0.0 - sql.js: ^1.4.0 - sqlite3: ^5.0.3 - ts-node: ^10.7.0 - typeorm-aurora-data-api-driver: ^2.0.0 - peerDependenciesMeta: - '@google-cloud/spanner': - optional: true - '@sap/hana-client': - optional: true - better-sqlite3: - optional: true - hdb-pool: - optional: true - ioredis: - optional: true - mongodb: - optional: true - mssql: - optional: true - mysql2: - optional: true - oracledb: - optional: true - pg: - optional: true - pg-native: - optional: true - pg-query-stream: - optional: true - redis: - optional: true - sql.js: - optional: true - sqlite3: - optional: true - ts-node: - optional: true - typeorm-aurora-data-api-driver: - optional: true - dependencies: - '@sqltools/formatter': 1.2.5 - app-root-path: 3.1.0 - buffer: 6.0.3 - chalk: 4.1.2 - cli-highlight: 2.1.11 - date-fns: 2.30.0 - debug: 4.3.4 - dotenv: 16.3.1 - glob: 8.1.0 - mkdirp: 2.1.6 - reflect-metadata: 0.1.13 - sha.js: 2.4.11 - ts-node: 10.9.1(@types/node@20.3.0)(typescript@5.1.3) - tslib: 2.5.3 - uuid: 9.0.0 - yargs: 17.6.2 - transitivePeerDependencies: - - supports-color - dev: true /typescript@4.9.4: resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==}