diff --git a/.changeset/pre.json b/.changeset/pre.json index 013505fe1..38519a7d4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -16,8 +16,22 @@ "@blockchain-lab-um/masca-types": "1.3.2" }, "changesets": [ + "calm-icons-develop", + "cold-deers-allow", + "cyan-ravens-rhyme", + "eleven-eyes-hide", + "five-goats-stare", "five-poets-yell", + "funny-tools-flow", + "grumpy-drinks-mix", + "late-radios-carry", + "lemon-bears-lay", + "metal-carrots-try", + "nine-pens-cover", + "poor-walls-boil", "rich-pandas-add", + "sixty-students-play", + "swift-roses-change", "young-forks-jog" ] } diff --git a/libs/did-provider-key/CHANGELOG.md b/libs/did-provider-key/CHANGELOG.md index 9d788b05c..65c4608df 100644 --- a/libs/did-provider-key/CHANGELOG.md +++ b/libs/did-provider-key/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.1.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + +### Patch Changes + +- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]: + - @blockchain-lab-um/utils@1.4.0-beta.0 + ## 1.0.8 ### Patch Changes diff --git a/libs/did-provider-key/package.json b/libs/did-provider-key/package.json index 80be3738b..cfc81d4c0 100644 --- a/libs/did-provider-key/package.json +++ b/libs/did-provider-key/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/did-provider-key", - "version": "1.0.8", + "version": "1.1.0-beta.0", "private": false, "description": "Veramo plugin for the key did method (with added support for EBSI)", "keywords": [], @@ -30,7 +30,7 @@ "test:ci": "pnpm run test" }, "dependencies": { - "@blockchain-lab-um/utils": "1.3.8", + "@blockchain-lab-um/utils": "1.4.0-beta.0", "@cef-ebsi/key-did-resolver": "^2.0.0", "@stablelib/ed25519": "^1.0.3", "@veramo/core": "6.0.0", diff --git a/libs/extended-verification/CHANGELOG.md b/libs/extended-verification/CHANGELOG.md index 9c7dd7553..f9a89b3bc 100644 --- a/libs/extended-verification/CHANGELOG.md +++ b/libs/extended-verification/CHANGELOG.md @@ -1,5 +1,18 @@ # @blockchain-lab-um/extended-verification +## 0.2.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + +### Patch Changes + +- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]: + - @blockchain-lab-um/utils@1.4.0-beta.0 + - @blockchain-lab-um/did-provider-key@1.1.0-beta.0 + - @blockchain-lab-um/masca-types@1.4.0-beta.0 + ## 0.1.2 ### Patch Changes diff --git a/libs/extended-verification/package.json b/libs/extended-verification/package.json index 47b299570..4115d2bf5 100644 --- a/libs/extended-verification/package.json +++ b/libs/extended-verification/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/extended-verification", - "version": "0.1.2", + "version": "0.2.0-beta.0", "private": false, "description": "", "keywords": [], @@ -30,9 +30,9 @@ "test:ci": "pnpm run test" }, "dependencies": { - "@blockchain-lab-um/did-provider-key": "1.0.8", - "@blockchain-lab-um/masca-types": "1.3.2", - "@blockchain-lab-um/utils": "1.3.8", + "@blockchain-lab-um/did-provider-key": "1.1.0-beta.0", + "@blockchain-lab-um/masca-types": "1.4.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.0", "@veramo/core": "6.0.0", "@veramo/credential-eip712": "6.0.0", "@veramo/credential-status": "6.0.0", diff --git a/libs/oidc/client-plugin/CHANGELOG.md b/libs/oidc/client-plugin/CHANGELOG.md index fa0f50a60..66210699e 100644 --- a/libs/oidc/client-plugin/CHANGELOG.md +++ b/libs/oidc/client-plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # @blockchain-lab-um/oidc-client-plugin +## 0.4.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + +### Patch Changes + +- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]: + - @blockchain-lab-um/utils@1.4.0-beta.0 + - @blockchain-lab-um/oidc-types@0.1.0-beta.0 + ## 0.3.1 ### Patch Changes diff --git a/libs/oidc/client-plugin/package.json b/libs/oidc/client-plugin/package.json index 907351e89..871036042 100644 --- a/libs/oidc/client-plugin/package.json +++ b/libs/oidc/client-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/oidc-client-plugin", - "version": "0.3.1", + "version": "0.4.0-beta.0", "license": "(Apache-2.0 AND MIT)", "type": "module", "main": "./dist/index.js", @@ -20,8 +20,8 @@ "test:ci": "pnpm run test" }, "dependencies": { - "@blockchain-lab-um/oidc-types": "0.0.8", - "@blockchain-lab-um/utils": "1.3.8", + "@blockchain-lab-um/oidc-types": "0.1.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.0", "@sphereon/pex": "^2.0.1", "@veramo/core": "6.0.0", "@veramo/utils": "6.0.0", diff --git a/libs/oidc/types/CHANGELOG.md b/libs/oidc/types/CHANGELOG.md index 7870de388..563d05e39 100644 --- a/libs/oidc/types/CHANGELOG.md +++ b/libs/oidc/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @blockchain-lab-um/oidc-types +## 0.1.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + ## 0.0.8 ### Patch Changes diff --git a/libs/oidc/types/package.json b/libs/oidc/types/package.json index ef0ce1b94..c2a830c33 100644 --- a/libs/oidc/types/package.json +++ b/libs/oidc/types/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/oidc-types", - "version": "0.0.8", + "version": "0.1.0-beta.0", "description": "Types for OIDC.", "keywords": ["ssi", "oidc", "vc", "vp"], "license": "(Apache-2.0 AND MIT)", diff --git a/libs/utils/CHANGELOG.md b/libs/utils/CHANGELOG.md index 8e41ee0b3..7c1bcef6b 100644 --- a/libs/utils/CHANGELOG.md +++ b/libs/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + ## 1.3.8 ### Patch Changes diff --git a/libs/utils/package.json b/libs/utils/package.json index f5baee83a..1d53d1ae0 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/utils", - "version": "1.3.8", + "version": "1.4.0-beta.0", "private": false, "description": "Helper utilities for Masca monorepo", "keywords": [], diff --git a/packages/connector/CHANGELOG.md b/packages/connector/CHANGELOG.md index 38888de4b..dbc987d7e 100644 --- a/packages/connector/CHANGELOG.md +++ b/packages/connector/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.4.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Deprecate Polygon Mumbai and add support for Polygon Amoy. + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + +### Patch Changes + +- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]: + - @blockchain-lab-um/utils@1.4.0-beta.0 + - @blockchain-lab-um/masca-types@1.4.0-beta.0 + ## 1.3.2 ### Patch Changes diff --git a/packages/connector/package.json b/packages/connector/package.json index 0ec29d376..50e7fc0a1 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/masca-connector", - "version": "1.3.2", + "version": "1.4.0-beta.0", "description": "Library for using Masca on the frontend", "keywords": [ "MetaMask", @@ -35,8 +35,8 @@ "prepack": "pnpm build" }, "dependencies": { - "@blockchain-lab-um/masca-types": "1.3.2", - "@blockchain-lab-um/utils": "1.3.8", + "@blockchain-lab-um/masca-types": "1.4.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.0", "@didtools/pkh-ethereum": "0.4.0", "@veramo/core": "6.0.0", "did-session": "2.0.1", diff --git a/packages/dapp/CHANGELOG.md b/packages/dapp/CHANGELOG.md index fb8882559..bb9c6d31e 100644 --- a/packages/dapp/CHANGELOG.md +++ b/packages/dapp/CHANGELOG.md @@ -1,5 +1,21 @@ # @blockchain-lab-um/dapp +## 1.4.0-beta.1 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + +### Patch Changes + +- [#629](https://github.com/blockchain-lab-um/masca/pull/629) [`d5601e5`](https://github.com/blockchain-lab-um/masca/commit/d5601e5a30ed2297b5b09507c72e23ca56328349) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Replaced shared presentation verifying lib. + +- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]: + - @blockchain-lab-um/extended-verification@0.2.0-beta.0 + - @blockchain-lab-um/did-provider-key@1.1.0-beta.0 + - @blockchain-lab-um/masca-connector@1.4.0-beta.0 + - @blockchain-lab-um/oidc-types@0.1.0-beta.0 + ## 1.3.2-beta.0 ### Patch Changes diff --git a/packages/dapp/package.json b/packages/dapp/package.json index c6926d9a2..72f3c07d4 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/dapp", - "version": "1.3.2-beta.0", + "version": "1.4.0-beta.1", "private": true, "license": "(Apache-2.0 AND MIT)", "type": "commonjs", @@ -19,10 +19,10 @@ "start:local": "infisical run --env=dev --path=/packages/dapp -- next start" }, "dependencies": { - "@blockchain-lab-um/did-provider-key": "1.0.8", - "@blockchain-lab-um/extended-verification": "0.1.2", - "@blockchain-lab-um/masca-connector": "1.3.2", - "@blockchain-lab-um/oidc-types": "0.0.8", + "@blockchain-lab-um/did-provider-key": "1.1.0-beta.0", + "@blockchain-lab-um/extended-verification": "0.2.0-beta.0", + "@blockchain-lab-um/masca-connector": "1.4.0-beta.0", + "@blockchain-lab-um/oidc-types": "0.1.0-beta.0", "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.1.1", "@nextui-org/react": "^2.2.10", diff --git a/packages/datamanager/CHANGELOG.md b/packages/datamanager/CHANGELOG.md index 85ea776e3..d01e32099 100644 --- a/packages/datamanager/CHANGELOG.md +++ b/packages/datamanager/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + ## 1.0.2 ### Patch Changes diff --git a/packages/datamanager/package.json b/packages/datamanager/package.json index f9db70519..9bc4e5619 100644 --- a/packages/datamanager/package.json +++ b/packages/datamanager/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/veramo-datamanager", - "version": "1.0.2", + "version": "1.1.0-beta.0", "license": "(Apache-2.0 AND MIT)", "type": "module", "main": "./dist/index.js", diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 2b28d9526..a0c1f82f2 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 1.3.0-beta.1 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Deprecate Polygon Mumbai and add support for Polygon Amoy. + +- [#617](https://github.com/blockchain-lab-um/masca/pull/617) [`3f6d73e`](https://github.com/blockchain-lab-um/masca/commit/3f6d73eeee4c6b9a6b869b8e075c6dc147b4fd80) Thanks [@martines3000](https://github.com/martines3000)! - Update snaps libraries + +### Patch Changes + +- [#623](https://github.com/blockchain-lab-um/masca/pull/623) [`34fef30`](https://github.com/blockchain-lab-um/masca/commit/34fef30741b91440366ec7abe980c825a6ab01f5) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Use external verification for verifyData rpc. + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo and iden3 libraries + +- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]: + - @blockchain-lab-um/oidc-client-plugin@0.4.0-beta.0 + - @blockchain-lab-um/utils@1.4.0-beta.0 + - @blockchain-lab-um/extended-verification@0.2.0-beta.0 + - @blockchain-lab-um/did-provider-key@1.1.0-beta.0 + - @blockchain-lab-um/masca-types@1.4.0-beta.0 + - @blockchain-lab-um/oidc-types@0.1.0-beta.0 + - @blockchain-lab-um/veramo-datamanager@1.1.0-beta.0 + ## 1.2.3-beta.0 ### Patch Changes diff --git a/packages/snap/package.json b/packages/snap/package.json index f9d1c1987..b38cbc3fc 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/masca", - "version": "1.2.3-beta.0", + "version": "1.3.0-beta.1", "description": "Snap for managing VCs and VPs in MetaMask", "keywords": [ "MetaMask", @@ -55,13 +55,13 @@ }, "dependencies": { "@0xpolygonid/js-sdk": "1.10.4", - "@blockchain-lab-um/did-provider-key": "1.0.8", - "@blockchain-lab-um/extended-verification": "0.1.2", - "@blockchain-lab-um/masca-types": "1.3.2", - "@blockchain-lab-um/oidc-client-plugin": "0.3.1", - "@blockchain-lab-um/oidc-types": "0.0.8", - "@blockchain-lab-um/utils": "1.3.8", - "@blockchain-lab-um/veramo-datamanager": "1.0.2", + "@blockchain-lab-um/did-provider-key": "1.1.0-beta.0", + "@blockchain-lab-um/extended-verification": "0.2.0-beta.0", + "@blockchain-lab-um/masca-types": "1.4.0-beta.0", + "@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.0", + "@blockchain-lab-um/oidc-types": "0.1.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.0", + "@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.0", "@ceramicnetwork/http-client": "2.27.0", "@glazed/did-datastore": "0.3.2", "@iden3/js-iden3-core": "1.3.1", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 8a8bd9b22..06ce819d4 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.3-beta.0", + "version": "1.3.0-beta.1", "description": "Snap for managing VCs and VPs in MetaMask", "proposedName": "Masca", "repository": { @@ -26,7 +26,7 @@ "./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey", "./files/circuits/credentialAtomicQuerySigV2/verification_key.json" ], - "shasum": "nJD8ZmvsKsRpincDU6YiKWIBAI0PCtt5pEqLhbFPesw=" + "shasum": "ojb0SBSAxtyw0jve30mjVcdByeY5rszbBwJlAfkvEuo=" }, "initialPermissions": { "endowment:ethereum-provider": {}, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 271a45a5a..5701f10e2 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.4.0-beta.0 + +### Minor Changes + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries. + +- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Deprecate Polygon Mumbai and add support for Polygon Amoy. + +### Patch Changes + +- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]: + - @blockchain-lab-um/utils@1.4.0-beta.0 + ## 1.3.2 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index ce5f54579..03a0b71ee 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/masca-types", - "version": "1.3.2", + "version": "1.4.0-beta.0", "description": "Types for Masca", "keywords": ["ssi", "metamask", "snap", "dapp"], "license": "(Apache-2.0 AND MIT)", @@ -25,7 +25,7 @@ }, "dependencies": { "@0xpolygonid/js-sdk": "1.10.4", - "@blockchain-lab-um/utils": "1.3.8", + "@blockchain-lab-um/utils": "1.4.0-beta.0", "@veramo/core": "6.0.0", "typia": "^5.5.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ed45711ea..a3e24947f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,7 +160,7 @@ importers: libs/did-provider-key: dependencies: '@blockchain-lab-um/utils': - specifier: 1.3.8 + specifier: 1.4.0-beta.0 version: link:../utils '@cef-ebsi/key-did-resolver': specifier: ^2.0.0 @@ -227,13 +227,13 @@ importers: libs/extended-verification: dependencies: '@blockchain-lab-um/did-provider-key': - specifier: 1.0.8 + specifier: 1.1.0-beta.0 version: link:../did-provider-key '@blockchain-lab-um/masca-types': - specifier: 1.3.2 + specifier: 1.4.0-beta.0 version: link:../../packages/types '@blockchain-lab-um/utils': - specifier: 1.3.8 + specifier: 1.4.0-beta.0 version: link:../utils '@veramo/core': specifier: 6.0.0 @@ -312,10 +312,10 @@ importers: libs/oidc/client-plugin: dependencies: '@blockchain-lab-um/oidc-types': - specifier: 0.0.8 + specifier: 0.1.0-beta.0 version: link:../types '@blockchain-lab-um/utils': - specifier: 1.3.8 + specifier: 1.4.0-beta.0 version: link:../../utils '@sphereon/pex': specifier: ^2.0.1 @@ -405,10 +405,10 @@ importers: packages/connector: dependencies: '@blockchain-lab-um/masca-types': - specifier: 1.3.2 + specifier: 1.4.0-beta.0 version: link:../types '@blockchain-lab-um/utils': - specifier: 1.3.8 + specifier: 1.4.0-beta.0 version: link:../../libs/utils '@didtools/pkh-ethereum': specifier: 0.4.0 @@ -442,16 +442,16 @@ importers: packages/dapp: dependencies: '@blockchain-lab-um/did-provider-key': - specifier: 1.0.8 + specifier: 1.1.0-beta.0 version: link:../../libs/did-provider-key '@blockchain-lab-um/extended-verification': - specifier: 0.1.2 + specifier: 0.2.0-beta.0 version: link:../../libs/extended-verification '@blockchain-lab-um/masca-connector': - specifier: 1.3.2 + specifier: 1.4.0-beta.0 version: link:../connector '@blockchain-lab-um/oidc-types': - specifier: 0.0.8 + specifier: 0.1.0-beta.0 version: link:../../libs/oidc/types '@headlessui/react': specifier: ^1.7.18 @@ -757,25 +757,25 @@ importers: specifier: 1.10.4 version: 1.10.4(@iden3/js-crypto@1.1.0)(@iden3/js-iden3-core@1.3.1)(@iden3/js-jsonld-merklization@1.2.0)(@iden3/js-jwz@1.4.0)(@iden3/js-merkletree@1.2.0)(ffjavascript@0.2.63)(rfc4648@1.5.3)(snarkjs@0.7.3) '@blockchain-lab-um/did-provider-key': - specifier: 1.0.8 + specifier: 1.1.0-beta.0 version: link:../../libs/did-provider-key '@blockchain-lab-um/extended-verification': - specifier: 0.1.2 + specifier: 0.2.0-beta.0 version: link:../../libs/extended-verification '@blockchain-lab-um/masca-types': - specifier: 1.3.2 + specifier: 1.4.0-beta.0 version: link:../types '@blockchain-lab-um/oidc-client-plugin': - specifier: 0.3.1 + specifier: 0.4.0-beta.0 version: link:../../libs/oidc/client-plugin '@blockchain-lab-um/oidc-types': - specifier: 0.0.8 + specifier: 0.1.0-beta.0 version: link:../../libs/oidc/types '@blockchain-lab-um/utils': - specifier: 1.3.8 + specifier: 1.4.0-beta.0 version: link:../../libs/utils '@blockchain-lab-um/veramo-datamanager': - specifier: 1.0.2 + specifier: 1.1.0-beta.0 version: link:../datamanager '@ceramicnetwork/http-client': specifier: 2.27.0 @@ -941,7 +941,7 @@ importers: specifier: 1.10.4 version: 1.10.4(@iden3/js-crypto@1.1.0)(@iden3/js-iden3-core@1.3.1)(@iden3/js-jsonld-merklization@1.2.0)(@iden3/js-jwz@1.4.0)(@iden3/js-merkletree@1.2.0)(ffjavascript@0.2.63)(rfc4648@1.5.3)(snarkjs@0.7.3) '@blockchain-lab-um/utils': - specifier: 1.3.8 + specifier: 1.4.0-beta.0 version: link:../../libs/utils '@veramo/core': specifier: 6.0.0 @@ -21938,7 +21938,7 @@ packages: resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} engines: {node: ^16.14.0 || >=18.0.0} dependencies: - lru-cache: 10.1.0 + lru-cache: 10.2.0 dev: true /hpack.js@2.1.6: @@ -24339,15 +24339,9 @@ packages: engines: {node: 14 || >=16.14} dev: true - /lru-cache@10.1.0: - resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==} - engines: {node: 14 || >=16.14} - dev: true - /lru-cache@10.2.0: resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} engines: {node: 14 || >=16.14} - dev: false /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==}